Story #8104
closedAs a user i want to manage tags via pulp api for container push repos
100%
Description
Add /tag and /untag endpoints to enable tags management.
Enable scenarios:
- delete a tag
- create a new tag
- move an existing tag from an old image to a new one
These should be synchronous calls since podman api does not handle async calls.
Updated by ipanova@redhat.com almost 4 years ago
- Sprint/Milestone changed from 2.4.0 to 2.3.0
Updated by ipanova@redhat.com almost 4 years ago
- Subject changed from As a user i want to remove tags via pulp api from container push repos to As a user i want to manage tags via pulp api from container push repos
- Description updated (diff)
Updated by ipanova@redhat.com almost 4 years ago
- Subject changed from As a user i want to manage tags via pulp api from container push repos to As a user i want to manage tags via pulp api for container push repos
Updated by lmjachky almost 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
- Sprint set to Sprint 89
Updated by lmjachky almost 4 years ago
We decided to use asynchronous calls instead of synchronous ones.
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Added by Lubos Mjachky almost 4 years ago
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 29ff3054674d41cab7ba45a9f82af7f64b891591.
Added by Lubos Mjachky almost 4 years ago
Revision b75644b9 | View on GitHub
Add support for tagging and untagging for push repositories
Note that in this commit, there are not handled race conditions where a container client simulateneously tries to push a tag that is being created in an asynchronous task invoked via the Pulp API.
closes #8104
Added by Lubos Mjachky almost 4 years ago
Revision e64c9689 | View on GitHub
Add support for tagging and untagging for push repositories
Note that in this commit, there are not handled race conditions where a container client simulateneously tries to push a tag that is being created in an asynchronous task invoked via the Pulp API.
closes #8104
Added by Lubos Mjachky almost 4 years ago
Revision e64c9689 | View on GitHub
Add support for tagging and untagging for push repositories
Note that in this commit, there are not handled race conditions where a container client simulateneously tries to push a tag that is being created in an asynchronous task invoked via the Pulp API.
closes #8104
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add support for tagging and untagging for push repositories
Note that in this commit, there are not handled race conditions where a container client simulateneously tries to push a tag that is being created in an asynchronous task invoked via the Pulp API.
closes #8104