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
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 /changelogs
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 'changelogs')
-rw-r--r--changelogs/unreleased/remove-sidekiq.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/remove-sidekiq.yml b/changelogs/unreleased/remove-sidekiq.yml
new file mode 100644
index 00000000000..c7bef974b89
--- /dev/null
+++ b/changelogs/unreleased/remove-sidekiq.yml
@@ -0,0 +1,5 @@
+---
+title: Remove sidekiq info from performance bar
+merge_request:
+author:
+type: removed