Project

Profile

Help

Refactor #877

Updated by rbarlow over 8 years ago

Convert the pulp_python to use MongoEngine models for all unit actions instead of the associated unit  

 Deliverables: 
 * ContentUnit model for Package docker_image units 
 ** The model is registered via the entry point 
 ** The types .json file is removed, and references to it in the spec files are are also removed 
 * All interactions with units in the plugin use the new unit model and the Repository model for creating, saving and updating units 
 * Convert the model according to the "conversion guide":https://fedorahosted.org/pulp/wiki/ConvertingModelsToMongoengine#StepsinvolvedinconvertingaPulpmodeltoMongoEngine

Back