Story #3219
closedStory #3209: As a user, I have Repository Versions
As an authenticated user, I can delete any repository version.
100%
Description
The task for deleting repository versions needs to handle delete operations for the first version, last version, and any in between. This task should lock on the repository version and the associated repository..
Updated by daviddavis almost 7 years ago
- Tracker changed from Task to Story
- Subject changed from Add support for deleting RepositoryVersions to As an authenticated user, I can delete any repository version.
Updated by daviddavis almost 7 years ago
I think this task may need to lock on the next repo version too. The squash code moves the content associations from the deleted repo version to the next repo version so it should be locked so that a user can't delete it, etc.
Updated by bmbouter almost 7 years ago
- Description updated (diff)
@daviddavis, your comment is right. I updated the locking proposal to reflect this, and also this ticket.
Updated by daviddavis almost 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Updated by daviddavis almost 7 years ago
- Status changed from ASSIGNED to POST
Added by daviddavis almost 7 years ago
Added by daviddavis almost 7 years ago
Revision 0b5e7477 | View on GitHub
Allow users to delete the latest repo version
Added by daviddavis almost 7 years ago
Revision 0b5e7477 | View on GitHub
Allow users to delete the latest repo version
Updated by daviddavis almost 7 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|0b5e7477de930683d1da080b5d4f95eb994e5ed2.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Update repo last_version after a new version is created during sync
ref #3219 https://pulp.plan.io/issues/3219