-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding a namespace * Allowing the saved objects client wrappers to specify the namespace * Moving namespace agnosticism to OSS * Fixing rbac tests, spaces can be managed with the SOC temporarily * Putting trimIdPrefix back to it's original name * Removing unused code and debug statements * Fixing some jsdocs * Removing unused type parameter * Another stray console.log... * Fixing repository provider test * Fixing repository tests * No longer exposing the namespace in get and bulkGet * Fixing SavedObjectClient tests, using more Symbols... It ends up that two different instances of {} are considered to be equal by jest's .toHaveBeenCalledWith, so for these white-box tests we're just using Symbols... * Fixing getSearchDsl tests * Removing filters, we don't use them anymore * Fixing query param tests * Adding Schema tests * Fixing secure saved objects client test * Namespaces via options * Removing duplicate test * Removing spaceId from mappings * Fixing test * Registering the namespace agnostic types using uiExports * Even better schema
- Loading branch information
Showing
45 changed files
with
1,283 additions
and
2,681 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
Oops, something went wrong.