summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGilbert Roulot <groulot@gitlab.com>2018-08-20 18:09:57 +0000
committerRémy Coutable <remy@rymai.me>2018-08-20 18:09:57 +0000
commit4d7d4a0c16bfcac87416a0ba51296039e4c8b1d4 (patch)
treea9a93b915de6d95b8534ad09a4efa83c57ac283a /lib
parent9e7bc3fe0bac41dcebc4a78932bb87765baa837d (diff)
downloadgitlab-ce-4d7d4a0c16bfcac87416a0ba51296039e4c8b1d4.tar.gz
Remove Gemnasium service
Diffstat (limited to 'lib')
-rw-r--r--lib/api/services.rb15
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/api/services.rb b/lib/api/services.rb
index 1f2bf546cd7..d1a5ee7db35 100644
--- a/lib/api/services.rb
+++ b/lib/api/services.rb
@@ -354,20 +354,6 @@ module API
desc: 'Flowdock token'
}
],
- 'gemnasium' => [
- {
- required: true,
- name: :api_key,
- type: String,
- desc: 'Your personal API key on gemnasium.com'
- },
- {
- required: true,
- name: :token,
- type: String,
- desc: "The project's slug on gemnasium.com"
- }
- ],
'hangouts-chat' => [
{
required: true,
@@ -695,7 +681,6 @@ module API
EmailsOnPushService,
ExternalWikiService,
FlowdockService,
- GemnasiumService,
HangoutsChatService,
HipchatService,
IrkerService,