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/config
diff options
context:
space:
mode:
authorJan Provaznik <jprovaznik@gitlab.com>2018-09-10 21:01:49 +0300
committerJan Provaznik <jprovaznik@gitlab.com>2018-09-12 11:13:19 +0300
commit9930ab6ab8dcdf3cbdeaaae441b9c2f0e345c15a (patch)
tree06ace794f0f067b4c8f1ef4388ef492518d7b856 /config
parenta3c3776b5c7fd5c3c6c7bc9ee846b4d105333b32 (diff)
Remove peek-sidekiq
The reason for removing this gem is that it's not being maintained anymore. It uses `alias_method_chain` which is deprecated in rails 5 (and removed in 5.1), the issue is pending upstream (including a fix) - https://github.com/suranyami/peek-sidekiq/issues/3 for a while. Peek-sidekiq is used in performance bar for displaying sidekiq statistics.
Diffstat (limited to 'config')
-rw-r--r--config/initializers/peek.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/initializers/peek.rb b/config/initializers/peek.rb
index bc9b52ceef7..a6f43415ec5 100644
--- a/config/initializers/peek.rb
+++ b/config/initializers/peek.rb
@@ -18,7 +18,6 @@ Peek.into PEEK_DB_VIEW
Peek.into Peek::Views::Gitaly
Peek.into Peek::Views::Rblineprof
Peek.into Peek::Views::Redis
-Peek.into Peek::Views::Sidekiq
Peek.into Peek::Views::GC
# rubocop:disable Naming/ClassAndModuleCamelCase