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.
Actions