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 phase 3.5 #100424

Merged
merged 37 commits into from
Jun 28, 2021

Commits on Jun 1, 2021

  1. Expose EuiAvatar's isDisabled property to be usable for SpaceAvatar

    This is used in feature-specific contexts for SpaceList and
    ShareToSpaceFlyout components, so the rendered avatar for a space is in
    a disabled state if the feature is disabled in that space.
    jportner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b923c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ffc0ff View commit details
    Browse the repository at this point in the history
  3. Support resolve API and namespaces field in public SavedObjectsCl…

    …ient
    
    Add support for `resolve` method to the public SOC client abstraction.
    This was overlooked in Sharing Saved Objects Phase 2 because it does not
    use the same type definitions as the server-side SOC client.
    Also added the `namespaces` field to the SimpleSavedObject type, which
    is always present as of several releases ago.
    jportner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a9d76ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adaae05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2fe20c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71c10a7 View commit details
    Browse the repository at this point in the history
  7. Add SpacesClient API to disable legacy URL aliases

    A user is authorized to change a legacy URL alias if they are have
    privileges to modify the target object.
    
    TODO: add an HTTP route for this API
    jportner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    b101900 View commit details
    Browse the repository at this point in the history
  8. Change Share flyout to update the object and all of its references

    Before, only the target object would be updated.
    jportner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    863e69c View commit details
    Browse the repository at this point in the history
  9. Exclude tags from shared references

    When sharing an object, we include all of its references *except* for
    tags. Note, this does not preclude tags from being shared directly.
    jportner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7e61185 View commit details
    Browse the repository at this point in the history
  10. Change Share flyout title

    jportner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    fc2f7d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    b01887e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce1a020 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. Configuration menu
    Copy the full SHA
    51c2aa4 View commit details
    Browse the repository at this point in the history
  2. Fix security plugin contract types and mocks

    These were broken after the latest merge from master.
    jportner committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    70ab7a2 View commit details
    Browse the repository at this point in the history
  3. PR review feedback

    jportner committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    b81a720 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    jportner committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    31c99d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Configuration menu
    Copy the full SHA
    72906df View commit details
    Browse the repository at this point in the history
  2. Update TSdoc comments

    jportner committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    e43ab4e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Configuration menu
    Copy the full SHA
    99a3c39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49fece5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    296aa21 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Configuration menu
    Copy the full SHA
    a624339 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    b64a2dc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    ead7495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7a6b92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17eccb6 View commit details
    Browse the repository at this point in the history
  4. Fix type check error

    jportner committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    538da32 View commit details
    Browse the repository at this point in the history
  5. Update text on delete modal

    jportner committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    79d5b4a View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

    jportner committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    8e10636 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    c7dfd68 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    84318e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c34e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1db9ec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c38dcb6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9dc1612 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4893d32 View commit details
    Browse the repository at this point in the history