summaryrefslogtreecommitdiff
path: root/lib/api/system_hooks.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-33/+46
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+12
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-0/+1
* Add latest changes from gitlab-org/security/gitlab@13-10-stable-eeGitLab Bot2021-03-301-1/+1
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+2
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+4
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* api support for merge_requests_events system hookAlexis Reigel2018-01-041-0/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-4/+1
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-1/+1
* Paginate all endpoints that return an arrayRobert Schilling2017-02-161-4/+6
* Use declared_params helper in APIgrapify-declared-paramsRobert Schilling2016-11-141-1/+1
* API: Return 400 when creating a systemhook failsRobert Schilling2016-11-081-1/+1
* Update docs and unexpose tokenZeger-Jan van de Weg2016-11-021-0/+1
* Be able to POST subscriptions for system hooksZ.J. van de Weg2016-10-311-2/+6
* API: Fix Sytem hooks delete behaviorfix-system-hook-apiRobert Schilling2016-10-141-6/+4
* Grapify system hooks APIgrapify-system-hooksRobert Schilling2016-10-131-31/+29
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-1/+1
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-1/+1
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-1/+1
* Avoid using {...} for multi-line blocksDmitriy Zaporozhets2015-02-021-2/+2
* Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets2013-05-141-1/+1
* remove trailing spacesAndrey Kumanyaev2013-05-051-70/+70
* API: system hooks API functions and documentation updatedSebastian Ziebell2013-03-071-5/+15
* System hooks API.Matt Humphrey2013-03-061-0/+60