Profile requests when a header is passed
Showing
... | ... | @@ -334,6 +334,8 @@ gem 'mail_room', '~> 0.8' |
gem 'email_reply_parser', '~> 0.5.8' | ||
gem 'ruby-prof', '~> 0.15.9' | ||
## CI | ||
gem 'activerecord-session_store', '~> 1.0.0' | ||
gem 'nested_form', '~> 0.3.2' | ||
... | ... |
app/workers/requests_profiles_worker.rb
0 → 100644
config/initializers/request_profiler.rb
0 → 100644
lib/gitlab/request_profiler.rb
0 → 100644
lib/gitlab/request_profiler/middleware.rb
0 → 100644
lib/gitlab/request_profiler/profile.rb
0 → 100644
Please
register
or
sign in
to comment