Actions
Story #5150
closedAs 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
}
Updated by dkliban@redhat.com over 5 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
- Sprint set to Sprint 56
Updated by daviddavis over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by daviddavis over 5 years ago
Some info on how to do this w/ DRF: https://www.django-rest-framework.org/api-guide/relations/#nested-relationships
Updated by daviddavis over 5 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by fao89 over 5 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar over 5 years ago
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|61c3fcd2530a64a099b6cde9ed383c4656f44a91.
Added by Fabricio Aguiar over 5 years ago
Revision 5ed29684 | View on GitHub
using correct handler
ref #5150
Updated by kersom over 5 years ago
A test was added together with the PR.
See: https://github.com/pulp/pulpcore/pull/222/files
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
display chunks on upload payload
closes #5150