forked from opensearch-project/OpenSearch-Dashboards
-
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.
Add extension point in saved object management to register namespaces…
… and show filter (opensearch-project#2656) * Create filter registry for saved object management to make filters extensible Signed-off-by: Craig Perkins <cwperx@amazon.com> * WIP on making fetchCounts generic Signed-off-by: Craig Perkins <cwperx@amazon.com> * First step at making scroll_counts generic Signed-off-by: Craig Perkins <cwperx@amazon.com> * Work on getting other filter counts with same object count endpoint Signed-off-by: Craig Perkins <cwperx@amazon.com> * Get tenant count options to display Signed-off-by: Craig Perkins <cwperx@amazon.com> * Extend find to work with namespaces for saved objects Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add missing filterFields Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update jest tests Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update saved_objects_table snapshot Signed-off-by: Craig Perkins <cwperx@amazon.com> * Append index to id to make unique Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add semi-colon Signed-off-by: Craig Perkins <cwperx@amazon.com> * Fix saved objects table tests with new id scheme Signed-off-by: Craig Perkins <cwperx@amazon.com> * Only append idx on config type to ensure Advanced Settings have a unique id across tenants Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove itemsClone in favor of showing only Advanced Settings of current tenant Signed-off-by: Craig Perkins <cwperx@amazon.com> * Revert snapshots in table.test.tsx Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add additional parse_query test Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add comma Signed-off-by: Craig Perkins <cwperx@amazon.com> * Create namespaceRegistry to decouple security dashboards plugin and osd core Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add ability to register an alias Signed-off-by: Craig Perkins <cwperx@amazon.com> * Update parse query and add to CHANGELOG Signed-off-by: Craig Perkins <cwperx@amazon.com> * Remove commented out code Signed-off-by: Craig Perkins <cwperx@amazon.com> * Address code review comments Signed-off-by: Craig Perkins <cwperx@amazon.com> * Override i18n if alias is regitered Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Sergey V. Osipov <sipopo@yandex.ru>
- Loading branch information
Showing
19 changed files
with
335 additions
and
60 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
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
46 changes: 27 additions & 19 deletions
46
...t/public/management_section/objects_table/__snapshots__/saved_objects_table.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
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.