-
- Downloads
Allow to enable the performance bar per user or Flipper group
A `performance_team` Flipper group has been created. By default this
group is nil but this can be customized in `gitlab.yml` via the
performance_bar.allowed_group setting.
Signed-off-by:
Rémy Coutable <remy@rymai.me>
Showing
- app/controllers/application_controller.rb 1 addition, 16 deletionsapp/controllers/application_controller.rb
- app/controllers/concerns/with_performance_bar.rb 17 additions, 0 deletionsapp/controllers/concerns/with_performance_bar.rb
- config/gitlab.yml.example 5 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 6 additions, 0 deletionsconfig/initializers/1_settings.rb
- lib/feature.rb 9 additions, 1 deletionlib/feature.rb
- lib/gitlab/performance_bar.rb 18 additions, 2 deletionslib/gitlab/performance_bar.rb
- spec/lib/gitlab/performance_bar_spec.rb 91 additions, 0 deletionsspec/lib/gitlab/performance_bar_spec.rb
- spec/support/stub_configuration.rb 4 additions, 0 deletionsspec/support/stub_configuration.rb
spec/lib/gitlab/performance_bar_spec.rb
0 → 100644
Please register or sign in to comment