Actions
Story #1355
closedStory #1150: As a user, I can lazily fetch repositories
As a user, I want to be able to initiate a repo download task.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.8.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
We need to add an API and admin command to support user initiated repo download tasks. This way, user can manually ensure that repos are completely downloaded. They will need this to remedy download failure cases.
Updated by jcline@redhat.com about 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jcline@redhat.com
Updated by jcline@redhat.com almost 9 years ago
- Status changed from ASSIGNED to POST
Added by Jeremy Cline almost 9 years ago
Added by Jeremy Cline almost 9 years ago
Revision a63ac3f4 | View on GitHub
Add a new REST API endpoint to download lazy repositories.
This new API is located at v2/repositories//actions/download/. This commit also adds support for this API in pulp-admin.
closes #1355
Updated by Anonymous almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|a63ac3f418af35fb294fdfd19d9936583f6bbe30.
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Add a new REST API endpoint to download lazy repositories.
This new API is located at v2/repositories//actions/download/. This commit also adds support for this API in pulp-admin.
closes #1355