Actions
Refactor #882
closedRefactor #765: Convert Pulp to use MongoEngine
Update Nodes to use the MongoEngine models instead of dictionaries & the AssociatedUnit
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Update nodes to use the MongoEngine models instead of dictionaries & the AssociatedUnit
- On Export, dump 2 lines, repo_content_unit, unit_model instead of the current 1 line for the associated unit.
- On Import & export it can now be assumed that _storage_path is a relative path
- On Import load repo_content_unit objects for comparison. Use the from_json() method on the to read in the repo_content_units from the file
Updated by bcourt over 9 years ago
- Blocked by Story #880: Remove the types.json method of specifying models added
Updated by bcourt over 9 years ago
- Blocks Refactor #885: Remove all references to the AssociatedUnit, transfer units, & old content_types collection added
Updated by amacdona@redhat.com about 8 years ago
- Blocked by deleted (Story #880: Remove the types.json method of specifying models)
Updated by amacdona@redhat.com about 8 years ago
- Blocks deleted (Refactor #885: Remove all references to the AssociatedUnit, transfer units, & old content_types collection)
Updated by amacdona@redhat.com about 8 years ago
- Status changed from NEW to CLOSED - WONTFIX
Closed because Pulp 3.0 will be dropping nodes support.
Actions