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:
authorAndrès Koetsier <koetsier@oblivion.nl>2014-12-28 23:08:33 +0300
committerAndrès Koetsier <koetsier@oblivion.nl>2015-02-28 12:06:32 +0300
commitd2c85a68bb763d2beccf8ebc0087791f6714c6de (patch)
tree0fe74d494865c075fc17649227dc97ea52315ec2 /app/controllers/projects/services_controller.rb
parent82a9a4c034eab240330696df578045336f34675e (diff)
Allow a user to specify a channel and username for the slack-webhook
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 5c29a6550f5..ce0f98bdeff 100644
--- a/app/controllers/projects/services_controller.rb
+++ b/app/controllers/projects/services_controller.rb
@@ -50,7 +50,7 @@ class Projects::ServicesController < Projects::ApplicationController
:room, :recipients, :project_url, :webhook,
:user_key, :device, :priority, :sound, :bamboo_url, :username, :password,
:build_key, :server, :teamcity_url, :build_type,
- :description, :issues_url, :new_issue_url, :restrict_to_branch
+ :description, :issues_url, :new_issue_url, :restrict_to_branch, :channel
)
end
end