Story #6281
As a plugin writer, I have a NoArtifactContentUploadSerializer
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Backlog
Sprint:
Quarter:
Description
In pulp_rpm, users can upload advisory files that are parsed for their data. It uses SingleArtifactContentUploadSerializer[0] which extends SingleArtifactContentSerializer. However, advisories don't actually have artifacts. This may bite us later so it would be better to define a NoArtifactContentUploadSerializer in pulpcore. Also, it's worth noting that comps.xml will likely use this serializer as well.
Related issues
Associated revisions
History
#1
Updated by daviddavis 11 months ago
- Description updated (diff)
#3
Updated by ipanova@redhat.com 11 months ago
- Tags Backlog added
#4
Updated by daviddavis 10 months ago
- Sprint/Milestone deleted (
3.3.0) - Sprint Candidate changed from Yes to No
#7
Updated by lmjachky 9 months ago
- Related to Task #6554: Utilize new NoArtifactContentUploadSerializer and the corresponding ViewSet added
#8
Updated by Anonymous 9 months ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|efac94f6e1246cd27a0f9b30eecb234333cf8f54.
#9
Updated by dkliban@redhat.com 8 months ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.4.0
Please register to edit this issue
Add NoArtifactContentUploadSerializer
closes #6281