Issue #4544
closedRelative 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.
Updated by daviddavis about 5 years ago
How about making them TextFields? They were TextFields before we started supporting mariadb/mysql (mariadb/mysql cannot index text fields).
Updated by bmbouter about 5 years 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
Updated by fao89 about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
Updated by fao89 about 5 years ago
- Status changed from ASSIGNED to POST
Added by Fabricio Aguiar about 5 years ago
Added by Fabricio Aguiar about 5 years ago
Revision ef8fc136 | View on GitHub
Change relative_path from CharField to TextField
Updated by Anonymous about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulpcore|ef8fc136c6f73620bf4c15350ede73f4b921fb26.
Added by Fabricio Aguiar about 5 years ago
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
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Change relative_path from CharField to TextField
ref #4544 https://pulp.plan.io/issues/4544 related to https://github.com/pulp/pulpcore/pull/336