Actions
Task #909
closedConvert repo tranfer to use Mongoengine model
Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
One of the deliverables in https://pulp.plan.io/issues/785 is backwards incompatible and needs to be separated from that refactor:
- Support for all the functionality of the pulp/server/managers/repo/_common.py:to_transfer_repo() method
The reason this is backwards incompatible is that Mongoengine aliases object.id to access object._id and the repo transfer unit uses both of these.
Updated by bmbouter over 9 years ago
- Tracker changed from Refactor to Task
- Subject changed from Convert repo tranfer to use Mongoengine model (backwards incompatible) to Convert repo tranfer to use Mongoengine model
By definition refactors are backwards compatible which is why refactors don't have the backwards incompatible flag. I'm changing this to be a Task, marking it as backwards incompatible using the flag, and removing that portion from the title.
Updated by bmbouter over 8 years ago
- Status changed from NEW to CLOSED - WONTFIX
Closing because the current plan is to drop mongoengine in 3.0 and since this is backwards compatible we couldn't do it before 3.0.
Actions