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:
Updated by amacdona@redhat.com about 9 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
Updated by amacdona@redhat.com almost 9 years ago
- Status changed from ASSIGNED to POST
- % Done changed from 0 to 100
Added by Austin Macdonald almost 9 years ago
Added by Austin Macdonald almost 9 years ago
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
Updated by Anonymous almost 9 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|49ff77364d4f5ecdbe9369ebb8c666591b2aa09d.
Updated by dkliban@redhat.com over 8 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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