Actions
Refactor #868
closedRefactor #765: Convert Pulp to use MongoEngine
Update RepoUnitAssociationManager.associate_from_repo to use MongoEngine models when possible
Status:
CLOSED - WONTFIX
Priority:
High
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
In RepoUnitAssociationManager.associate_from_repo Add a switch that checks if all of the types on the source and target repo have been converted to models then call branch to a new call the uses the MongoEngine repository models to perform the associate and then calls the importer with the repo_content_unit objects
Deliverables:
- A working version of associate_from_repo that will use either AssociatedUnits or MongoEngine models if all units within a repo support ME models
- This can be tested with pulp_docker
Related issues
Actions