-
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.
Migrate SO management routes to new plugin (#59734)
* unexpose SavedObjectsManagement from legacy server * migrate saved object management routes to new plugin * fix endpoint methods * adapt code due to rebase * extract types * improve findAll params * adapt existing api integration tests and migrate to TS * update generated doc * add API integration tests for /scroll/count * add unit tests for plugin and routes * add injectMetaAttributes tests * extract relation type * add find_relationships tests * add find_all tests * do not complete migrator$ to avoid unhandled promise rejection * fix data for search endpoint integration tests * remove falsy comment * rename plugin folder to match plugin id * address review comments * update CODEOWNERS
- Loading branch information
1 parent
3fe48fe
commit a7508b8
Showing
48 changed files
with
2,217 additions
and
915 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
107 changes: 0 additions & 107 deletions
107
src/legacy/core_plugins/kibana/server/routes/api/management/saved_objects/find.js
This file was deleted.
Oops, something went wrong.
59 changes: 0 additions & 59 deletions
59
src/legacy/core_plugins/kibana/server/routes/api/management/saved_objects/relationships.js
This file was deleted.
Oops, something went wrong.
120 changes: 0 additions & 120 deletions
120
src/legacy/core_plugins/kibana/server/routes/api/management/saved_objects/scroll.js
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.