summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/performance_bar_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to lib part 2Thong Kuah2019-08-231-0/+2
* Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-251-2/+2
* Cache PerformanceBar.allowed_user_ids list locally and in RedisRémy Coutable2019-07-031-1/+26
* Always allow the performance bar to be enabled for adminsrs-performance-bar-for-adminsRobert Speicher2018-04-021-0/+6
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-1/+1
* Don't use Flipper for the Performance BarRémy Coutable2017-07-071-38/+28
* Allow to enable the Performance Bar for a group from the admin areaRémy Coutable2017-07-061-2/+2
* Use Rails.cache instead of Redis directlyRémy Coutable2017-07-061-9/+1
* Cache the allowed user IDs for the performance bar, in Redis for 10 minutesRémy Coutable2017-07-061-24/+28
* Improve feature flag check for the performance barRémy Coutable2017-07-061-1/+24
* Hide 'peek' by using 'performance bar' insteadRémy Coutable2017-07-061-26/+18
* Cache PerformanceBar data using RequestStoreRémy Coutable2017-07-061-10/+10
* Allow to enable the performance bar per user or Flipper groupRémy Coutable2017-07-061-0/+91