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
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2019-03-11Docs: Add automatic redirects to many moved filesMarcel Amirault
2017-02-03Move webhooks to new a location under IntegrationsAchilleas Pipinellis
2016-12-01Small refactor of webhooks docsAchilleas Pipinellis
[ci skip]
2016-11-24Merge branch 'master' into 'master' Achilleas Pipinellis
Add missing documentation. ## What does this MR do? Add documentation to Build events on webhooks See merge request !7717
2016-11-23Add missing documentation.PotHix
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).
2016-11-22Reduce size of images from 25MB to 13MB using pngquantAchilleas Pipinellis
Took it from https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/3232 [ci skip]
2016-08-12Added documentation for pipeline hooksKamil Trzcinski
2016-08-04Document that webhook secret token is sent in X-Gitlab-Token HTTP headerSteve Halasz
2016-06-29optimize png images losslessly using zopflipngPeter Dave Hello
2016-05-31Fix hook data for Wiki Page eventGabriel Mazetto
Added "wiki" section and removed "repository"
2016-05-30Added documentation to current Wiki Page event webhookGabriel Mazetto
2016-05-09Remove spaceJacob Vosmaer
2016-05-03Improve documentation and web test for web hooksJacob Vosmaer
I wanted to share what I learned trying to debug web hooks using netcat.
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
Code is based on Project Webhooks, removing deprecations and without commits listing.
2016-03-27Fix typos in webhooks docs. Achilleas Pipinellis
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14660
2016-03-14Merge branch 'rs-snippet-expires-api' into 'master' Robert Speicher
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
2016-03-10web hooks to webhooksashleys
2016-03-10Don't remove `ProjectSnippet#expires_at` from APIRobert Speicher
See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53.
2016-03-06Remove `Snippet#expires_at`Robert Speicher
This was removed from the interface in https://github.com/gitlabhq/gitlabhq/pull/6027 but its implementation lingered around for two years.
2016-02-11Add new data to project in push, issue, merge-request and note webhooks dataKirill Zaitsev
- 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
2016-02-10Add assignee data to Issuables' hook_dataBram Daams
2016-01-18Fixed invalid JSON in first JSON Example line 27Ruben Schmidt
2015-12-11Merge pull request #9850 from davydovanton/doc-fix-typosStan Hu
Fix typos in all docs
2015-12-04Add added, modified and removed properties to commit object in webhookValery Sizov
2015-11-24Fix typos in all docs [skip ci]Anton Davydov
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