Project

Profile

Help

Refactor #727

Updated by bmbouter about 9 years ago

See Deliverables: 
 * Create a new mongoengine model that mirrors the "conversion guide":https://fedorahosted.org/pulp/wiki/ConvertingModelsToMongoengine#StepsinvolvedinconvertingaPulpmodeltoMongoEngine for details on what attributes of the existing non-mongo collection 'reserved_resources' 
 * Replace all existing Pulp code that needs to do interact with the worker collection to use mongoengine managers 
 * Write new tests for this. the new mongoengine model 
 * Update any broken tests from changed code

Back