summaryrefslogtreecommitdiff
path: root/lib/api/project_hooks.rb
Commit message (Collapse)AuthorAgeFilesLines
* api: expose wiki_page_events project hook field in the APIBen Boeckel2016-08-241-0/+2
|
* Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-0/+2
| | | | Closes #20115
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
|
* Prevent users from deleting Webhooks via API they do not ownStan Hu2016-04-241-2/+2
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15576
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+2
|
* api: add enable_ssl_verification to PUT/POST hooksBen Boeckel2015-09-241-2/+4
|
* Add support for Webhook note eventsStan Hu2015-05-211-2/+4
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* Forward the messages in api response.Marin Jankovski2014-12-301-2/+2
|
* Add tag_push_events to project hook apiKirill Zaitsev2014-10-031-2/+14
|
* Move project members api to separate fileDmitriy Zaporozhets2014-03-171-9/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* ProjectHook API supports new event fieldsDmitriy Zaporozhets2013-12-041-2/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Expose ProjectHook attributes via APIDmitriy Zaporozhets2013-12-041-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor API: project hooksDmitriy Zaporozhets2013-09-301-5/+1
|
* Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets2013-06-061-0/+108