jkaluza / freshmaker

Forked from freshmaker 7 years ago
Clone

eb60dcb Add method to query repositories with specific content sets

Authored and Committed by Stanislav Ochotnicky 7 years ago
    Add method to query repositories with specific content sets
    
    containerRepository entities have "content_sets" array of strings. This
    commit adds a method to query all repositories which contain at least
    one of the content sets from the argument.
    
    By default we ignore repositories which are unpublished, deprecated or
    with a category other than "Generally Available"
    
        
file modified
+53 -0
file modified
+121 -0