summaryrefslogtreecommitdiff
path: root/app/controllers/projects/hooks_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* team member and hook strong paramsDmitriy Zaporozhets2014-06-261-1/+5
* Fix url generation error on hook invalid createskv2014-04-061-1/+1
* Convert TestHookContext into TestHookService. Added testsDmitriy Zaporozhets2014-01-151-3/+8
* fix most of warningsskv2013-12-151-2/+2
* Modify permissions for project and groupDmitriy Zaporozhets2013-09-251-2/+1
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+39