-
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
Sharing saved objects developer guide #107099
Merged
jportner
merged 16 commits into
elastic:master
from
jportner:issue-88744-sharing-saved-objects-guide
Aug 10, 2021
Merged
Sharing saved objects developer guide #107099
jportner
merged 16 commits into
elastic:master
from
jportner:issue-88744-sharing-saved-objects-guide
Aug 10, 2021
Commits on Jul 30, 2021
-
Tweak
SavedObjectsClient.resolve()
return typeThe server-side implementation returned a `saved_object` field, while the client-side implementation returned a `savedObject` field. I originally used the former to align with return types like that from `bulkGet()`, `bulkUpdate()`, etc., but I think it makes more sense to use snakeCase on both client- and server-side for simplicity.
Configuration menu - View commit details
-
Copy full SHA for 013de84 - Browse repository at this point
Copy the full SHA 013de84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53cbb83 - Browse repository at this point
Copy the full SHA 53cbb83View commit details -
Configuration menu - View commit details
-
Copy full SHA for b20b3e8 - Browse repository at this point
Copy the full SHA b20b3e8View commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b54d24d - Browse repository at this point
Copy the full SHA b54d24dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 919c8b9 - Browse repository at this point
Copy the full SHA 919c8b9View commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9a7e9e7 - Browse repository at this point
Copy the full SHA 9a7e9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24929b6 - Browse repository at this point
Copy the full SHA 24929b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e5cc3 - Browse repository at this point
Copy the full SHA c5e5cc3View commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6441ff4 - Browse repository at this point
Copy the full SHA 6441ff4View commit details -
Revert "Tweak
SavedObjectsClient.resolve()
return type"This reverts commit 013de84.
Configuration menu - View commit details
-
Copy full SHA for ce0ffbe - Browse repository at this point
Copy the full SHA ce0ffbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2fa20 - Browse repository at this point
Copy the full SHA 2e2fa20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c95043 - Browse repository at this point
Copy the full SHA 1c95043View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d4e889 - Browse repository at this point
Copy the full SHA 2d4e889View commit details -
* Add Sharing Saved Objects section in new dev docs; this intentionally links to the legacy docs page (which is intended to be viewed by both internal and external developers) * Remove docs examples of `namespaceType: 'single'` since we want folks to stop using that.
Configuration menu - View commit details
-
Copy full SHA for 555cbda - Browse repository at this point
Copy the full SHA 555cbdaView commit details
Commits on Aug 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 469147b - Browse repository at this point
Copy the full SHA 469147bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 048ee0a - Browse repository at this point
Copy the full SHA 048ee0aView 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.