summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKukovskii Vladimir <ura@dgtakano.co.jp>2018-06-24 19:12:07 +0900
committerKukovskii Vladimir <ura@dgtakano.co.jp>2018-07-14 20:45:04 +0900
commit07d9b036a9b7b3502238cac0fdb4980bfe02e128 (patch)
tree46b587be231f0f4df1dd26a528898d7ebea4e529 /lib
parentfabf6a5634fa5d3c585d01a0d0dfac6c39dcbe8e (diff)
downloadgitlab-ce-07d9b036a9b7b3502238cac0fdb4980bfe02e128.tar.gz
Add dummy Google Hangouts Chat integration
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 553e8dff4b9..1f2bf546cd7 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -368,6 +368,14 @@ module API
desc: "The project's slug on gemnasium.com"
}
],
+ 'hangouts-chat' => [
+ {
+ required: true,
+ name: :webhook,
+ type: String,
+ desc: 'The Hangouts Chat webhook. e.g. https://chat.googleapis.com/v1/spaces…'
+ }
+ ],
'hipchat' => [
{
required: true,
@@ -688,6 +696,7 @@ module API
ExternalWikiService,
FlowdockService,
GemnasiumService,
+ HangoutsChatService,
HipchatService,
IrkerService,
JiraService,