lsedlar / cts

Forked from cts 5 years ago
Clone

d28d8ce Add ComposeInfo fields to models.Compose.

Authored and Committed by jkaluza 5 years ago
    Add ComposeInfo fields to models.Compose.
    
    - The `Compose.create()` method now accepts ComposeInfo instance and stores
      its metadata into `Compose` model.
    - The `Compose.create()` also bumps the `respin` number in case the same
      Compose already exists in the database.
    - The `Compose.json()` returns the ComposeInfo metadata.
    
    Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
    
        
file modified
+97 -5
file modified
+6 -29
file added
+116
file modified
+14 -0