Project

Profile

Help

Refactor #88

Updated by bmbouter about 9 years ago

Deliverables: 

 
 * Convert Create a new mongoengine model that mirrors the model according attributes of the existing non-mongo collection 'worker' 
 * Replace all existing Pulp code that needs to interact with the "conversion guide":https://fedorahosted.org/pulp/wiki/ConvertingModelsToMongoengine#StepsinvolvedinconvertingaPulpmodeltoMongoEngine worker collection to use mongoengine managers 
 * Verify that the user facing listing in "/status/":https://github.com/pulp/pulp/blob/master/server/pulp/server/webservices/controllers/status.py#L13 works the same as it did before the switch to mongoengine 
 * Write new tests for the new mongoengine model 
 * Update any broken tests from changed code

Back