- 10 May, 2017 1 commit
-
-
David Turner authored
Signed-off-by: David Turner <novalis@novalis.org>
-
- 27 Apr, 2017 1 commit
-
-
Tiago Botelho authored
-
- 28 Oct, 2016 1 commit
-
-
Alejandro Rodríguez authored
When we updated gitlab_git to 10.4.1, `tag.target` changed from pointing to the sha of the tag to the sha of the commit the tag points to. The problem is that only annotated tags have `object_sha`s, lightweight tags don't (it's nil), so (only) in their case we still need to use `tag.target`.
-
- 12 Aug, 2016 2 commits
-
- 04 Aug, 2016 1 commit
-
- 29 Apr, 2016 1 commit
-
-
Paco Guzman authored
- Parameter validation as ISO8601 format
-
- 19 Apr, 2016 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
Code is based on Project Webhooks, removing deprecations and without commits listing.
-
- 10 Mar, 2016 1 commit
-
-
ashleys authored
-
- 15 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #13469
-
- 11 Feb, 2016 1 commit
-
-
Kirill Zaitsev authored
- Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead
-
- 07 Dec, 2015 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 04 Dec, 2015 1 commit
-
-
Valery Sizov authored
-
- 03 Nov, 2015 1 commit
-
-
Valery Sizov authored
-
- 15 Jun, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Apr, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Mar, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 19 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 18 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 13 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 10 Mar, 2015 2 commits
-
-
Douwe Maan authored
-
Nicole Cordes authored
It seems that ruby can handle 'nil' value but other json processors (like PHP) throw an error. This is always generated for empty arrays.
-
- 04 Mar, 2015 1 commit
-
-
Valery Sizov authored
-
- 03 Mar, 2015 1 commit
-
-
Stan Hu authored
1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
-
- 20 Feb, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
* add git_http_url and git_ssh_url to project web hook * add visibility_level to project web hook * add documentation about project visibility_level in API
-
- 15 Jan, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 12 Jan, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Also execute GitLab CI on creating tag via UI
-