summaryrefslogtreecommitdiff
path: root/app/models/hooks/web_hook.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '41293-fix-command-injection-vulnerability-on-system_hook_push-q...Robert Speicher2018-01-161-0/+1
* Wrong data type when testing webhooksAlexander Randa2017-07-201-14/+0
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Implement web hooks loggingAlexander Randa2017-05-251-39/+4
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-161-1/+1
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-151-1/+1
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-151-1/+1
* Added repository_update hookGabriel Mazetto2017-05-121-0/+1
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Add option to confidential issues events to trigger WebhooksDouglas Barbosa Alexandre2016-08-311-0/+1
* Implement pipeline hooks, extracted from !5525Lin Jen-Shin2016-08-021-0/+1
* Merge branch 'hook-docs-behavior' into 'master' Robert Speicher2016-05-111-1/+1
|\
| * Remove extra sanitizationJacob Vosmaer2016-05-101-1/+1
| * Improve documentation and web test for web hooksJacob Vosmaer2016-05-031-1/+1
* | Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-22/+0
* | Annotate modelsDmitriy Zaporozhets2016-05-061-0/+1
* | Annotate the modelsZeger-Jan van de Weg2016-05-061-1/+1
|/
* Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-301-9/+15
* moving overlapping scopes to webhookGabriel Mazetto2016-04-191-0/+3
* Raise hook url limitKirilll Zaycev2016-01-151-2/+2
* Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee2016-01-121-2/+2
* Merge branch 'accept-2xx-status-codes-for-webhooks' into 'master' Dmitriy Zaporozhets2016-01-081-1/+1
|\
| * Accept 2xx status codes for successful Web hook triggersStan Hu2016-01-071-1/+1
* | Annotate modelsStan Hu2016-01-061-0/+1
|/
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-0/+1
* Add custom UrlValidatorRobert Speicher2015-12-071-2/+1
* Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu2015-12-041-17/+19
* Annotate modelsDmitriy Zaporozhets2015-11-131-12/+13
* enable SSL by defaultenable_ssl_by_defaultValery Sizov2015-09-171-1/+1
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-2/+3
* Add support for Webhook note eventsStan Hu2015-05-211-0/+2
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-081-5/+11
* Revert "Added X-GitLab-Event header for web hooks"Valery Sizov2015-04-271-11/+5
* Added X-GitLab-Event header for web hooksbugagazavr2015-04-251-5/+11
* Don't use URI.regexp to validate since it doens't have start/end anchors.Douwe Maan2015-04-111-1/+1
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+1
* Rescue connection reset for web hooksDmitriy Zaporozhets2015-02-031-1/+1
* Rubocop enabled for: Use spaces inside hash literal bracesDmitriy Zaporozhets2015-02-021-1/+1
* Rescue Net::OpenTimeout exception in web hookDmitriy Zaporozhets2014-12-291-1/+1
* Handle web hook exceptionDmitriy Zaporozhets2014-12-041-1/+7
* Add tag_push_events to project hook apiKirill Zaitsev2014-10-031-0/+1
* Move hook models in separate dirDmitriy Zaporozhets2014-09-151-0/+52