Actions
Task #6772
closedCollection Import needs to validate data with CollectionSerializer before saving
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Background¶
pulpcore recommends all plugin writers validate data with the corresponding serializer before saving with this issue.
pulp_ansible creates CollectionVersion objects from data returned by ansible-lint here. Notice that the CollectionVersionSerializer is never used to validate the model prior to saving.
Solution¶
Use the CollectionVersionSerializer to validate the model data before saving.
Actions
Serializer to validate collections while importing
https://pulp.plan.io/issues/6772 closes #6772