Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Aquino <daniel.aquino@nasdaqomx.com>2014-11-09 08:04:31 +0300
committerDoug Goldstein <cardoe@cardoe.com>2014-11-20 06:27:24 +0300
commit1353f9aa643f86a3f38f3d2dfa8666d3d942293e (patch)
treeefc38a5729d7f1fe920d39d279f6c8eef833fd17 /app/controllers/projects/services_controller.rb
parent2f3df4cb567a6f14b5a0e161084c2f4cf6fbf764 (diff)
HipChat service: support custom servers
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.
Diffstat (limited to 'app/controllers/projects/services_controller.rb')
-rw-r--r--app/controllers/projects/services_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/services_controller.rb b/app/controllers/projects/services_controller.rb
index a5f30dcfd9d..c50a1f1e75b 100644
--- a/app/controllers/projects/services_controller.rb
+++ b/app/controllers/projects/services_controller.rb
@@ -42,7 +42,7 @@ class Projects::ServicesController < Projects::ApplicationController
:title, :token, :type, :active, :api_key, :subdomain,
:room, :recipients, :project_url, :webhook,
:user_key, :device, :priority, :sound, :bamboo_url, :username, :password,
- :build_key
+ :build_key, :server
)
end
end