Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-03Add added, modified and removed properties to commit object in webhookValery Sizov
2015-10-08merge_request: add work_in_progress to MR hooksBen Boeckel
2015-09-22update documentation on web hooks by suggestion [ci skip]Job van der Voort
2015-09-22documentation on ssl verification in web hooksJob van der Voort
2015-09-16add repository field to issue hook dataJungkook Park
add a test for to_hook_data of issue model update CHANGELOG
2015-09-02Drone CI serviceKirilll Zaitsev
2015-05-22Add support for Webhook note eventsStan Hu
Closes https://github.com/gitlabhq/gitlabhq/issues/6745
2015-05-13Call merge request web hook for each commitsArthur Gautier
Call merge request web hook every times a new commit hits the source branch Signed-off-by: Arthur Gautier <baloo@gandi.net>
2015-05-08Added X-GitLab-Event header for web hooksbugagazavr
2015-03-13Update documentation for object_kind field in Webhook push and tag push WebhooksStan Hu
2015-03-04Web Hook sends email of pusherValery Sizov
2015-02-20Extend project web hooks with more dataDmitriy Zaporozhets
* 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
2015-01-20Add action property to merge request hookjubianchi
2014-12-14Add missing webhook doc for tag eventRyunosuke SATO
2014-10-05Add issueable actorKirill Zaitsev
2014-10-02Hook attributesKirill Zaitsev
2014-09-19Adds support for ruby 1.8 in webhook example, issue #7763Spencer Owen
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
2014-08-18Add missing elements to webhook docsue445
2014-06-04Update docs to markdown style guide.Ciro Santilli
2014-05-27Add titles to doc pages.Marin Jankovski
2014-05-16Update the examples to example.comMarin Jankovski
2014-05-14Add an example webhook receiverJacob Vosmaer
2014-04-23Multiple grammar/typo fixes in web hooks helpPhilipp Hansch
2014-03-24Inform people about the verify-none for webhooks.dosire
2014-03-07Correct typos in web_hooks help.Ciro Santillli
2014-02-28JSON Lint the web-hooks.md fileJeroen van Baarsen
Thanks to @jojosch for the initial work on the web-hooks.html.haml file!
2014-02-28Moved all the help files to markdown files:Jeroen van Baarsen
Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions