-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate SO management routes to new plugin #59734
Merged
pgayvallet
merged 30 commits into
elastic:master
from
pgayvallet:kbn-50308-so-management-server-side
Mar 26, 2020
Merged
Changes from 19 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
db5af58
unexpose SavedObjectsManagement from legacy server
pgayvallet b0f12e8
migrate saved object management routes to new plugin
pgayvallet 1f0e935
fix endpoint methods
pgayvallet 53030ff
adapt code due to rebase
pgayvallet 8e71b92
extract types
pgayvallet 6eaff34
improve findAll params
pgayvallet dc9bad9
adapt existing api integration tests and migrate to TS
pgayvallet 1518159
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet bc352e9
update generated doc
pgayvallet 3982289
add API integration tests for /scroll/count
pgayvallet f350b8c
add unit tests for plugin and routes
pgayvallet 07bfe52
add injectMetaAttributes tests
pgayvallet 5a9d9f1
extract relation type
pgayvallet fd70c8b
add find_relationships tests
pgayvallet b24b37f
add find_all tests
pgayvallet ebf3751
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet 5fc0ced
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet 23581cd
do not complete migrator$ to avoid unhandled promise rejection
pgayvallet 9f5df69
fix data for search endpoint integration tests
pgayvallet b1ef936
remove falsy comment
pgayvallet cb35fdb
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet dc4e2bd
rename plugin folder to match plugin id
pgayvallet 703bc80
address review comments
pgayvallet 4ac3e3f
update CODEOWNERS
pgayvallet cc9f846
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet e770084
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet c86ee15
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet 0a2cb33
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet d9dc39e
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet d2fe4b4
Merge remote-tracking branch 'upstream/master' into kbn-50308-so-mana…
pgayvallet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment still relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not (and it was wrong, as the default value is actually
false
...). removed. The wholeimportAndExportableTypes
injection is going to be removed in next stage anyway