* [test-failed]: Chrome UI Functional Tests1.test/functional/apps/discover/_filter_editor·ts - discover app discover filter editor filter editor version fields should support range filter on version fields
* Set "version_test" permissions to kibana_admin role
* Add after block to reset permission
* Add "test_logstash_reader" role
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 706d9268ef)
Co-authored-by: Diana Derevyankina <54894989+DziyanaDzeraviankina@users.noreply.github.com>
* unskip tes _saved_queries
* remove sleep call from debugging, remove commented-out code
* add submitQuery and wait for correct counts at each step
* more debugging checks
* re-select logstash-* data view
Flaky test runner failed 6/100 times at this point so try setting it here again.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit e076067b09)
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
* Make some settings conditional on control count
* Add functional tests for control group settings
* Remove unnecessary string
(cherry picked from commit fe34af7bc0)
Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
* Add controls button to toolbar
* Add dismiss button
* Add style to toolbar controls button
* Clean up unnecessary isControlsEnabled check
* Make toolbar controls button conditional once callout dismissed
* Move add and edit controls to toolbar dropdown
* Remove icon buttons
* Add each control seperately to toolbar dropdown
* Remove unused code
* Fix close popover on click
* Remove unnecessary dark theme check
* Make closePopover optional for creating controls
* Fix control group strings
* Fix alignment of toolbar popover items
* Functional tests - create controls from new menu button
* Hide controls callout for empty dashboards
* Add tooltips to control types + i18n support.
* Move callout render logic to dashboard viewport
* Add controls callout functional tests
* Fix bundle size by lazy importing controls callout
* Get create control button in callout via passed function
* Fix mobile view of callout
* Add documentation and cleaned code based on Devon's feedback
* Moved the 'add to library' and 'controls' buttons in to extra
(cherry picked from commit b2cd94df7b)
# Conflicts:
# src/plugins/controls/public/control_group/embeddable/control_group_container.tsx
* switch from es_archive to kbn_archive
* another test conversion
* add the kbn_archive
* remove unused esArchiver
* kbn_archive to full replace es_archiver/dashboard/current/kibana
* finish this test
* to fix this test we have to unload 2 index patterns
* had to re-make the kbn_archive from 8.0 instead of 7.17
* cleanup saved objects in before method
* remove unused esArchiver
* remove unused dashboard/current/kibana es_archiver files
* refactor clean to cleanStandardList
* a few more tests using the es_archive
* cleanup and uncomment smoketest
* Apply suggestions from code review
Co-authored-by: Spencer <email@spalger.com>
* update for code review
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Spencer <email@spalger.com>
(cherry picked from commit e932d83944)
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
* Fix close popover on click
* Fix close popover on click - second attempt
* Add functional test to ensure menu closes
(cherry picked from commit f974150c7b)
Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
* remove es_archive with kbn_archive invalid_scripted_field.json
* remove unused es_archive files
* replace another usage of es_archives/invalid_scripted_field
* clear any existing index patterns before loading our new one
* remove .only
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 4319ea80a4)
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
* split date_nested kbn_archive out of es_archive (#124646)
* split kbn_archive out of es_archive
* add missing unload of kbn_archive
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit b8abe763c9)
* changing coreMigrationVersion to 8.0.0
Co-authored-by: Lee Drengenberg <lee.drengenberg@elastic.co>
* unskip test and change we how assert for expected states
* REVERT - added .only for flaky test runner
* remove .only
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit ee9f01e925)
Enable configuring of the row height using document explorer in Discover
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: andreadelrio <andrea.delrio@elastic.co>
* Fix autocomplete inserting comma in triple quotes
* Fix inserting commas and flaky test
* Fixed problems on triple quotes and single quotes replacement.
* Fixed cursor position after adding a comma to the prefix.
* Final generic solution for multiple edge cases.
Co-authored-by: Muhammad Ibragimov <muhammad.ibragimov@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Yaroslav Kuznietsov <kuznetsov.yaroslav.yk@gmail.com>
* [TSVB] Add more functional tests for Timeseries Annotations
* Move common code to beforeEach block
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Timelion rescaling vertical bounds incorrectly on window resize
* Update test axis labels data as chart has another scale due to updated padding
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Clone all panels by value.
* Moved removal of byReference properties to getInputAsValueType.
* Fixed handling of clone titles.
* Fixed functional and unit clone tests.
* Removed duplicate check for byReference.
* Unset title on Visualize embeddable when by value.
* Remove unused import.
* Added by reference logic for saved search embeddables.
* Re-added unit tests for cloning by reference.
* Added functional tests.
* Added Jest unit tests.
* Ignored TypeScript errors for calling private functions in Jest tests.
* Adjusted logic for generating clone titles.
* Edited unit and functional tests for clone titles.
* Fixed typo in Jest tests.
* Keep hidden panel title status.
* Fix Jest test description.
* Remove unused import.
* Fixed Jest tests after new title logic.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Fix autocomplete missing comma on the correct location
* Add a test case
Co-authored-by: Muhammad Ibragimov <muhammad.ibragimov@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>