Actions
Refactor #877
closedPulp - Refactor #765: Convert Pulp to use MongoEngine
convert pulp_python to use MongoEngine models
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Target Release - Python:
1.1.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
Quarter:
Description
Convert the pulp_python to use MongoEngine models for all unit actions instead of the associated unit
Deliverables:
- ContentUnit model for Package units
- The model is registered via the entry point
- The types .json file is removed, and references to it in the spec files are are also removed
- All interactions with units in the plugin use the new unit model and the Repository model for creating, saving and updating units
- Convert the model according to the conversion guide
Related issues
Actions
converted to use mongoengine
fixes #877 fixes #1465
https://pulp.plan.io/issues/877 https://pulp.plan.io/issues/1465
1465 was fixed by accident in the course of doing the conversion