Skip to content
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

Commits on Jul 30, 2021

  1. Tweak SavedObjectsClient.resolve() return type

    The 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.
    jportner committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    013de84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53cbb83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b20b3e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Configuration menu
    Copy the full SHA
    b54d24d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    919c8b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    9a7e9e7 View commit details
    Browse the repository at this point in the history
  2. PR review feedback

    jportner committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    24929b6 View commit details
    Browse the repository at this point in the history
  3. Add extra FAQs

    jportner committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    c5e5cc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    6441ff4 View commit details
    Browse the repository at this point in the history
  2. Revert "Tweak SavedObjectsClient.resolve() return type"

    This reverts commit 013de84.
    jportner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    ce0ffbe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e2fa20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c95043 View commit details
    Browse the repository at this point in the history
  5. Update docs

    jportner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    2d4e889 View commit details
    Browse the repository at this point in the history
  6. Update dev docs

    * 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.
    jportner committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    555cbda View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    469147b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    048ee0a View commit details
    Browse the repository at this point in the history