09 Apr, 2014

1 commit


04 Dec, 2013

1 commit


21 Aug, 2013

1 commit


19 Jun, 2013

1 commit


20 Nov, 2012

1 commit


19 Nov, 2012

1 commit


13 Nov, 2012

1 commit


09 Oct, 2012

1 commit


26 Sep, 2012

1 commit


29 Aug, 2012

1 commit


19 Jul, 2012

1 commit


26 Jun, 2012

1 commit


03 Jan, 2012

1 commit


14 Dec, 2011

1 commit

  • 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.
    Ariejan de Vroom