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) (opensearch-project#2690) * Create filter registry for saved object management to make filters extensible * WIP on making fetchCounts generic * First step at making scroll_counts generic * Work on getting other filter counts with same object count endpoint * Get tenant count options to display * Extend find to work with namespaces for saved objects * Add missing filterFields * Update jest tests * Update saved_objects_table snapshot * Append index to id to make unique * Add semi-colon * Fix saved objects table tests with new id scheme * Only append idx on config type to ensure Advanced Settings have a unique id across tenants * Remove itemsClone in favor of showing only Advanced Settings of current tenant * Revert snapshots in table.test.tsx * Add additional parse_query test * Add comma * Create namespaceRegistry to decouple security dashboards plugin and osd core * Add ability to register an alias * Update parse query and add to CHANGELOG * Remove commented out code * Address code review comments * Override i18n if alias is regitered (cherry picked from commit 8ac127a) Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Su <szhongna@amazon.com> Co-authored-by: Craig Perkins <craig5008@gmail.com>
- Loading branch information
1 parent
9113756
commit 363c623
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.