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

[7.9] [Saved objects] Add support for version on create & bulkCreate when overwriting a document (#75172) #75498

Merged
merged 2 commits into from
Aug 20, 2020

Commits on Aug 19, 2020

  1. [Saved objects] Add support for version on create & bulkCreate when o…

    …verwriting a document (elastic#75172)
    
    Adds support for `version` one the SavedObjectsClient's create api.
    This sallows us to retain Optimistic concurrency control when using create to overwrite an existing document.
    # Conflicts:
    #	src/core/server/saved_objects/service/lib/repository.ts
    gmmorris committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    76ab6c0 View commit details
    Browse the repository at this point in the history
  2. fixed test broken by merge

    gmmorris committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    3bff869 View commit details
    Browse the repository at this point in the history