summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-02-11 15:26:55 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-02-11 15:26:55 +0000
commit42c3ef50aefb0927ba3bdf3646efd4c6185137b5 (patch)
treec8e80334e912df77c5334ca972db7e7d83eaf663 /lib
parentef875bd7aa24fd2c68027b8d6c837f33642a606e (diff)
parenta5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac (diff)
downloadgitlab-ce-42c3ef50aefb0927ba3bdf3646efd4c6185137b5.tar.gz
Merge branch '52424-goodbye-hipchat' into 'master'
Remove HipChat integration from GitLab Closes #52424 See merge request gitlab-org/gitlab-ce!22223
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb39
1 files changed, 0 insertions, 39 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 637b5a8a89a..36bdba2d765 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -370,44 +370,6 @@ module API
desc: 'The Hangouts Chat webhook. e.g. https://chat.googleapis.com/v1/spaces…'
}
],
- '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,
@@ -691,7 +653,6 @@ module API
ExternalWikiService,
FlowdockService,
HangoutsChatService,
- HipchatService,
IrkerService,
JiraService,
KubernetesService,