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

Fixes #29122 - Correct CV deletion behavior for pulp3 #8594

Merged
merged 1 commit into from Mar 12, 2020

Commits on Mar 10, 2020

  1. Fixes #29122 - Correct CV deletion behavior for pulp3

    This fixes three situations:
    
    * Deleting a CVV would delete the pulp3 repository, deleting repo
      versions across all CVVs in that content view
    * Deleting a CV would NOT delete the pulp3 repository, when it should
    * Removing a CVV from a Lifecycle Env would not properly delete the
      distribution
    * If you deleted a CVV, that had re-used the version_href and
      publication_href from a Library repo, it would delete the library
      repo's pulp3 repo version (and thus its publication too).
    jlsherrill committed Mar 10, 2020
    Copy the full SHA
    a97019f View commit details
    Browse the repository at this point in the history