Actions
Refactor #780
closedRefactor #765: Convert Pulp to use MongoEngine
Convert the 'repo_distributors' collection to a mongoengine model
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.8.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Actions
Convert the distributor manager to mongoengine friendly controller.
Replaces the old RepoDistributor model and all its uses with new model, pulp.server.db.model.Distributor. Also replaces all instances of using pymongo to access the the distributors collection with mongoengine.
closes #780