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

POC: Sharing Saved Objects developer guide steps #107256

Closed
wants to merge 4 commits into from

Commits on Sep 9, 2021

  1. Initial commit

    Created the test plugin with basic functionality. Subsequent commits
    will demonstrate individual steps that need to be taken, as described
    by the Sharing Saved Objects developer guide.
    
    Note: this simple test plugin doesn't use links to other object types,
    so Step 1 is skipped intentionally.
    jportner committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    30b8fe6 View commit details
    Browse the repository at this point in the history
  2. Sharing Saved Objects developer guide: Step 2

    This step demonstrates the changes to update client code to use the new
    SavedObjectsClient `resolve()` method instead of `get()`.
    jportner committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c02076e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Sharing Saved Objects developer guide: Step 3

    This step demonstrates the changes to update client code to correctly
    handle the three different `resolve()` outcomes. It adds an optional
    dependency on the Spaces plugin, and uses the SpacesApi to change the UI
    if necessary.
    jportner committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    5b1a467 View commit details
    Browse the repository at this point in the history
  2. Sharing Saved Objects developer guide: Step 4

    This step demonstrate the changes to update the saved object type
    registration, which will cause this isolated object type to be converted
    to become share-capable during the 8.0 upgrade process.
    
    Note: the previous steps can be backported to 7.x, but this step cannot
    be backported, because the conversion cannot take place before 8.0.
    jportner committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    2fd4c42 View commit details
    Browse the repository at this point in the history