Actions
Story #6281
closedAs 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
Updated by bmbouter over 4 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
I think plugin writers would benefit from this in 3.2.
Updated by daviddavis over 4 years ago
- Sprint/Milestone deleted (
3.3.0) - Sprint Candidate changed from Yes to No
Updated by lmjachky over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to lmjachky
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Updated by lmjachky over 4 years ago
- Related to Task #6554: Utilize new NoArtifactContentUploadSerializer and the corresponding ViewSet added
Added by Lubos Mjachky over 4 years ago
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|efac94f6e1246cd27a0f9b30eecb234333cf8f54.
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Sprint/Milestone set to 3.4.0
Actions
Add NoArtifactContentUploadSerializer
closes #6281