Actions
Story #6648
closedAs a user, I can use longer urls in models for collection metadata URL fields
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 72
Quarter:
Description
At the moment URL fields (documentation, homepage, issues, repository) in CollectionVersion
model are defined as models.URLField(max_length=128, ...)
.
This is not enough sometimes as URL length can easily exceed 128 symbols length.
We had several reports from our customers that collection import failed due to bigger URL length used in collection metadata.
Fields length should be increased to reasonably bigger size.
Updated by bmbouter over 4 years ago
- Project changed from 34 to Ansible Plugin
Make them 2000 char limit, aligned with the max limit of urls in browsers.
Updated by fao89 over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
- Sprint set to Sprint 72
Updated by fao89 over 4 years ago
- Status changed from ASSIGNED to POST
Updated by bmbouter over 4 years ago
- Tracker changed from Issue to Story
- Subject changed from Increase size in models for collection metadata URL fields to As a user, I can use longer urls in models for collection metadata URL fields
- % Done set to 0
Added by Fabricio Aguiar over 4 years ago
Updated by pulpbot over 4 years ago
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp_ansible|d996c5e37030b45e59cebaf04ae05384eee76125.
Updated by fao89 over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Increased max length for CollectionVersion fields
https://pulp.plan.io/issues/6648 closes #6648