summaryrefslogtreecommitdiff
path: root/lib/api/system_hooks.rb
Commit message (Collapse)AuthorAgeFilesLines
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
| | | | | | | | | | Partially addresses #47424. Had to make changes to spec files because stubbing methods on frozen objects is a mess in RSpec and leads to failures: https://github.com/rspec/rspec-mocks/issues/1190
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
| | | | | This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
* 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
| | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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