gitlabhq/spec/models
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
..
issue_spec.rb annotate models 2011-11-16 16:32:35 +08:00
key_spec.rb clean-up code 2011-10-26 18:46:25 +05:00
merge_request_spec.rb merge request model specs 2011-11-28 23:24:08 +02:00
note_spec.rb new access rights implemented 2011-12-07 10:04:57 +02:00
project_security_spec.rb spec fix 2011-12-07 09:48:44 +02:00
project_spec.rb Added web hooks functionality 2011-12-14 17:38:52 +01:00
snippet_spec.rb test expired snippets 2011-10-28 00:25:50 +05:00
user_spec.rb Merge branch 'master' of github.com:gitlabhq/gitlabhq 2011-11-18 04:18:26 -05:00
users_project_spec.rb clean-up code 2011-10-26 18:46:25 +05:00
web_hook_spec.rb Added web hooks functionality 2011-12-14 17:38:52 +01:00