Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | 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 |
| | | | | | | add a test for to_hook_data of issue model update CHANGELOG | ||||
* | 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 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/6745 | ||||
* | Call merge request web hook for each commits | Arthur Gautier | 2015-05-13 | 1 | -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 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 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 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 |
| | | | | | | | | | 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 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 |
| | | | | Thanks to @jojosch for the initial work on the web-hooks.html.haml file! | ||||
* | Moved all the help files to markdown files: | Jeroen van Baarsen | 2014-02-28 | 1 | -0/+113 |
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions |