19 Jun, 2013
1 commit
22 Feb, 2013
1 commit
-
When using web hook with credentials secured web resource, one needs to put the credentials in the hook URL. If the credentials contain special symbols (e.g. @ or #), it should be URL-quoted (e.g. %40 instead of @). But when Gitlab is making a request, it should unquote the symbols before base64-encoding them.
25 Jan, 2013
1 commit
-
A new queue of "project_web_hook" is used to process web hooks asynchronously, allowing each to succeed/fail (and be retried) independently. (Basically, project web hooks now process the same as system hooks.)
20 Nov, 2012
1 commit
19 Nov, 2012
1 commit
09 Oct, 2012
2 commits
27 Sep, 2012
2 commits
26 Sep, 2012
1 commit
02 Aug, 2012
1 commit
19 Jul, 2012
3 commits
26 Jun, 2012
1 commit
05 Mar, 2012
1 commit
03 Jan, 2012
1 commit
26 Dec, 2011
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.