Actions
Issue #8078
closedMake consistent pulp_ansible namespace max_length in Collection and CollectionVersion
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 89
Quarter:
Description
Collection.namespace max_length is 64 [1], while CollectionVersion.namespace max_length is 32 [2]
[1] https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/models.py#L48 [2] https://github.com/pulp/pulp_ansible/blob/master/pulp_ansible/app/models.py#L140
I assume CollectionVersion should be changed to match Collection.
Actions
Make collection namespace max_length consistent in models
Make CollectionVersion.namespace max_length match Collection.namespace
https://pulp.plan.io/issues/8078 closes #8078