Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-04api support for merge_requests_events system hookAlexis Reigel
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-07-20Update grape gemDmitriy Zaporozhets
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>
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2016-11-14Use declared_params helper in APIRobert Schilling
2016-11-08API: Return 400 when creating a systemhook failsRobert Schilling
2016-11-02Update docs and unexpose tokenZeger-Jan van de Weg
2016-10-31Be able to POST subscriptions for system hooksZ.J. van de Weg
2016-10-14API: Fix Sytem hooks delete behaviorRobert Schilling
2016-10-13Grapify system hooks APIRobert Schilling
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-04-27Revert "Added X-GitLab-Event header for web hooks"Valery Sizov
This reverts commit 548f182814acd0f7a110e6c165c186e345901b00.
2015-04-25Added X-GitLab-Event header for web hooksbugagazavr
2015-02-03Avoid using {...} for multi-line blocksDmitriy Zaporozhets
2013-05-14Refactor API classes. So api classes like Gitlab::Issues become API::IssuesDmitriy Zaporozhets
2013-05-05remove trailing spacesAndrey Kumanyaev
2013-03-07API: system hooks API functions and documentation updatedSebastian Ziebell
* updated system hooks documentation and code comments * fixed access to system hooks if no user given resulting in a `500 Server Error` * added tests
2013-03-06System hooks API.Matt Humphrey