summaryrefslogtreecommitdiff
path: root/app/controllers/projects/services_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Externalize strings in projects controllersMartin Wortschack2019-03-271-5/+5
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Add validation to webhook and service URLs to ensure they are not blocked bec...Francisco Javier López2018-06-011-3/+3
* Added rescue to show a custom error when testing project integrationsFrancisco Javier López2018-04-021-0/+2
* Service integration displays validation errors on test failJames Edwards-Jones2018-03-071-12/+16
* Backport changes from EE's GithubService integrationJames Edwards-Jones2018-03-071-0/+5
* Fix inability to test some project integrationsfix-broken-testing-of-some-integrationsRubén Dávila2017-08-221-6/+3
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Address review comments31511-jira-settingsJarka Kadlecova2017-06-021-2/+2
* Add feature tests for improved JIRA settingsJarka Kadlecova2017-06-011-7/+12
* simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-13/+19
* Prevent more than one issue tracker to be active for the same projectLuis Del Giudice2017-03-101-1/+2
* Removed the index action from both the projects hook and services controllersJose Ivan Vargas2017-01-181-4/+0
* Moved the webhooks and services gear options to a single one called integrationsJose Ivan Vargas2017-01-181-1/+1
* Make chat authorization to work [ci skip]Kamil Trzcinski2016-11-171-0/+2
* Defer saving project services to the database if there are no user changesadam-build-missing-services-when-necessaryAdam Niedzielski2016-11-161-3/+2
* Fix missing flash messages on service edit pageAirat Shigapov2016-09-051-3/+2
* Refactor service settings viewissue_8110Felipe Artur2016-07-201-14/+1
* Add project service documentation and update integration documentationFelipe Artur2016-07-191-16/+1
* Allow slack service to send messages on different channelsFelipe Artur2016-07-191-1/+6
* Allow build email service to be testedissue_13343Felipe Artur2016-07-151-1/+2
* add slack notifications for wiki pagesSebastian Klier2016-04-201-1/+1
* Backport JIRA serviceDrew Blessing2015-12-181-2/+3
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-1/+3
* Redirect to a default path if HTTP_REFERER is not setStan Hu2015-10-201-2/+2
* Improve invalidation of stored service password if the endpoint URL is changedimprove_reset_service_password_v2Alex Lossent2015-10-151-1/+7
* Revert "Improve invalidation of stored service password if the endpoint URL i...Valery Sizov2015-10-141-7/+1
* Improve invalidation of stored service password if the endpoint URL is changedAlex Lossent2015-10-141-1/+7
* Hide password in the service settings formhide_services_passwordValery Sizov2015-10-021-1/+3
* Drone CI serviceKirilll Zaitsev2015-09-021-1/+1
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-1/+1
* Provide more feedback what went wrong if HipChat service failed testStan Hu2015-08-121-2/+5
* Add Irker service configuration optionsStan Hu2015-07-051-1/+2
* Add api version property on hipchat serviceChulki Lee2015-04-271-1/+1
* Add notify and color options to HipchatServiceDominik Sander2015-04-261-1/+2
* Fix bug where Slack service channel was not saved in admin template settings.Stan Hu2015-04-241-10/+9
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-2/+2
* Add a service to support external wikisHannes Rosenögger2015-03-121-1/+1
* Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-081-1/+1
|\
| * Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-1/+1
| * Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-1/+2
* | Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-1/+2
* | Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-1/+2
* | Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into A...Dmitriy Zaporozhets2015-03-021-1/+2
|\ \
| * | Add Irker serviceAorimn2015-03-011-1/+2
| |/
* | Allow a user to specify a channel and username for the slack-webhookAndrès Koetsier2015-02-281-1/+1
|/
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-2/+5
* Try to test settings added in the service.Marin Jankovski2015-02-121-1/+1
* Add restrict_to_branch to service controllerJeremy2015-02-021-1/+1