Story #4396
Add one-shot upload support
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
3.0.0
Target Release - Python:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 56
Quarter:
Description
The model viewset is not really intended to be used the way we're using it. Instead of allowing a "create" action on /content/python/python/, we should instead create a separate API endpoint for uploading new content, and get rid of what we currently have.
Associated revisions
History
#1
Updated by amacdona@redhat.com almost 2 years ago
- Tracker changed from Issue to Story
- % Done set to 0
#2
Updated by amacdona@redhat.com almost 2 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
#3
Updated by amacdona@redhat.com almost 2 years ago
- Sprint/Milestone set to 3.0 GA
#4
Updated by CodeHeeler almost 2 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to CodeHeeler
#5
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#6
Updated by CodeHeeler over 1 year ago
- Sprint set to Sprint 55
#7
Updated by dkliban@redhat.com over 1 year ago
- Sprint changed from Sprint 55 to Sprint 56
#8
Updated by CodeHeeler over 1 year ago
Update:
Was blocked by rc3 work, now merged.
PR for the feature is almost complete and passing tests, just adding docs today, rebasing and then will update status to POST:
https://github.com/pulp/pulp_python/pull/246
#9
Updated by CodeHeeler over 1 year ago
#10
Updated by CodeHeeler over 1 year ago
- Status changed from ASSIGNED to POST
#11
Updated by CodeHeeler over 1 year ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset c0838afb76d3d54e4a5215b0c7b15046e25c6273.
Please register to edit this issue
Add one-shot upload
Adds one-shot upload feature, optionally specifying a repo Updates tests and docs accordingly
fixes #4396 https://pulp.plan.io/issues/4396