Actions
Task #4233
closedStory #3968: As a Pulp user, I can protect content I have stored in Pulp
Add/Fix a few things to support content guards.
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 46
Quarter:
Description
Need to add:
- base ContentGuardFilter
- base ContentGuardSerializer
- base ContentGuardViewSet
- models.storage.get_tls_path() to plugin API.
Need to fix:
- models.storage.get_tls_path() uses model.id but needs to be uuid() since the switch to integer PKs.
Updated by daviddavis almost 6 years ago
- Groomed changed from No to Yes
- Sprint set to Sprint 46
Updated by jortel@redhat.com almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
Updated by jortel@redhat.com almost 6 years ago
- Status changed from ASSIGNED to POST
Added by jortel@redhat.com almost 6 years ago
Added by jortel@redhat.com almost 6 years ago
Revision 072f59eb | View on GitHub
Add base serializer and viewset for content-guards. closes #4233
Updated by jortel@redhat.com almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|072f59ebe6630e9d8532c3ea28fb02f0759d761e.
Updated by daviddavis almost 6 years ago
- Status changed from MODIFIED to POST
Related plugin PR: https://github.com/pulp/pulpcore-plugin/pull/5
Updated by jortel@redhat.com almost 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset commit:pulpcore-plugin|f7c5958898ff8b2e7abba50b6afe490e24e08fe3.
Updated by bmbouter over 5 years ago
- Tags deleted (
Pulp 3, Pulp 3 MVP, Pulp 3 RC Blocker)
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add base serializer and viewset for content-guards. closes #4233