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
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