First few changes for the image diffs feature.

This commit is contained in:
yackob03 2013-10-17 18:25:19 -04:00
parent b22a4aa24c
commit 93b856bdb3
9 changed files with 189 additions and 2 deletions

View file

@ -312,3 +312,9 @@ def delete_repository_storage(namespace, repository):
logger.debug('Recursively deleting path: %s' % repository_path)
store.remove(repository_path)
def process_image_changes(namespace, repository, image_id):
return
image = model.get_image_by_id(namespace, repository, image_id)
model.get_parent_images()