summaryrefslogtreecommitdiff
path: root/lib/gitlab/performance_bar.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache PerformanceBar.allowed_user_ids list locally and in RedisRémy Coutable2019-07-031-8/+20
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Always allow the performance bar to be enabled for adminsrs-performance-bar-for-adminsRobert Speicher2018-04-021-0/+1
* use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-3/+1
* In development, allow the toggling of the performance barRémy Coutable2018-01-171-0/+1
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-1/+1
* Expire cached user IDs that can see the performance after 5 minutesRémy Coutable2017-07-171-2/+3
* Don't use Flipper for the Performance BarRémy Coutable2017-07-071-10/+3
* Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-061-8/+10
* Use Rails.cache instead of Redis directlyRémy Coutable2017-07-061-22/+7
* Cache the allowed user IDs for the performance bar, in Redis for 10 minutesRémy Coutable2017-07-061-17/+35
* Improve feature flag check for the performance barRémy Coutable2017-07-061-2/+2
* Hide 'peek' by using 'performance bar' insteadRémy Coutable2017-07-061-8/+5
* Cache PerformanceBar data using RequestStoreRémy Coutable2017-07-061-7/+22
* Allow to enable the performance bar per user or Flipper groupRémy Coutable2017-07-061-2/+18
* Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-1/+1
* New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-091-0/+7