summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2017-03-01 15:30:39 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2017-03-01 15:30:39 +0100
commite7eda6349e3c092645348fcbfbf0d093424186b6 (patch)
tree5c49389798871eef232e8c4889032ab408a33c82
parente5bafed83714d2e96476446b9b2ebdebe3dffe35 (diff)
downloadgitlab-ce-remove-new-relic-gem.tar.gz
Remove the newrelic gemremove-new-relic-gem
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock2
-rw-r--r--changelogs/unreleased/remove-new-relic-gem.yml4
-rw-r--r--config/newrelic.yml16
4 files changed, 4 insertions, 20 deletions
diff --git a/Gemfile b/Gemfile
index 429454b9ed6..8e181fee73b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -329,8 +329,6 @@ group :test do
gem 'timecop', '~> 0.8.0'
end
-gem 'newrelic_rpm', '~> 3.16'
-
gem 'octokit', '~> 4.6.2'
gem 'mail_room', '~> 0.9.1'
diff --git a/Gemfile.lock b/Gemfile.lock
index 472cee510cb..4d6ce2a62b6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -427,7 +427,6 @@ GEM
net-ldap (0.12.1)
net-ssh (3.0.1)
netrc (0.11.0)
- newrelic_rpm (3.16.0.318)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
numerizer (0.1.1)
@@ -915,7 +914,6 @@ DEPENDENCIES
mousetrap-rails (~> 1.4.6)
mysql2 (~> 0.3.16)
net-ssh (~> 3.0.1)
- newrelic_rpm (~> 3.16)
nokogiri (~> 1.6.7, >= 1.6.7.2)
oauth2 (~> 1.2.0)
octokit (~> 4.6.2)
diff --git a/changelogs/unreleased/remove-new-relic-gem.yml b/changelogs/unreleased/remove-new-relic-gem.yml
new file mode 100644
index 00000000000..b15ecd3e4e7
--- /dev/null
+++ b/changelogs/unreleased/remove-new-relic-gem.yml
@@ -0,0 +1,4 @@
+---
+title: Remove the newrelic gem
+merge_request: 9622
+author: Robert Schilling
diff --git a/config/newrelic.yml b/config/newrelic.yml
deleted file mode 100644
index 9ef922a38d9..00000000000
--- a/config/newrelic.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-# New Relic configuration file
-#
-# This file is here to make sure the New Relic gem stays
-# quiet by default.
-#
-# To enable and configure New Relic, please use
-# environment variables, e.g. NEW_RELIC_ENABLED=true
-
-production:
- enabled: false
-
-development:
- enabled: false
-
-test:
- enabled: false