Actions
Story #3405
closedAs a user I can add Content Units to a repository recursively
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 57
Quarter:
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
Actions
Create endpoint to add content recursively
https://pulp.plan.io/issues/3405 fixes #3405