summaryrefslogtreecommitdiff
path: root/lib/api/system_hooks.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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