-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(my-queries-storage): implement provider for my-queries-storage C…
…OMPASS-7411 (#5384) * chore: introduce PipelineStorageProvider * chore: introduce FavoriteQueryStorageProvider * chore: introduce RecentQueryStorageContextProvider * chore: fix type for SavedQueryAggregationExtraArgs * chore: fix for missing react dep * chore: enable eslint plugin and fix for testcases and source * chore: minor refactor in name * chore: remove duplicate import * chore: fixes the render issue with previous implementation of storage locator * chore: fixes for failing tests - added mock provider * chore: use type instead of derived ones * chore: addresses PR review - expands eslint config to exclude test helpers from reporting on no-restricted-imports - use PipelineStorage and Fav/RecentQueryStorage directly in test setups * fix: remove namespace from QueryStorage options and make it part of loadAll method * fix: fixes for failing test cases in compass-crud * fix: fixes for failing test cases in compass-crud - 1 * fix for lint * fix for compass-home tests * add my-queries-storage as dev-dep for compas-home * chore: PR feedback - expose getStorage to retrieve QueryStorage instead of createStorage - use interfaces to describe the implementation being injected in plugins instead of actual implementation itself (Compass specific) * eslint rule check modified * PR feedback - use exported helper to reduce usage verbosity in tests
- Loading branch information
1 parent
bfadcc9
commit 20a6ff8
Showing
42 changed files
with
739 additions
and
381 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
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
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.