lsedlar / cts

Forked from cts 5 years ago
Clone

b93a310 Add models to tag the compose and set user-based tag/untag permissions.

3 files Authored by jkaluza 5 years ago, Committed by lsedlar 5 years ago,
    Add models to tag the compose and set user-based tag/untag permissions.
    
    - Adds `models.Tag` representing the compose tag.
    - Adds relation between Compose-Tag to allow tagging composes.
    - Adds "tagger" and "untagger" relations between Tag-User
      to allow configure who can tag/untag compose using particular
      tag.
    
    Merges: https://pagure.io/cts/pull-request/5
    Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
    
        
file modified
+165 -0
file modified
+111 -1