Project

Profile

Help

Story #5150

closed

As a user, I can view chunks for an upload

Added by daviddavis almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
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
}
Actions #1

Updated by dkliban@redhat.com almost 5 years ago

  • Groomed changed from No to Yes
  • Sprint Candidate changed from No to Yes
  • Sprint set to Sprint 56
Actions #2

Updated by daviddavis almost 5 years ago

  • Status changed from NEW to ASSIGNED
  • Assignee set to fao89
Actions #4

Updated by daviddavis almost 5 years ago

  • Tracker changed from Issue to Story
  • % Done set to 0
Actions #5

Updated by fao89 almost 5 years ago

  • Status changed from ASSIGNED to POST

Added by Fabricio Aguiar almost 5 years ago

Revision 61c3fcd2 | View on GitHub

display chunks on upload payload

closes #5150

Actions #6

Updated by Anonymous almost 5 years ago

  • Status changed from POST to MODIFIED
  • % Done changed from 0 to 100
Actions #7

Updated by daviddavis almost 5 years ago

  • Status changed from MODIFIED to POST

Added by Fabricio Aguiar almost 5 years ago

Revision 5ed29684 | View on GitHub

using correct handler

ref #5150

Actions #8

Updated by daviddavis almost 5 years ago

  • Status changed from POST to MODIFIED
Actions #9

Updated by kersom over 4 years ago

A test was added together with the PR.
See: https://github.com/pulp/pulpcore/pull/222/files

Actions #10

Updated by bmbouter over 4 years ago

  • Sprint/Milestone set to 3.0.0
Actions #11

Updated by bmbouter over 4 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE

Also available in: Atom PDF