• Ariejan de Vroom's avatar
    Added web hooks functionality · edab46e9
    Ariejan de Vroom authored
    This commit includes:
    
     * Projects can have zero or more WebHooks.
     * The PostReceive job will ask a project to execute any web hooks defined for that project.
     * WebHook has a URL, we post Github-compatible JSON to that URL.
     * Failure to execute a WebHook will be silently ignored.
    edab46e9
spec_helper.rb 1.61 KB