Actions
Task #3765
closedUpdate viewsets to use sync and publish serializers from core
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
3.0.0
Target Release - Python:
Groomed:
No
Sprint Candidate:
No
Tags:
Easy Fix
Sprint:
Sprint 38
Quarter:
Description
Sync and publish serializers were redundant across plugins and have been moved to core. We can remove our sync and publish serializers and use the ones provided by core.
The serializers are added to core in this PR:
https://github.com/pulp/pulp/pull/3524
The changes need to be mirror the changes in pulp_file:
https://github.com/pulp/pulp_file/pull/95
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to POST
Updated by dalley over 5 years ago
- Status changed from POST to ASSIGNED
- Assignee set to dalley
Updated by dalley over 5 years ago
- Status changed from ASSIGNED to POST
Added by dalley over 5 years ago
Updated by dalley over 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 0f69ef46e8fc7ef82c47b2b8565fa1ca727c9875.
Actions
Update viewsets to use url serializers from core
This generic logic was moved to core by https://github.com/pulp/pulp/pull/3524/
closes #3765 https://pulp.plan.io/issues/3765