forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Discover] Enable tags for saved searches (elastic#136162)
* [Discover] Add initial support for tags to saved search modal * [Discover] Add tags to savedSearch types * [Discover] Finish initial support for adding tags to saved searches * [Discover] Start to convert saved object finder to a table in order to support tags * [Discover] Add support for displaying saved search tags in open search flyout * [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix' * [Discover] Continue support for tags in saved object finder * [Discover] Clean up saved object finder * [Discover] Finish initial support for tags in saved object finder * [Discover] Update SimpleSavedObject constructor to SimpleSavedObjectImpl * [Discover] Remove orig files * [Discover] Saved search tag type registration and telemetry * [Discover] Create new saved_objects_finder plugin * [Discover] Continue work creating saved_objects_finder plugin * [Discover] Revert some changes in saved_objects * [Discover] Revert some changes in saved_objects again * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' * [Discover] Update saved_objects_finder i18n keys * [Discover] Update docs * [Discover] Add plugins to saved_object_finder and fix broken types * [Discover] Finish creating saved_objects_finder plugin and use it in Discover * [Discover] Update SavedObjectFinderProps type export, and update x-pack telemetry * [Discover] Fix broken jest tests * [Discover] Update saved_objects_finder API * [Discover] Remove unused translations * [Discover] Fix issue with initial saved object finder fetch * [Discover] Fix some of the saved object finder jest tests * [Discover] Clean up finder after merge * [Discover] Fixing saved_object_finder.tsx * [Discover] Add savedObjectsTaggingOss reference to saved_search plugin * [Discover] Fix broken open_search_panel test * [Discover] Removed allowed types from saved object finder * [Discover] Removing type column when there's only one saved object type, and adjusting column widths * [Discover] Fix issue where visible types were entirely removed, fixed pageSizeOptions * [Discover] Add showFilter to open_search_panel's saved_objects_finder, fallback to all available types when no type filter is applied to saved_objects_finder, hide type column and filter button when there is only one type in metadata list * [Discover] Fix remaining saved_object_finder Jest tests * [Discover] Update snapshot * [Discover] Fix failing functional tests * [Discover] Add tagging Jest tests for saved_objects_finder * [Discover] Fix small bugs in saved_object_finder, update Jest tests, add functional tests for Discover saved search tagging * [Discover] Removed unused variable in functional test * [Discover] Update Discover Jest tests with tagging tests * [Discover] Remove translations * [Discover] Updating saved_objects_finder to use static export vs preconfigured component, adding lazy load support * [Discover] Move saved_object_finder service deps to a 'services' prop, fix broken open_search_panel Jest test * [Discover] Fix broken Jest test * [Discover] Fix broken Jest test from merge * [Discover] Fix discover tags integration test description * - Updated tags prop to be `string | undefined` - Type imports cleanup - Added loading indicator for saved object finder - Changed `savedObjectsPlugin.settings.getListingLimit()` to `uiSettings.get(LISTING_LIMIT_SETTING)` - Removed old saved object finder comment - Removed tag changes from transform plugin - Change code owners of saved_objects_finder to Data Discovery * [Discover] Fixed LISTING_LIMIT_SETTING import * [Discover] Revert tags saving change that introduced a bug * [CI] Auto-commit changed files from 'node scripts/build_plugin_list_docs' * [Discover] Try again to fix LISTING_LIMIT_SETTINGS import * [Discover] Fix failing snapshot Co-authored-by: kibanamachine <[email protected]>
- Loading branch information
Showing
55 changed files
with
2,504 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,3 +135,4 @@ pageLoadAssetSize: | |
kubernetesSecurity: 77234 | ||
threatIntelligence: 29195 | ||
files: 22673 | ||
savedObjectsFinder: 21691 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 10 additions & 3 deletions
13
.../public/application/main/components/top_nav/__snapshots__/open_search_panel.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.