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
path: root/lib
diff options
context:
space:
mode:
authorJohn Jarvis <jarv@gitlab.com>2019-04-11 16:16:05 +0300
committerJohn Jarvis <jarv@gitlab.com>2019-04-11 16:16:05 +0300
commit018b643c3bc73d00b105a25a9d415557755c036b (patch)
tree484ea6b52943ad1e380389efc000e1b9478247c9 /lib
parent348d5a1d5cb1efe94592efe811c074c5164e8404 (diff)
Revert "Merge branch 'restore-hipchat-11-9' into '11-9-stable'"
This reverts commit 348d5a1d5cb1efe94592efe811c074c5164e8404, reversing changes made to 93e321569a898d9701a251b4bb73ad56b79fc535.
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb40
1 files changed, 0 insertions, 40 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index f52bd8c2622..bda6be51553 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -1,4 +1,3 @@
-# coding: utf-8
# frozen_string_literal: true
module API
class Services < Grape::API
@@ -372,44 +371,6 @@ module API
},
CHAT_NOTIFICATION_EVENTS
].flatten,
- 'hipchat' => [
- {
- required: true,
- name: :token,
- type: String,
- desc: 'The room token'
- },
- {
- required: false,
- name: :room,
- type: String,
- desc: 'The room name or ID'
- },
- {
- required: false,
- name: :color,
- type: String,
- desc: 'The room color'
- },
- {
- required: false,
- name: :notify,
- type: Boolean,
- desc: 'Enable notifications'
- },
- {
- required: false,
- name: :api_version,
- type: String,
- desc: 'Leave blank for default (v2)'
- },
- {
- required: false,
- name: :server,
- type: String,
- desc: 'Leave blank for default. https://hipchat.example.com'
- }
- ],
'irker' => [
{
required: true,
@@ -713,7 +674,6 @@ module API
ExternalWikiService,
FlowdockService,
HangoutsChatService,
- HipchatService,
IrkerService,
JiraService,
KubernetesService,