Actions
Story #4396
closedAdd 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.
Updated by amacdona@redhat.com almost 6 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by amacdona@redhat.com almost 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by CodeHeeler over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to CodeHeeler
Updated by dkliban@redhat.com over 5 years ago
- Sprint changed from Sprint 55 to Sprint 56
Updated by CodeHeeler over 5 years 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
Updated by CodeHeeler over 5 years ago
Added by CodeHeeler over 5 years ago
Updated by CodeHeeler over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset c0838afb76d3d54e4a5215b0c7b15046e25c6273.
Actions
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