-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Add SavedObjectsClient.bulkResolve #112025
Merged
jportner
merged 10 commits into
elastic:master
from
jportner:issue-111201-add-bulkresolve
Sep 16, 2021
Merged
Add SavedObjectsClient.bulkResolve #112025
jportner
merged 10 commits into
elastic:master
from
jportner:issue-111201-add-bulkresolve
Sep 16, 2021
Commits on Sep 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b6fc98 - Browse repository at this point
Copy the full SHA 0b6fc98View commit details -
Add internalBulkResolve module
In abstracting this out to a separate module, I was able to reuse this instead of the existing resolve code, and I was able to simplify the unit tests. Note, there is currently an inconsistent API response between get and bulkGet (an unsupported type for the former returns 404, and the latter returns 400). I opted to return a 400 for bulkResolveInternal as that is the most consistent response, so that means I had to change the integration tests for resolve accordingly.
Configuration menu - View commit details
-
Copy full SHA for 1e61891 - Browse repository at this point
Copy the full SHA 1e61891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a85fc9 - Browse repository at this point
Copy the full SHA 9a85fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc26c0a - Browse repository at this point
Copy the full SHA cc26c0aView commit details
Commits on Sep 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 244022b - Browse repository at this point
Copy the full SHA 244022bView commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bbea46f - Browse repository at this point
Copy the full SHA bbea46fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6579f70 - Browse repository at this point
Copy the full SHA 6579f70View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09ae54 - Browse repository at this point
Copy the full SHA f09ae54View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09765c - Browse repository at this point
Copy the full SHA d09765cView commit details -
Update sharing saved objects dev docs
Unrelated to this PR but I noticed that this needed to be changed.
Configuration menu - View commit details
-
Copy full SHA for db3aee5 - Browse repository at this point
Copy the full SHA db3aee5View commit details
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.