summaryrefslogtreecommitdiff
path: root/app/controllers/projects/services_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | update changelog
* 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
| | | | | | | | | | Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
* Improve invalidation of stored service password if the endpoint URL is changedimprove_reset_service_password_v2Alex Lossent2015-10-151-1/+7
| | | | | Password can now be specified at the same time as the new URL, and the service template admin pages now work.
* Revert "Improve invalidation of stored service password if the endpoint URL ↵Valery Sizov2015-10-141-7/+1
| | | | | | is changed" This reverts commit b46397548056e4e8ef00efe4f641c61ba1dd5230.
* Improve invalidation of stored service password if the endpoint URL is changedAlex Lossent2015-10-141-1/+7
| | | | | It now allows to specify a password at the same time as the new URL, and works on the service template admin pages.
* 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
| | | | Issue gitlab-com/support-forum#213
* Add Irker service configuration optionsStan Hu2015-07-051-1/+2
| | | | | | Closes #1713 Closes #1714 Closes gitlab-com/support-forum#139
* Add api version property on hipchat serviceChulki Lee2015-04-271-1/+1
|
* Add notify and color options to HipchatServiceDominik Sander2015-04-261-1/+2
| | | | | | When notify is set to true send messages will trigger a notification for all room members. Color changes the background color of the message.
* Fix bug where Slack service channel was not saved in admin template settings.Stan Hu2015-04-241-10/+9
| | | | | | Consolidate allowed parameters in one place to avoid these kinds of bugs in the future. Closes https://github.com/gitlabhq/gitlabhq/issues/9181
* Fixed the Rails/ActionFilter copJeroen van Baarsen2015-04-201-2/+2
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Add a service to support external wikisHannes Rosenögger2015-03-121-1/+1
|
* Merge branch 'emails-on-push'Dmitriy Zaporozhets2015-03-081-1/+1
|\ | | | | | | | | | | Conflicts: app/controllers/projects/services_controller.rb app/models/project_services/emails_on_push_service.rb
| * Add option to disable code diffs to EmailOnPush.Douwe Maan2015-02-251-1/+1
| | | | | | | | See #1950
| * Add option to send EmailsOnPush from committer email if domain matches.Douwe Maan2015-02-251-1/+2
| | | | | | | | See #1809.
* | Added comment notification events to HipChat and Slack services.Stan Hu2015-03-061-1/+2
| | | | | | | | | | | | | | | | | | Supports four different event types all bundled under the "note" event type: - comments on a commit - comments on an issue - comments on a merge request - comments on a code snippet
* | Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu2015-03-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | 1) Adds a DB migration for all services to toggle on push, issue, and merge events. 2) Upon an issue or merge request event, fire service hooks. 3) Slack service supports custom messages for each of these events. Other services not supported at the moment. 4) Label merge request hooks with their corresponding actions.
* | Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into ↵Dmitriy Zaporozhets2015-03-021-1/+2
|\ \ | | | | | | | | | | | | | | | | | | Aorimn-add-irker-service Conflicts: app/controllers/projects/services_controller.rb
| * | Add Irker serviceAorimn2015-03-011-1/+2
| |/ | | | | | | | | | | | | | | | | | | Irker is a gateway which sends IRC messages on git updates. This new service provides an interface to this gateway, integrated in Gitlab, for each updates. As per the guidelines, this commit adds the new feature in the CHANGELOG, tests and documentation. See http://www.catb.org/esr/irker/
* | 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
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* 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
| | | | And add restrict_to_branch to spec
* Add a scope for visible services, code styling changes for easier readability.Marin Jankovski2015-01-281-1/+1
|
* Add gitlab internal issue tracker service.Marin Jankovski2015-01-281-4/+1
|
* Shorter check in services controller.Marin Jankovski2015-01-261-1/+1
|
* Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-261-2/+6
|\ | | | | | | | | | | Conflicts: app/models/project.rb spec/models/project_spec.rb
| * Show success/error message for test services buttonDmitriy Zaporozhets2015-01-231-2/+6
| |
* | Update the issue tracker attribute on issue tracker change.Marin Jankovski2015-01-261-0/+3
| |
* | Allow creation of the jira and redmine services.Marin Jankovski2015-01-201-2/+4
|/
* Fix test hook and testsDmitriy Zaporozhets2015-01-121-1/+1
|
* Refactor push data builder. Moved it to separate classDmitriy Zaporozhets2015-01-111-2/+1
| | | | Also execute GitLab CI on creating tag via UI
* Teamcity interaction using 8.1 rest apiJason Lippert2014-12-231-1/+1
|
* HipChat service: support custom serversDaniel Aquino2014-11-191-1/+1
| | | | | | HipChat allows users to run their own private servers and to be able to support those we must connect to the correct URL when using one of these custom servers.
* Add Atlassian Bamboo serviceDrew Blessing2014-10-281-1/+2
|
* Add missing comma.Marin Jankovski2014-10-061-1/+1
|
* Use only webhook for slack service integration.Marin Jankovski2014-10-061-1/+1
|
* Add Pushover service integrationSullivan SENECHAL2014-10-031-1/+2
| | | | That introduce select field type for services options.
* Project services to strong paramsDmitriy Zaporozhets2014-06-261-1/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-0/+39