summaryrefslogtreecommitdiff
path: root/app/models/service.rb
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2017-04-03 16:37:23 +0100
committerTiago Botelho <tiagonbotelho@hotmail.com>2017-04-05 13:57:11 +0100
commitefe2d96a90cb5e2cc0c368294a021423aeeaeabe (patch)
tree95c67a48cfa7e78011da64da1942202d3b4a7a4c /app/models/service.rb
parentd4349ba6c4960f50dce7b0beec5f309894dbada9 (diff)
downloadgitlab-ce-efe2d96a90cb5e2cc0c368294a021423aeeaeabe.tar.gz
adds initial microsoft teams integration
Diffstat (limited to 'app/models/service.rb')
-rw-r--r--app/models/service.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/service.rb b/app/models/service.rb
index 5a0ec58d193..dc76bf925d3 100644
--- a/app/models/service.rb
+++ b/app/models/service.rb
@@ -237,6 +237,7 @@ class Service < ActiveRecord::Base
slack_slash_commands
slack
teamcity
+ microsoft_teams
]
if Rails.env.development?
service_names += %w[mock_ci mock_deployment mock_monitoring]