Maintenance: Planio will be observing a scheduled maintenance window this Sunday, November 10, 2024 from 20:00 UTC until 21:00 UTC to perform important network maintenance in our primary data center. Your Planio account will be unavailable for a few minutes during this maintenance window.
Story #6281
closedAs a plugin writer, I have a NoArtifactContentUploadSerializer
100%
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
Add NoArtifactContentUploadSerializer
closes #6281