-
- Downloads
Profile requests when a header is passed
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/controllers/admin/requests_profiles_controller.rb 17 additions, 0 deletionsapp/controllers/admin/requests_profiles_controller.rb
- app/views/admin/background_jobs/_head.html.haml 4 additions, 0 deletionsapp/views/admin/background_jobs/_head.html.haml
- app/views/admin/requests_profiles/index.html.haml 26 additions, 0 deletionsapp/views/admin/requests_profiles/index.html.haml
- app/views/layouts/nav/_admin.html.haml 1 addition, 1 deletionapp/views/layouts/nav/_admin.html.haml
- app/workers/requests_profiles_worker.rb 9 additions, 0 deletionsapp/workers/requests_profiles_worker.rb
- config/initializers/1_settings.rb 3 additions, 0 deletionsconfig/initializers/1_settings.rb
- config/initializers/request_profiler.rb 3 additions, 0 deletionsconfig/initializers/request_profiler.rb
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- lib/gitlab/request_profiler.rb 19 additions, 0 deletionslib/gitlab/request_profiler.rb
- lib/gitlab/request_profiler/middleware.rb 47 additions, 0 deletionslib/gitlab/request_profiler/middleware.rb
- lib/gitlab/request_profiler/profile.rb 43 additions, 0 deletionslib/gitlab/request_profiler/profile.rb
Loading
| Loading
| @@ -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' | ||
Loading
| Loading
|
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