Commit graph

320 commits

Author SHA1 Message Date
Peter Pisljar
f8563f8b27
refactor action filter creation utils (#62969) (#64143) 2020-04-23 13:23:35 +02:00
Wylie Conlon
8c4b8f442f
[Lens] Split apart config panel component to more manageable chunks (#63910) (#64256)
* [Lens] Split apart config panel component to more manageable chunks

* Moving around and renaming SASS appropriately

* Remove layer limit

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: cchaos <caroline.horn@elastic.co>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: cchaos <caroline.horn@elastic.co>
2020-04-22 20:35:28 -04:00
Chandler Prall
43cba29bd6
Upgrade to EUI v22.3.0 (#62963) (#64222)
* snapshot updates

* bump to eui 22.3.0

* snapshots

* Fix css selector in test to match EUI internal DOM change

* Updated snapshots

* Insert react-beautiful-dnd@10 into top-level kibana to force siem's node_modules to hold its correct version

* More snapshot updates, resolved a typescript issue

* Move react-beautiful-dnd dependency around to make things happy again

* Use SearchFilterConfig from the top-level eui export

* Swallow 'ResizeObserver error does not have an err object' error in canvas

* Swallow ResizeObserver error cross-browser
2020-04-22 14:27:07 -06:00
Wylie Conlon
72299c8227
[Lens] Allow table to scroll horizontally (#63805) (#63908)
* [Lens] Allow table to scroll horizontally

* Fixing scrolling pt. 2

Co-authored-by: cchaos <caroline.horn@elastic.co>

Co-authored-by: cchaos <caroline.horn@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-21 10:19:28 -04:00
Wylie Conlon
488e12fa53
[Lens] Fix existence for dotted paths in _source (#63752) (#63893) 2020-04-17 16:19:25 -04:00
Wylie Conlon
c5fc56c750
Fix task manager cancel warning (#63756) (#63872)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-17 16:19:09 -04:00
Joe Portner
f6cb14ad1a
[7.x] Refactor SO types to use namespaceType (#63217) (#63745)
Remove `namespaceAgnostic` field that was deprecated in #54605,
use `namespaceType` instead.
2020-04-16 19:11:43 -04:00
Wylie Conlon
4d26af3bbb
[Lens] Make average the default suggested metric (#63416) (#63715)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-16 13:09:12 -04:00
Wylie Conlon
c67e5d74a0
[Lens] Fix escaping of field names (#63509) (#63713)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-16 13:08:56 -04:00
Wylie Conlon
c365b0cd80
[Lens] Only show copy on save for previously saved docs (#63535) (#63634)
* [Lens] Only show copy on save for previously saved docs

* Update app.test.tsx

import after kibana platform changes

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>

Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-16 10:03:13 -04:00
Tim Roes
df163260d2
Move Lens frontend to Kibana Platform (#62965) (#63562)
* Move Lens frontend to Kibana platform

* Fix line breaks

* Fix jest tests

* Fix remaining test

* Remove old Lens plugin entry

* Fix i18n prefix

* Add config schema

* Address review
2020-04-15 14:41:16 +02:00
Wylie Conlon
742074287c
[Lens] Migration from 7.7 (#62879) (#63469)
* [Lens] Migration from 7.7

* Fix types

* Fix types in test

* Add docs

* Commit forgotten file

* Remove extra types

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-14 13:12:23 -04:00
Tim Roes
c18c5dbffd
Move lens saved object setup to Kibana platform (#61157) (#61306) 2020-03-26 08:48:20 +01:00
Josh Dover
09d6667605
[7.x] Fix plugin enabled config options (#60998) (#61355)
* Fix plugin enabled config options (#60998)

* Fix types
2020-03-25 18:43:33 -06:00
Catherine Liu
7cb797091d
[Canvas] Add Lens embeddables (#57499) (#60660)
* Added lens embeddables to embed flyout

Fixed import

embedded panel styles (#58654)

Merging to WIP draft branch

* Added i18n strings for savedLens

* Added tests for lens embeddables

* Updated tests

* Updated tests

* Added style overrides for lens table

* DDisables triggers on lens emebeddable

* Updated test

* Sets embeddable view mode according to app state

* Fix embeddable component

* Removed embeddable view mode logic

* Removed unused import
2020-03-20 00:03:19 -07:00
Larry Gregory
489d112f77
[7.x] Allow kbn-config-schema to ignore unknown keys (#59560) (#60407)
* allow kbn-config-schema to ignore unknown keys

* Consolidate unknown key configuration

* updates following merge

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-17 14:23:25 -04:00
Marta Bondyra
e84ac45171
[7.x] [Lens] Adds using queries/filters for field existence en… (#59984)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-12 15:00:31 +01:00
Mikhail Shustov
fc6674ad1e
force savedObject API consumers to define SO type explicitly (#58022) (#58281)
* force savedObject consumers to define type explicitly

* address comments

* regen docs
2020-02-22 07:36:20 +01:00
Tim Roes
981f53c52e
[Lens] Make field stats work for index patterns without time fields (#56759) (#56963)
* Fix field stats not loaded without time field

* Add integration test for API

* Add unit test for API call

* Correct typo in comment
2020-02-06 15:58:42 +01:00
Joe Reuter
6d23969bfb
Move lens server to new platform (#56474) (#56888) 2020-02-06 09:22:06 +01:00