summaryrefslogtreecommitdiff
path: root/app/models/hooks
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added X-GitLab-Event header for web hooksbugagazavr2015-05-082-5/+15
* 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-154-0/+116