| Commit message (Expand) | Author | Age | Files | Lines |
* | Move webhooks to new a location under Integrations | Achilleas Pipinellis | 2017-02-03 | 2 | -1025/+1 |
* | Small refactor of webhooks docs | Achilleas Pipinellis | 2016-12-01 | 2 | -35/+46 |
* | Merge branch 'master' into 'master'
| Achilleas Pipinellis | 2016-11-24 | 1 | -0/+58 |
|\ |
|
| * | Add missing documentation. | PotHix | 2016-11-23 | 1 | -0/+58 |
* | | Reduce size of images from 25MB to 13MB using pngquant | Achilleas Pipinellis | 2016-11-22 | 1 | -0/+0 |
|/ |
|
* | Added documentation for pipeline hooks | Kamil Trzcinski | 2016-08-12 | 1 | -0/+168 |
* | Document that webhook secret token is sent in X-Gitlab-Token HTTP header | Steve Halasz | 2016-08-03 | 1 | -0/+4 |
* | optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-29 | 1 | -0/+0 |
* | Fix hook data for Wiki Page event | Gabriel Mazetto | 2016-05-31 | 1 | -7/+8 |
* | Added documentation to current Wiki Page event webhook | Gabriel Mazetto | 2016-05-30 | 1 | -0/+54 |
* | Remove space | Jacob Vosmaer | 2016-05-09 | 1 | -1/+1 |
* | Improve documentation and web test for web hooks | Jacob Vosmaer | 2016-05-03 | 1 | -0/+13 |
* | Added System Hooks for push and tag_push | Gabriel Mazetto | 2016-04-19 | 1 | -1/+3 |
* | Fix typos in webhooks docs.
| Achilleas Pipinellis | 2016-03-27 | 1 | -5/+4 |
* | Merge branch 'rs-snippet-expires-api' into 'master'
| Robert Speicher | 2016-03-14 | 1 | -0/+1 |
|\ |
|
| * | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-api | Robert Speicher | 2016-03-09 | 1 | -0/+1 |
* | | web hooks to webhooks | ashleys | 2016-03-10 | 1 | -5/+5 |
|/ |
|
* | Remove `Snippet#expires_at`rs-snippets-dont-expire | Robert Speicher | 2016-03-05 | 1 | -1/+0 |
* | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooks | Kirill Zaitsev | 2016-02-11 | 1 | -44/+196 |
* | Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-data | Bram Daams | 2016-02-10 | 1 | -6/+20 |
* | Fixed invalid JSON in first JSON Example line 27 | Ruben Schmidt | 2016-01-18 | 1 | -1/+1 |
* | Merge pull request #9850 from davydovanton/doc-fix-typos | Stan Hu | 2015-12-10 | 1 | -2/+2 |
|\ |
|
| * | Fix typos in all docs [skip ci] | Anton Davydov | 2015-11-24 | 1 | -2/+2 |
* | | Add added, modified and removed properties to commit object in webhook | Valery Sizov | 2015-12-04 | 1 | -5/+9 |
|/ |
|
* | Add added, modified and removed properties to commit object in webhookweb_hook_repo_changes | Valery Sizov | 2015-11-03 | 1 | -1/+4 |
* | merge_request: add work_in_progress to MR hooks | Ben Boeckel | 2015-10-08 | 1 | -2/+4 |
* | update documentation on web hooks by suggestion [ci skip] | Job van der Voort | 2015-09-22 | 1 | -2/+5 |
* | documentation on ssl verification in web hooks | Job van der Voort | 2015-09-22 | 2 | -4/+9 |
* | add repository field to issue hook data | Jungkook Park | 2015-09-17 | 1 | -0/+6 |
* | Drone CI service | Kirilll Zaitsev | 2015-09-02 | 1 | -0/+4 |
* | Add support for Webhook note events | Stan Hu | 2015-05-21 | 1 | -0/+279 |
* | Call merge request web hook for each commits | Arthur Gautier | 2015-05-13 | 1 | -1/+1 |
* | Added X-GitLab-Event header for web hooks | bugagazavr | 2015-05-08 | 1 | -0/+25 |
* | Update documentation for object_kind field in Webhook push and tag push Webhooks | Stan Hu | 2015-03-13 | 1 | -0/+2 |
* | Web Hook sends email of pusher | Valery Sizov | 2015-03-04 | 1 | -0/+1 |
* | Extend project web hooks with more data | Dmitriy Zaporozhets | 2015-02-20 | 1 | -6/+14 |
* | Add action property to merge request hook | jubianchi | 2015-01-20 | 1 | -1/+3 |
* | Add missing webhook doc for tag event | Ryunosuke SATO | 2014-12-14 | 1 | -0/+23 |
* | Add issueable actor | Kirill Zaitsev | 2014-10-05 | 1 | -0/+10 |
* | Hook attributes | Kirill Zaitsev | 2014-10-02 | 1 | -1/+25 |
* | Adds support for ruby 1.8 in webhook example, issue #7763 | Spencer Owen | 2014-09-19 | 1 | -2/+4 |
* | Add missing elements to webhook doc | sue445 | 2014-08-19 | 1 | -1/+3 |
* | Update docs to markdown style guide. | Ciro Santilli | 2014-06-03 | 1 | -8/+5 |
* | Add titles to doc pages. | Marin Jankovski | 2014-05-27 | 1 | -0/+2 |
* | Update the examples to example.com | Marin Jankovski | 2014-05-16 | 1 | -5/+5 |
* | Add an example webhook receiver | Jacob Vosmaer | 2014-05-14 | 1 | -0/+31 |
* | Multiple grammar/typo fixes in web hooks help | Philipp Hansch | 2014-04-23 | 1 | -5/+5 |
* | Inform people about the verify-none for webhooks. | dosire | 2014-03-24 | 1 | -0/+1 |
* | Correct typos in web_hooks help. | Ciro Santillli | 2014-03-07 | 1 | -2/+3 |
* | JSON Lint the web-hooks.md file | Jeroen van Baarsen | 2014-02-28 | 1 | -42/+41 |