Story #5150
As a user, I can view chunks for an upload
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 56
Quarter:
Description
Update the endpoint /pulp/api/v3/uploads/<uuid>/ so that it shows the chunks that have been uploaded to Pulp:
$ http :24817$UPLOAD
{
"_created": "2019-07-17T17:26:33.901506Z",
"_href": "/pulp/api/v3/uploads/4d44640c-e36a-4a01-a2a3-8ee5224f48e7/",
"chunks": [ {"offset": 6291456, "size": 10485759} ],
"completed": null,
"size": 10485760
}
Associated revisions
Revision 5ed29684
View on GitHub
using correct handler
ref #5150
History
#1
Updated by dkliban@redhat.com over 1 year ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 56
#2
Updated by daviddavis over 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
#3
Updated by daviddavis over 1 year ago
Some info on how to do this w/ DRF: https://www.django-rest-framework.org/api-guide/relations/#nested-relationships
#4
Updated by daviddavis over 1 year ago
- Tracker changed from Issue to Story
- % Done set to 0
#5
Updated by fao89 over 1 year ago
- Status changed from ASSIGNED to POST
#6
Updated by Anonymous over 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|61c3fcd2530a64a099b6cde9ed383c4656f44a91.
#7
Updated by daviddavis over 1 year ago
- Status changed from MODIFIED to POST
#8
Updated by daviddavis over 1 year ago
- Status changed from POST to MODIFIED
#9
Updated by kersom over 1 year ago
A test was added together with the PR.
See: https://github.com/pulp/pulpcore/pull/222/files
#10
Updated by bmbouter about 1 year ago
- Sprint/Milestone set to 3.0.0
#11
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
display chunks on upload payload
closes #5150