* show empty prompts in page and don't auto-open flyout in DataViews
* changed flow based on comments
* fix for namespace issues
* fix for failed checks
* fixes for failed checks and tests
* fix failing tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Discover] Improve keyboard navigation in Discover top nav menu
* [Discover] Added functional tests for Discover top nav menu keyboard navigation
* [Discover] Fixed onClose property on ShowShareMenuOptions
* [Discover] Changed onSaveSearch to accept onClose instead of anchorElement
* [Discover] extract doc table tests into a new folder
* [Discover] switch to data grid
* [Discover] apply suggestions
* [Discover] adapt scripted fields tests for data grid
* [Discover] apply suggestions
* [Discover] apply for another part
* Added new a11y test for index management.
Fixed a11y violations in code in index management app in the code block element.
Added new test to a11y config to run in CI.
* Removed unused reference.
* Moved navigate to initial code block.
* Fixed all nits.
* [Discover] Make footer visible under Document Explorer if sample size is less than hits number
* [Discover] Simplify changes diff
* [Discover] Update copy
* [Discover] Update copy id
* [Discover] Remove other translations
* [Discover] Add link to Advanced settings and tests
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* [Discover] Added focus to h1 element on navigate
* [Discover] Moved Discover h1 to above the nav bar, and added functional tests for Discover accessibility
* [Discover] Moved Discover accessibility functional tests to their own file
* kbnArchiver es_archiver/dashboard/legacy
* cleanStandardList of saved objects in init, and after
* remove unused files
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* ability to set human readable title of data view & ability to edit data view
* add readable data view title to discover
* fix for failing API test
* fix and add functional tests
* add missing lens support
* update snapshots after name change
* fix for broken test and type checks
* fix condition check
* remove description, rename readableTitle to name and fixes
* revert kibana.yaml change
* fixes for failed tests
* fixes for broken tests
* fix functional tests 2
* add confirm modal for edit
* update header to match figma
* fix data views with index pattern
* fix for badge breaking in test due to index change
* remove unused translations
* comment fixes and add name to sample data
* fix test for adding names to sample data
* some ui changes
* fix for failing tests for removing Actions
* comment fixes, change edit modal, fix breadcrumbs
* change copy and fix for failing tests
* change text to have unique key
* update jest snapshots
* fixes for unified_search and some ui changes
* add test fixes and disabled editing data view id when in edit mode
* fix for translation bug
* fix for failing tests
* review comment changes
* some nit fixes
* revert the operation change check
* fixed name not showing in dashboard with visualizations from different dataviews
* added a comment for the management breadcrumb
* [Stack Monitoring] Add stale status reporting for Kibana (#126386)
* Fix stale message grammar and update stale indicator to use EuiBadge
* Fix i18n ids
* Remove unused i18n key
* Fix Jest tests
* Update exposeToBrowser test
* Update API integration tests
* Fix functional tests
* Fix API integration tests
* Update snapshots
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* remove kibana saved object from the esArchive
* migrate management from esArchive to kbnArchive
* migrate management from esArchive to kbnArchive
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* split Kibana saved object out of esArchive
* remove .only
* also unload the esArchive
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Adds get all API to data views
* Move size to query params
* [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix'
* Use ids/titles instead of entire object
* Add docs
* Add integration test
* Fix docs
* Update docs
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
We've seen a number of package testing timeouts where a random command
will hang while establishing an ssh connection. Instead of running
installation remotely, this switches to the ansible_local provisioner.
* [Discover] unskip tests for check flakyness
* [Discover] fix the test
* [Discover] update expected string
* [Discover] open close full screen mode for data grid when needed
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>