- Jan 15, 2014
-
-
Jacob Vosmaer (GitLab) authored
SSL peer verification was silently enabled by the HTTParty upgrade in 8a54fda4. This patch restores the previous behaviour of GitLab 6.3 and earlier.
-
- Dec 04, 2013
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Aug 21, 2013
-
-
Dmitriy Zaporozhets authored
-
- Jun 19, 2013
-
-
Dmitriy Zaporozhets authored
-
- Feb 22, 2013
-
-
Dmitry Medvinsky authored
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.
-
- Jan 25, 2013
-
-
Ryan LaNeve authored
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.)
-
- Nov 20, 2012
-
-
Dmitriy Zaporozhets authored
-
- Nov 19, 2012
-
-
Dmitriy Zaporozhets authored
-
- Oct 09, 2012
-
-
Dmitriy Zaporozhets authored
-
Andrey Kumanyaev authored
-
- Sep 27, 2012
-
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
- Sep 26, 2012
-
-
Nihad Abbasov authored
-
- Aug 02, 2012
-
-
gitlab system authored
-
- Jul 18, 2012
-
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
-
- Jun 26, 2012
-
-
Dmitriy Zaporozhets authored
-
- Mar 05, 2012
-
-
Uwe Kleinmann authored
-
- Jan 03, 2012
-
-
Dmitriy Zaporozhets authored
-
Valery Sizov authored
-
- Dec 26, 2011
-
-
Ariejan de Vroom authored
-
- Dec 14, 2011
-
-
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.
-