summaryrefslogtreecommitdiff
path: root/doc/web_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-dataBram Daams2016-02-101-6/+20
|
* Fixed invalid JSON in first JSON Example line 27Ruben Schmidt2016-01-181-1/+1
|
* Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu2015-12-101-2/+2
|\ | | | | Fix typos in all docs
| * Fix typos in all docs [skip ci]Anton Davydov2015-11-241-2/+2
| |
* | Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-5/+9
|/
* Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-031-1/+4
|
* merge_request: add work_in_progress to MR hooksBen Boeckel2015-10-081-2/+4
|
* update documentation on web hooks by suggestion [ci skip]Job van der Voort2015-09-221-2/+5
|
* documentation on ssl verification in web hooksJob van der Voort2015-09-222-4/+9
|
* add repository field to issue hook dataJungkook Park2015-09-171-0/+6
| | | | | | add a test for to_hook_data of issue model update CHANGELOG
* Drone CI serviceKirilll Zaitsev2015-09-021-0/+4
|
* Add support for Webhook note eventsStan Hu2015-05-211-0/+279
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745
* Call merge request web hook for each commitsArthur Gautier2015-05-131-1/+1
| | | | | | | Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-0/+25
|
* Update documentation for object_kind field in Webhook push and tag push WebhooksStan Hu2015-03-131-0/+2
|
* Web Hook sends email of pusherValery Sizov2015-03-041-0/+1
|
* Extend project web hooks with more dataDmitriy Zaporozhets2015-02-201-6/+14
| | | | | | * add git_http_url and git_ssh_url to project web hook * add visibility_level to project web hook * add documentation about project visibility_level in API
* Add action property to merge request hookjubianchi2015-01-201-1/+3
|
* Add missing webhook doc for tag eventRyunosuke SATO2014-12-141-0/+23
|
* Add issueable actorKirill Zaitsev2014-10-051-0/+10
|
* Hook attributesKirill Zaitsev2014-10-021-1/+25
|
* Adds support for ruby 1.8 in webhook example, issue #7763Spencer Owen2014-09-191-2/+4
| | | | | | | | | By using the hash rocket syntax, the web hook will work on older versions of ruby (1.8) in addition to 1.9, 2.0 ect.. Moves do .. end to separate lines for ruby-lint. Additional Information: http://stackoverflow.com/questions/25899476/webrick-gives-error-unexpected-expecting-end https://github.com/spuder/r10k_gitlab_webhook
* Add missing elements to webhook docsue4452014-08-191-1/+3
|
* Update docs to markdown style guide.Ciro Santilli2014-06-031-8/+5
|
* Add titles to doc pages.Marin Jankovski2014-05-271-0/+2
|
* Update the examples to example.comMarin Jankovski2014-05-161-5/+5
|
* Add an example webhook receiverJacob Vosmaer2014-05-141-0/+31
|
* Multiple grammar/typo fixes in web hooks helpPhilipp Hansch2014-04-231-5/+5
|
* Inform people about the verify-none for webhooks.dosire2014-03-241-0/+1
|
* Correct typos in web_hooks help.Ciro Santillli2014-03-071-2/+3
|
* JSON Lint the web-hooks.md fileJeroen van Baarsen2014-02-281-42/+41
| | | | Thanks to @jojosch for the initial work on the web-hooks.html.haml file!
* Moved all the help files to markdown files:Jeroen van Baarsen2014-02-281-0/+113
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions