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.
Updated by dkliban@redhat.com almost 4 years ago
- Project changed from Pulp to Ansible Plugin
Updated by fao89 almost 4 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 88
Updated by pulpbot almost 4 years ago
- Status changed from NEW to POST
Updated by pulpbot almost 4 years ago
Added by Fabricio Aguiar almost 4 years ago
Updated by Anonymous almost 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp_ansible|269e63702e13e2ce2fef715c418a8cd8569d2b97.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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