diff options
| author | Nick Thomas <nick@gitlab.com> | 2018-10-09 11:33:49 +0100 |
|---|---|---|
| committer | Nick Thomas <nick@gitlab.com> | 2019-02-08 18:20:38 +0000 |
| commit | a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac (patch) | |
| tree | 043e997f3f65d535c6fa0cbb8069aec90b7f440f /lib/api/services.rb | |
| parent | 2d70977aced471c4e602fb9cd3257c93d645f152 (diff) | |
| download | gitlab-ce-a5378665a1dc0b9c8dc3a4fa279a0eb78aac5aac.tar.gz | |
Remove HipChat integration from GitLab
Diffstat (limited to 'lib/api/services.rb')
| -rw-r--r-- | lib/api/services.rb | 39 |
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, |
