summaryrefslogtreecommitdiff
path: root/lib/api/system_hooks.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
* 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
| | | | | | * updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests
* System hooks API.Matt Humphrey2013-03-061-0/+60