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
Updated by bcourt over 9 years ago
- Blocked by Refactor #863: Convert pulp_docker to use MongoEngine models for units added
Updated by rbarlow about 9 years ago
- Description updated (diff)
- Status changed from NEW to ASSIGNED
- Assignee set to rbarlow
- Target Release - Python set to master
Updated by rbarlow about 9 years ago
- Status changed from ASSIGNED to NEW
- Assignee deleted (
rbarlow)
Updated by mhrivnak almost 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mhrivnak
Updated by mhrivnak almost 9 years ago
Added by mhrivnak almost 9 years ago
Updated by mhrivnak almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 05c2dd33bc36caa64760b7e0ba2da348151a876a.
Updated by mhrivnak almost 9 years ago
- Target Release - Python changed from master to 1.1.0
Updated by semyers over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Updated by amacdona@redhat.com over 7 years ago
- Has duplicate Refactor #2166: Convert unit models to django added
Updated by amacdona@redhat.com over 7 years ago
- Has duplicate deleted (Refactor #2166: Convert unit models to django)
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