summaryrefslogtreecommitdiff
path: root/app/controllers/projects/hooks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-161-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-05-011-5/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2023-03-131-1/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-06-221-44/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-101-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-11-021-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-281-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-10-271-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-301-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-10-071-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-281-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-5/+6
* Externalize strings in projects controllersMartin Wortschack2019-03-271-1/+1
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Filter project hooks by branchDuana Saskia2018-08-131-0/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Fixed pagination of web hook logsYorick Peterse2018-07-031-2/+1
* Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan2018-01-181-9/+1
|\
| * reference triggers.values for permitted parametersAlexis Reigel2018-01-171-9/+1
* | Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
|/
* Wrong data type when testing webhooksAlexander Randa2017-07-201-6/+6
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
* Implement web hooks loggingAlexander Randa2017-05-251-8/+9
* Implement ability to update hooksAlexander Randa2017-04-281-0/+13
* Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-121-2/+2
* Fixed tests and a rubocop linter26138-combine-webhooks-and-services-settings-pagesJose Ivan Vargas2017-01-181-4/+2
* Removed the index action from both the projects hook and services controllersJose Ivan Vargas2017-01-181-5/+2
* Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas2017-01-181-4/+3
* 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
* Add Admin UI to enable Wiki Page events webhook in projectsGabriel Mazetto2016-05-301-1/+2
* Always mention HTTP statusJacob Vosmaer2016-05-031-1/+1
* Inform user about questionable hook successJacob Vosmaer2016-05-031-2/+4
* Improve documentation and web test for web hooksJacob Vosmaer2016-05-031-1/+1
* Added UI to define secret_token for webhook and systemhookfeature/backport-safewebhooksGabriel Mazetto2016-05-021-3/+11
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-1/+2
* Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu2015-12-041-3/+2
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-1/+1
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-1/+2
* Add support for Webhook note eventsStan Hu2015-05-211-1/+1
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-1/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+2
* Handle web hook exceptionDmitriy Zaporozhets2014-12-041-0/+1
* Prevent 500 if hook url is down, fixes #7376Robert Schilling2014-07-291-2/+7
* Do not execute hooks on empty projects, fixes #6108Robert Schilling2014-07-271-1/+6
* Project hook, milestone, snippet strong paramsDmitriy Zaporozhets2014-06-261-1/+1