summaryrefslogtreecommitdiff
path: root/app/models/hooks/web_hook.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@15-10-stable-eeGitLab Bot2023-03-291-3/+15
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-54/+1
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-40/+1
* Add latest changes from gitlab-org/security/gitlab@15-7-stable-eeGitLab Bot2023-01-091-0/+5
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-23/+4
* Add latest changes from gitlab-org/security/gitlab@15-6-stable-eeGitLab Bot2022-11-301-0/+6
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-7/+41
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-4/+19
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-15/+8
* Add latest changes from gitlab-org/gitlab@15-2-stable-eev15.2.0-rc42GitLab Bot2022-07-201-0/+39
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-10/+42
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-4/+11
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-2/+3
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-0/+5
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-4/+28
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-0/+2
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-4/+9
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+16
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+46
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-27476GitLab Bot2019-12-161-0/+4
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-1/+1
* Refactor SystemHookUrlValidator and specsGeorge Koltsov2019-08-021-2/+2
* Add outbound requests setting for system hooksGeorge Koltsov2019-08-021-1/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Use a 32-byte version of db_key_base for web hooksNick Thomas2018-12-051-2/+2
* Remove unencrypted webhook token and URL columnsNick Thomas2018-10-091-34/+0
* Encrypt webhook tokens and URLs in the databaseNick Thomas2018-10-011-0/+44
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Filter project hooks by branchDuana Saskia2018-08-131-0/+1
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-1/+8
* 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