Issue #4544
Relative paths in pulp are limited to 255 characters
Description
The problem is that we use relative paths as part of indexes (see FileContent) and in mariadb/mysql cannot index text fields. Users might desire relative paths that are longer than 255 chars. We should think of a solution or at the very least document this limitation.
Associated revisions
Revision ef8fc136
View on GitHub
Change relative_path from CharField to TextField
Revision b7e668b4
View on GitHub
Change relative_path from CharField to TextField
ref #4544 https://pulp.plan.io/issues/4544 related to https://github.com/pulp/pulpcore/pull/336
History
#1
Updated by CodeHeeler almost 2 years ago
- Triaged changed from No to Yes
#2
Updated by bmbouter over 1 year ago
- Tags deleted (
Pulp 3)
#3
Updated by daviddavis over 1 year ago
- Sprint/Milestone deleted (
3.0.0)
#4
Updated by daviddavis over 1 year ago
- Sprint/Milestone set to 71
#5
Updated by bmbouter over 1 year ago
- Sprint/Milestone changed from 71 to 3.0.0
#6
Updated by bmbouter over 1 year ago
How long would we set them to?
#7
Updated by daviddavis over 1 year ago
How about making them TextFields? They were TextFields before we started supporting mariadb/mysql (mariadb/mysql cannot index text fields).
#8
Updated by bmbouter over 1 year ago
daviddavis wrote:
How about making them TextFields? They were TextFields before we started supporting mariadb/mysql (mariadb/mysql cannot index text fields).
+1 to TextField
#9
Updated by bmbouter over 1 year ago
- Sprint set to Sprint 60
#10
Updated by fao89 over 1 year ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
#11
Updated by fao89 over 1 year ago
- Status changed from ASSIGNED to POST
#12
Updated by Anonymous over 1 year ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|ef8fc136c6f73620bf4c15350ede73f4b921fb26.
#13
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Change relative_path from CharField to TextField
ref #4544 https://pulp.plan.io/issues/4544 related to https://github.com/pulp/pulpcore/pull/336