summaryrefslogtreecommitdiff
path: root/app/models/hooks
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-132-0/+6
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-112-0/+6
* | Enable frozen string in vestigial filesgfyoung2018-09-111-0/+2
|/
* Refactor ProtectedRefMatcher to be more genericDuana Saskia2018-08-131-26/+2
* Filter project hooks by branchDuana Saskia2018-08-132-0/+39
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-075-0/+10
* Fixed pagination of web hook logsYorick Peterse2018-07-031-0/+5
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-012-1/+13
* Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'securit...Douwe Maan2018-04-051-0/+1
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-182-22/+20
|\
| * no need for a named parameterAlexis Reigel2018-01-172-2/+2
| * extract concern for hook triggersAlexis Reigel2018-01-172-23/+19
| * execute system hooks from projectAlexis Reigel2018-01-041-1/+3
* | 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-204-23/+27
* Rename ActiverecordSerialize copYorick Peterse2017-07-061-3/+3
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-1/+1
* Added Cop to blacklist the use of serializedocument-not-using-serializeYorick Peterse2017-05-311-3/+3
* Implement web hooks loggingAlexander Randa2017-05-254-44/+18
* Merge branch 'bvl-rename-build-events-to-job-events' into 'master' cherry-pick-0663458cDouwe Maan2017-05-162-2/+2
* Revert "Merge branch 'bvl-rename-build-events-to-job-events' into 'master'"Douwe Maan2017-05-152-2/+2
* Rename `build_events` to `job_events` in codeBob Van Landuyt2017-05-152-2/+2
* Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-0/+3
* Added repository_update hookGabriel Mazetto2017-05-122-0/+3
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre2016-08-311-0/+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-022-0/+2
* 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-094-88/+0
* | Annotate modelsDmitriy Zaporozhets2016-05-064-0/+4
* | Annotate the modelsZeger-Jan van de Weg2016-05-064-4/+4
|/
* Backported minimal safewebhook implementation to GitLab CEGabriel Mazetto2016-04-304-9/+18
* add slack notifications for wiki pagesSebastian Klier2016-04-201-0/+1
* moving overlapping scopes to webhookGabriel Mazetto2016-04-193-5/+3
* Added System Hooks for push and tag_pushGabriel Mazetto2016-04-191-0/+6
* Raise hook url limitKirilll Zaycev2016-01-154-8/+8
* 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-064-0/+4
|/
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-102-0/+2
* 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-134-48/+52
* 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-214-0/+6