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

fix(core): UpdateReplacePolicy mirrors DeletionPolicy #3217

Merged
merged 4 commits into from
Jul 8, 2019

Commits on Jul 5, 2019

  1. fix(core): UpdateReplacePolicy mirrors DeletionPolicy

    When setting the DeletionPolicy, the UpdateReplacePolicy should also be
    set. There's the same implication of data loss for one and the other.
    
    Fixes #2901.
    rix0rrr committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    72712e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Merge branch 'master' into huijbers/updatepolicy

    Elad Ben-Israel committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    ede1aa9 View commit details
    Browse the repository at this point in the history
  2. Add unit tests

    rix0rrr committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    e924bf2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into huijbers/updatepolicy

    Elad Ben-Israel committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    cdc33de View commit details
    Browse the repository at this point in the history