Actions
Refactor #779
closedRefactor #765: Convert Pulp to use MongoEngine
Convert the 'repo_content_units' collection to a mongoengine model
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.7.0
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Pulp 2
Sprint:
April 2015
Quarter:
Related issues
Updated by bcourt over 9 years ago
- Tags Sprint Candidate added
Do not change the id fields, we will not use MongoEngine to automatically look up the referenced docs
Create a migration to perform the following actions
- Ensure no duplicates of repo_id, unit_id.
- Remove the owner_type and owner_id fields
- The owner_type and owner_id fields should not be included in the model. Those fields are no longer used for permissions and should be removed from our code base. Release notes will have to be udpated as those fields were being leaked into repo unit queries.
https://fedorahosted.org/pulp/wiki/ConvertingUnitsToMongoengine
Updated by bcourt over 9 years ago
- Blocks Refactor #870: Create a generic serializer for RepositoryContentUnit/ContentUnit added
Updated by bcourt over 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bcourt
Updated by bcourt over 9 years ago
- Status changed from ASSIGNED to MODIFIED
- Sprint/Milestone set to 15
- % Done changed from 0 to 100
Updated by bmbouter over 9 years ago
- Sprint Candidate set to Yes
- Tags deleted (
Sprint Candidate)
Updated by dkliban@redhat.com over 9 years ago
- Status changed from MODIFIED to 5
Updated by rbarlow almost 9 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions