gitlabhq/spec
Ariejan de Vroom edab46e9fa Added web hooks functionality
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.
2011-12-14 17:38:52 +01:00
..
models Added web hooks functionality 2011-12-14 17:38:52 +01:00
requests Added web hooks functionality 2011-12-14 17:38:52 +01:00
support fixes 2011-11-01 22:51:20 +02:00
workers Added web hooks functionality 2011-12-14 17:38:52 +01:00
factories.rb Added web hooks functionality 2011-12-14 17:38:52 +01:00
factory.rb clean-up code 2011-10-26 18:46:25 +05:00
monkeypatch.rb refcatoring. cleaning after gitosis 2011-12-05 09:43:53 +02:00
seed_project.tar.gz init commit 2011-10-09 00:36:38 +03:00
spec_helper.rb Added web hooks functionality 2011-12-14 17:38:52 +01:00