Refactor #780
Refactor #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:
Associated revisions
Revision 49ff7736
View on GitHub
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
History
#1
Updated by amacdona@redhat.com over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
- Platform Release set to 2.8.0
- Groomed set to No
- Sprint Candidate set to No
#2
Updated by amacdona@redhat.com about 5 years ago
- Status changed from ASSIGNED to POST
- % Done changed from 0 to 100
#3
Updated by Anonymous about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|49ff77364d4f5ecdbe9369ebb8c666591b2aa09d.
#4
Updated by dkliban@redhat.com almost 5 years ago
- Status changed from MODIFIED to 5
#5
Updated by dkliban@redhat.com almost 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
#6
Updated by bmbouter almost 2 years ago
- Tags Pulp 2 added
Please register to edit this issue
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