* [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>
There appears to be a brief moment after kibana starts where we are
listening for http connections but immediately closing requests to the
status API. The return code by ansible here is -1, so this adds that as
a valid response to retry.
(cherry picked from commit f2654802a5)
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
* fix display description in typeahead
* Design fixes
- Fiddled with the flex properties to ensure the min-width for text is 250px but will expand in full until the edges are reached then both the text and description will start truncating
- Remove now unused/unnecssary `—withDescription` class
* remove description for fields suggestions
Co-authored-by: cchaos <caroline.horn@elastic.co>
(cherry picked from commit d8323c2246)
# Conflicts:
# x-pack/plugins/translations/translations/fr-FR.json
* [Controls] Improve controls management UX (#127524)
* Move control type selection in to flyout
* Set default icon type if getIconType undefined
* Fix create control functional tests
* Fix factories for multiple types
* Show only selected type icon when editing
* Add optional tooltip support
* Rename promise variable
* Fix imports
* Fix nits
* Edit tooltip text for options list control
(cherry picked from commit c9dfe16725)
# Conflicts:
# src/plugins/controls/public/control_group/embeddable/control_group_container.tsx
* Fix merge conflicts
* 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>
* Added CCS test for data view functionality. (#124586)
* Added CCS test for data view functionality.
* Changed how we are approaching the test. Just adding a remote to exercise the CCS functionality.
* Adjusted test to use correct port for remote cluster.
* Added and corrected config for the tests to be able to run.
* Changed test title.
* Added functional ccs suite to functional test runner script.
* Changed config.ts to config.js
* Moved es to before clause.
* Added await for an async call.
* Added await for an async call.
* Updated saved queries test to use CCS. One test is failing, all others are passing.
* Merge branch 'main' of github.com:elastic/kibana into CCS_Functional_Test_POC
* Fixed a reference.
* Removed the OSS tests since we created CCS versions of them.
* Removed tests from index file.
* Restored test files per comment with matthias.
* Did some cleanup of comments.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 1e16db4d18)
* Fixed the core-migration version on the date_nested_ccs.json
Co-authored-by: Kibana Machine <42973632+kibanamachine@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
With a recent virtualbox update, we're getting failures in CI with:
> The IP address configured for the host-only network is not within the
> allowed ranges. Please update the address used to be within the allowed
> ranges and run the command again.
This updates the IP range used to be compatible.
(cherry picked from commit ab109db73f)
Co-authored-by: Jonathan Budzenski <jon@elastic.co>
* 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>
* Translate dashboard state to URL conditionally
* Add functional tests
* Fix typo in functional test descriptions
* Remove deprecated references
* Rename useUrl to be more specific
(cherry picked from commit 17a997cccb)
# Conflicts:
# src/plugins/dashboard/public/index.ts
* 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>