Commit graph

46301 commits

Author SHA1 Message Date
Matthew Kime 02de7cca73
convert deep imports to top level imports (#112203)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 15:02:39 -05:00
Kuldeep M f27df939bf
[Workplace Search] Make Source Group links look like links (#112125)
* change group panels into links

* update with new EuiListGroupItemTo component

* fix import

* remove unused prop

* remove unused import

* omit value for boolean true attributes

* make list item self closing

* break props onto new lines
2021-09-15 20:41:19 +01:00
Lisa Cawley c9bf6a1669
[ML] Fixes typo in job description (#112135) 2021-09-15 12:34:32 -07:00
Kaarina Tungseth 01615576a8
[DOCS] Reformats Dashboard (#111463)
* [DOCS] Updates the Dashboard docs for 7.15

* Reformatting

* Reformatting

* Adds experimental tag to controls

* Review comments

* Review comments

* Removes Labs from Dashboard
2021-09-15 14:22:26 -05:00
Nathan Reese 6351152215
[Maps] unify apply global copy for consistency (#111800)
* [Maps] unify apply global copy for consistency

* clean up

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 13:04:03 -06:00
Kaarina Tungseth 92cb6ce080
[DOCS] Adds dashboard troubleshooting (#111570)
* [DOCS] Adds dashboard troubleshooting

* Adds asciidoc file to dashboard

* Adds Timelion app image

* Update docs/user/dashboard/dashboard-troubleshooting.asciidoc

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Review comments

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
2021-09-15 13:55:28 -05:00
Jonathan Budzenski 492b7c03cb
[yarn.lock] Dedupe redux (#111609)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 13:44:08 -05:00
Jonathan Buttner d644f193b0
[Security Solution][Timeline] Notes migrations (#111900)
* Starting migration class

* Fleshing out migrator

* Adding migration tests

* Refactoring

* Adding migrator to each client

* gzipping file

* Fixing cypress tests

* Cleaning up types and adding additional test

* Starting notes migrations

* Finishing notes references migration

* gzipping data.json

* Fixing unit tests

* Updating the archive and fixing spelling

* Adding await

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 14:38:51 -04:00
Aaron Caldwell 4309356b78
[Maps] Fix saved object (map) switching issue (#112001)
* Add key to MapPage
2021-09-15 14:18:45 -04:00
Shahzad 895747ad38
[Uptime] Use async search api for certificates (#111731) 2021-09-15 19:17:33 +02:00
Matthew Kime ce2aac3763
convert deep imports to top level imports (#112199) 2021-09-15 11:46:31 -05:00
Matthew Kime 97db889bb1
remove deep import (#112191) 2021-09-15 11:44:38 -05:00
Matthew Kime bc5e6edfea
convert deep imports to top level imports (#112281) 2021-09-15 11:40:42 -05:00
Matthew Kime 5ba4f7115d
convert deep imports to top level imports (#112202)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 11:29:23 -05:00
gchaps 2a767a1d82
[DOCS] Updates introduction doc (#108122)
* [DOCS] Updates What's new doc

* [DOCS] Updates images of home page

* [DOCS] Updates the analyze section

* Updates the visualization journey image

* Update docs/user/introduction.asciidoc

Co-authored-by: Lisa Cawley <lcawley@elastic.co>

* [DOCS] Removes apps and points to feature page instead

* Update docs/user/introduction.asciidoc

* Update docs/user/introduction.asciidoc

* Update docs/user/introduction.asciidoc

* Update docs/user/introduction.asciidoc

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: KOTungseth <kaarina.tungseth@elastic.co>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2021-09-15 10:34:37 -05:00
Nicolas Chaulet 584f92cc06
[Fleet] Wrap package policy editor errors in EuiErrorBoundary (#112263) 2021-09-15 11:14:37 -04:00
juliaElastic a4229399f6
fix system monitoring checkbox label (#112261) 2021-09-15 11:10:49 -04:00
Matthew Kime 9765260214
remove deep import (#112192) 2021-09-15 09:52:59 -05:00
Kunal Dubey dc931289fa
[Fleet] Updated agent messaging steps.tsx (#112081) 2021-09-15 10:17:36 -04:00
Matthew Kime 5baa17ddab
remove deep import (#112188) 2021-09-15 09:10:56 -05:00
Matthew Kime bf3172b353
convert deep imports to top level imports (#112200) 2021-09-15 09:08:45 -05:00
Vadim Yakhin d9873278bb
[Workplace Search] Add missing i18n strings (#112136)
* Fix missing i18n string

* Add missing i18n string

* Add missing i18n string

* Add missing i18n string

Previously "more" wasn't translated, so I opted for separate strings for simplicity

* Add missing i18n string

Previously "Select" and "Deselect weren't translated, so I opted for separate strings for simplicity

* Add missing i18n strings

* Add missing i18n string

Opted for reusing already existing string here

* Add missing i18n strings

* Add missing i18n string

* Add missing i18n strings

* Add missing i18n string

* Add missing i18n string

* Add missing i18n strings

Previously "Search" and "Filter" weren't translated, so I opted for separate strings for simplicity

* Fix groupManagerModal not showing empty state if there are 0 sources

When we had two modals on group page: sources and users, we distinguished them by checking which label is passed to the modal.
This check doesn't work with non-English locales, because passed label never matches the English string:
`'共享内容源' !== 'shared content sources'`
Fortunately we no longer have a users modal so this entire check can be removed.

* Add missing i18n string

* Add missing i18n string

* Add missing i18 strings

* Combine all "Explore Platinum features" strings

* Autofix i18n conflicts

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 10:52:53 -03:00
Tre e250c271a4
[Archive Migration] xpack...packaging (#110451)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 14:10:27 +01:00
Scotty Bollinger 1e365ce066
[Enterprise Search] Remove Beta notification for plugin 🎉 (#112184) 2021-09-15 07:37:52 -05:00
Stratoula Kalafateli 8f70030386
[Lens] [TSVB] Fixes the brushing of the last bucket for timeseries visualizations (#112068)
* Enable allowBrushingLastHistogramBucket for timeseries visualizations

* Cleanup
2021-09-15 15:20:44 +03:00
Tim Roes fa1e9a6aee
Change missing fields label (#112232) 2021-09-15 14:16:45 +02:00
Stratoula Kalafateli 34d7f68375
[Pie] Loads the no results screen if all slices have zero value (#111931)
* [Pie] Loads the no results screen if all slices have zero value

* Add a functional test

* Apply PR changes

* Display no results component if the chart metric has negative values

* Nits

* Apply some of the PR comments

* Change the negative values text

* Update src/plugins/vis_types/pie/public/pie_component.test.tsx

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

* Update src/plugins/vis_types/pie/public/pie_component.test.tsx

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Marta Bondyra <marta.bondyra@gmail.com>
2021-09-15 15:11:09 +03:00
Matthew Kime 419dd92494
convert deep imports to top level imports (#112205) 2021-09-15 07:09:38 -05:00
Matthew Kime 51b2d53bd9
[discover] convert deep imports to top level imports for 'index_pattern' items (#112208)
* convert deep imports to top level imports

* fix test
2021-09-15 07:09:23 -05:00
Matthew Kime 26314b7598
remove deep import (#112189) 2021-09-15 07:09:09 -05:00
Matthew Kime 02414ef236
convert deep imports to top level imports (#112201) 2021-09-15 07:08:53 -05:00
Stratoula Kalafateli e20f530762
Move to vis_types folder part 3 (#112084)
* Move to vis_types folder part 3

* Fix jest tests
2021-09-15 14:46:48 +03:00
juliaElastic 6f810c651f
[Fleet] added monitoring_enabled to openapi (#112226)
* added monitoring_enabled to openapi

* added newline
2021-09-15 13:15:49 +02:00
Tim Roes a4b28a61ef
Better formatting document summary with images (#111987)
* Better formatting document summary with images

* Improve styling

* Address review feedback
2021-09-15 12:06:46 +02:00
Matthias Wilhelm 13de9f598e
[Discover] Improve sidebar performance by memoizing (#111843)
* Improve sidebar editField function by useCallback

* Reduce re-renderings
2021-09-15 12:00:25 +02:00
Ester Martí Vilaseca a949cc8121
[Stack Monitoring] Elasticsearch Overview view migration (#111941)
* Elasticsearch overview first version

* Fix timezone in react components

* Extraxt on brush behaviour from elasticsearch overview page

* Fix overview component type

* Add elasticsearch pages template with some tabs

* Conditionally add some tabs for elasticsearch pages

* fix import and types

* Filter angular errors in react

* remove disabled property from tabs

* Add comment
2021-09-15 11:58:01 +02:00
Tre 50eb5d9828
[Archive Migration][Partial] discover apps-management (#110444)
* [Archive Migration][Partial] discover apps-management

Comes from https://github.com/elastic/kibana/pull/102827

Helps with https://github.com/elastic/kibana/pull/108503

Only include the changes under the
test/functional/apps/management folder.

* Remove the index pattern, that the test
creates.

* Drop beforeEach(), in favour of before(),
since there's only one test.

* Drop outdated comment,
drop these three cleanup lines
as the unload should handle it.

* Just keep one cleanup.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-09-15 10:48:16 +01:00
Felix Stürmer 238c61de07
[RAC] [Observability] Remove rac feature flags from default functional tests (#111942) 2021-09-15 11:17:52 +02:00
Miriam 5488c2022c
[APM] Make all error messages on tables consistence (#111690)
* make all error messages on tables consistence

* rename variable

* fix conflict and delete not needed component

* fix empty array left after testing
2021-09-15 07:41:33 +01:00
Liza Katz 7195317381
[Fullstory] add version and appId to reports (#111952)
* add version and appId to reports

* tests

* code review

* cr 2

* manual parsing + todo
2021-09-15 09:02:51 +03:00
Spencer bc9ad13190
[vscode] support managing string keys and manage typescript.tsdk (#112185)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-14 21:30:41 -07:00
Brian Seeders f2a546aae8 skip flaky suite (#111812) 2021-09-14 21:25:18 -07:00
Tyler Smalley c6bc2b7048 skip flaky suite (#112194) 2021-09-14 21:17:24 -07:00
Tyler Smalley bfad0bda93 skip flaky suite (#112174) 2021-09-14 16:44:28 -07:00
Søren Louv-Jansen 6ea75f564c
[APM] Add 'unknown' to EventOutcome (#112077) 2021-09-15 01:23:17 +02:00
Scotty Bollinger ef16b6a732
[Workplace Search] Fix bug where non-admins shown broken admin dashboard (#112163)
* Add route for non-admins

This redirects to /p/sources so I am leaving ‘sources’ off here in case we change the landing page for the Private Dashboard int he future

* Pass Workplace Search user admin status to Product Selector

* Pass custom URL to Workplace Search Product Card

App Search will remain unchanged. The default URL will be used if no custom URL is passed to the Product Card
2021-09-14 17:17:26 -04:00
Thom Heymann db5cf95724
Verification code CLI (#111707)
* Add verification code CLI

* Added suggestion from code review

* Fixed types

* Added extra test

* Added CLI dist scripts

* Fixed typo

* Write code to data instead of config directory
2021-09-14 21:58:25 +01:00
Tyler Smalley 34581ff1ed skip flaky suite (#103430) 2021-09-14 13:20:59 -07:00
Spencer 2976f33618
[eslint] add rule to forbid async forEach bodies (#111637)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-09-14 13:20:53 -07:00
Tyler Smalley 378f2ed2f7 skip flaky suite (#112164) 2021-09-14 13:01:32 -07:00