summaryrefslogtreecommitdiff
path: root/doc/web_hooks
Commit message (Collapse)AuthorAgeFilesLines
* Docs: Add automatic redirects to many moved filesMarcel Amirault2019-03-111-0/+4
|
* Move webhooks to new a location under IntegrationsAchilleas Pipinellis2017-02-032-1025/+1
|
* Small refactor of webhooks docsAchilleas Pipinellis2016-12-012-35/+46
| | | | [ci skip]
* Merge branch 'master' into 'master' Achilleas Pipinellis2016-11-241-0/+58
|\ | | | | | | | | | | | | | | | | Add missing documentation. ## What does this MR do? Add documentation to Build events on webhooks See merge request !7717
| * Add missing documentation.PotHix2016-11-231-0/+58
| | | | | | | | | | | | Build was being triggered but there was no documentation about it, so I'm adding what I was receiving from webhooks when implementing the Rocketchat integration (https://github.com/PotHix/rocketchat-gitlab-hook).
* | Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis2016-11-221-0/+0
|/ | | | | | Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
* Added documentation for pipeline hooksKamil Trzcinski2016-08-121-0/+168
|
* Document that webhook secret token is sent in X-Gitlab-Token HTTP headerSteve Halasz2016-08-031-0/+4
|
* optimize png images losslessly using zopflipngPeter Dave Hello2016-06-291-0/+0
|
* Fix hook data for Wiki Page eventGabriel Mazetto2016-05-311-7/+8
| | | | Added "wiki" section and removed "repository"
* Added documentation to current Wiki Page event webhookGabriel Mazetto2016-05-301-0/+54
|
* Remove spaceJacob Vosmaer2016-05-091-1/+1
|
* Improve documentation and web test for web hooksJacob Vosmaer2016-05-031-0/+13
| | | | | I wanted to share what I learned trying to debug web hooks using netcat.
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-1/+3
| | | | | Code is based on Project Webhooks, removing deprecations and without commits listing.
* Fix typos in webhooks docs. Achilleas Pipinellis2016-03-271-5/+4
| | | Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14660
* Merge branch 'rs-snippet-expires-api' into 'master' Robert Speicher2016-03-141-0/+1
|\ | | | | | | | | | | | | | | | | Don't remove `ProjectSnippet#expires_at` from API See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53. See merge request !3144
| * Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+1
| | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
* | web hooks to webhooksashleys2016-03-101-5/+5
|/
* Remove `Snippet#expires_at`rs-snippets-dont-expireRobert Speicher2016-03-051-1/+0
| | | | | | This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
* Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-111-44/+196
| | | | | | | | | | | - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead
* 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
|