summaryrefslogtreecommitdiff
path: root/app/models/hooks
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-031-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-173-0/+14
* Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-27476GitLab Bot2019-12-163-0/+16
* Add latest changes from gitlab-org/gitlab@masterlistGitLab Bot2019-10-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Refactor SystemHookUrlValidator and specsGeorge Koltsov2019-08-022-4/+3
* Add outbound requests setting for system hooksGeorge Koltsov2019-08-022-2/+5
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-282-2/+2
* Use a 32-byte version of db_key_base for web hooksNick Thomas2018-12-051-2/+2
* Backport ServiceHook#execute from EEbackport-service-hook-execute-argumentsYorick Peterse2018-11-151-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
* 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