86af684 Allow collaborators to request branches they are allowlisted in

Authored and Committed by Michel Alexandre Salim 3 years ago
    Allow collaborators to request branches they are allowlisted in
    
    If user or group collaborators are granted access to, e.g. "epel*",
    they should be able to request branches that match this globbing, e.g.
    "epel9".
    
    Pagure has an API endpoint for reporting contributors in the level
    of detail we need; add a wrapper in `pagure.py` (`get_project_contributors`)
    and use it in `utils.py`'s `prompt_for_new_branch`
    
    Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
    
        
  • Zuul
    success
    Jobs result is success
    3 years ago
file modified
+21 -1
file modified
+15 -8
file modified
+34 -0
file modified
+5 -5