Skip to content

Commit 66c7f51

Browse files
committed
Bump peek-performance_bar to 1.3.0 and get rid of a monkey-patch
Signed-off-by: Rémy Coutable <[email protected]>
1 parent f482645 commit 66c7f51

File tree

4 files changed

+3
-29
lines changed

4 files changed

+3
-29
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ gem 'peek', '~> 1.0.1'
268268
gem 'peek-gc', '~> 0.0.2'
269269
gem 'peek-host', '~> 1.0.0'
270270
gem 'peek-mysql2', '~> 1.1.0', group: :mysql
271-
gem 'peek-performance_bar', '~> 1.2.1'
271+
gem 'peek-performance_bar', '~> 1.3.0'
272272
gem 'peek-pg', '~> 1.3.0', group: :postgres
273273
gem 'peek-rblineprof', '~> 0.2.0'
274274
gem 'peek-redis', '~> 1.2.0'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ GEM
553553
atomic (>= 1.0.0)
554554
mysql2
555555
peek
556-
peek-performance_bar (1.2.1)
556+
peek-performance_bar (1.3.0)
557557
peek (>= 0.1.0)
558558
peek-pg (1.3.0)
559559
concurrent-ruby
@@ -1029,7 +1029,7 @@ DEPENDENCIES
10291029
peek-gc (~> 0.0.2)
10301030
peek-host (~> 1.0.0)
10311031
peek-mysql2 (~> 1.1.0)
1032-
peek-performance_bar (~> 1.2.1)
1032+
peek-performance_bar (~> 1.3.0)
10331033
peek-pg (~> 1.3.0)
10341034
peek-rblineprof (~> 0.2.0)
10351035
peek-redis (~> 1.2.0)

config/initializers/peek.rb

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ class << self
2626
end
2727

2828
PEEK_DB_VIEW.prepend ::Gitlab::PerformanceBar::PeekQueryTracker
29-
30-
class Peek::Views::PerformanceBar::ProcessUtilization
31-
prepend ::Gitlab::PerformanceBar::PeekPerformanceBarWithRackBody
32-
end

lib/gitlab/performance_bar/peek_performance_bar_with_rack_body.rb

-22
This file was deleted.

0 commit comments

Comments
 (0)