Story #3405
closedAs a user I can add Content Units to a repository recursively
100%
Description
This story is to implement an API endpoint and task that add a list of content units to the repository.
endpoint: pulp/api/v3/docker/resursive-add/
args: add_content_units (identical to RepositoryVersion create)
repository
The task should add each unit to the repository, and should query the database for related content (manifests from manifest lists, blobs from manifests) and add these units as well.
For this implementation, tags should be added/removed the by tag href, the same way as the other types. Adding tags by name and repository version is covered in a related story, https://pulp.plan.io/issues/4947.
Related issues
Updated by amacdona@redhat.com over 6 years ago
- Copied from Story #3403: As a user I can add Manifests to a repository, and all units (recursive) that are part of them added
Updated by amacdona@redhat.com over 5 years ago
- Subject changed from As a user I can add Content Units to a repository by tag, and all units (recursive) that are part of them to As a user I can add Content Units to a repository recursively
- Description updated (diff)
Updated by amacdona@redhat.com over 5 years ago
- Blocks Story #4947: As a user I can add tags to a repository by name. added
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
Updated by dkliban@redhat.com over 5 years ago
- Sprint changed from Sprint 55 to Sprint 56
Updated by ipanova@redhat.com over 5 years ago
Updated by ipanova@redhat.com over 5 years ago
- Status changed from ASSIGNED to POST
Added by amacdona@redhat.com over 5 years ago
Added by amacdona@redhat.com over 5 years ago
Revision 92b668e2 | View on GitHub
Create endpoint to add content recursively
Added by amacdona@redhat.com over 5 years ago
Revision 92b668e2 | View on GitHub
Create endpoint to add content recursively
Added by amacdona@redhat.com over 5 years ago
Revision 92b668e2 | View on GitHub
Create endpoint to add content recursively
Updated by amacdona@redhat.com over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset commit:pulp_docker|92b668e234577e4bf84d99e645e8a830f7a4fbae.
Updated by ipanova@redhat.com about 5 years ago
- Project changed from Docker Support to Container Support
Updated by ipanova@redhat.com almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Create endpoint to add content recursively
https://pulp.plan.io/issues/3405 fixes #3405