salmanishere / pagure

Forked from pagure 5 years ago
Clone

1ed1ef8 Drop specifying redis all the time, but allow not calling webhooks

Authored and Committed by pingou 5 years ago
    Drop specifying redis all the time, but allow not calling webhooks
    
    The redis argument that was provided was not used in its original purpose
    which was to only send notifications to webhook if redis was properly
    configured, but it's now all handled by the workers and celery.
    However, in one place, the default hook, it was use to allow by-passing
    sending webhook notifications.
    So to keep this behavior in place, we introduced a dedicated argument.
    
    Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
    
        
file modified
+1 -1
file modified
+2 -2
file modified
+0 -29