Actions
Refactor #4207
closedRename "update_type" and "errata_id" to "type" and "id", as they are named in createrepo_c
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 46
Quarter:
Description
The UpdateRecord model was originally intended to match up with the createrepo_c API precisely, however, this was not possible due to the field names overlapping with field names used within the base Pulpcore Content models.
Upon completion of https://pulp.plan.io/issues/4206, we should change this back to use the exact names createrepo_c uses for these fields.
Related issues
Updated by dalley almost 6 years ago
- Blocked by Refactor #4206: Prepend all pulpcore model fields in the Content model hierarchy with _ (e.g. '_type', '_id', '_notes') added
Updated by dalley almost 6 years ago
- Tags Pulp 3 RC Blocker added
- Tags deleted (
Pulp 3)
Updated by daviddavis almost 6 years ago
- Groomed changed from No to Yes
- Sprint Candidate changed from No to Yes
Updated by daviddavis almost 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to daviddavis
Added by daviddavis almost 6 years ago
Updated by daviddavis almost 6 years ago
- Status changed from ASSIGNED to POST
Updated by daviddavis almost 6 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 3e89fa57e3e5b63a90dd18f5c29d5086c17f0ce8.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Changes for the new field names on Content
Update errata_id and update_type now that id and type have been renamed on Content. Also, fix a couple places that reference _artifacts.
fixes #4207 https://pulp.plan.io/issues/4207