Story #3219
Story #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..
Associated revisions
Revision 0b5e7477
View on GitHub
Allow users to delete the latest repo version
Revision 0b5e7477
View on GitHub
Allow users to delete the latest repo version
History
#1
Updated by dkliban@redhat.com about 3 years ago
- Parent task set to #3209
#2
Updated by daviddavis about 3 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.
#3
Updated by daviddavis about 3 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.
#4
Updated by bmbouter about 3 years ago
- Description updated (diff)
daviddavis, your comment is right. I updated the locking proposal to reflect this, and also this ticket.
#5
Updated by daviddavis about 3 years ago
- Groomed changed from No to Yes
#6
Updated by dkliban@redhat.com about 3 years ago
- Sprint/Milestone set to 53
#7
Updated by daviddavis about 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
#8
Updated by daviddavis about 3 years ago
- Status changed from ASSIGNED to POST
#9
Updated by daviddavis about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|0b5e7477de930683d1da080b5d4f95eb994e5ed2.
#10
Updated by bmbouter almost 3 years ago
- Sprint set to Sprint 31
#11
Updated by bmbouter almost 3 years ago
- Sprint/Milestone deleted (
53)
#13
Updated by dkliban@redhat.com over 2 years ago
- Sprint/Milestone set to 3.0.0
#14
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3, Pulp 3 MVP)
#15
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Update repo last_version after a new version is created during sync
ref #3219 https://pulp.plan.io/issues/3219