Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-05-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda
2019-08-28Make performance bar enabled checks consistentSean McGivern
2019-07-03Cache PerformanceBar.allowed_user_ids list locally and in RedisRémy Coutable
2018-10-22Enable frozen string for lib/gitlab/*.rbgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-04-02Always allow the performance bar to be enabled for adminsRobert Speicher
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-17In development, allow the toggling of the performance barRémy Coutable
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-07-17Expire cached user IDs that can see the performance after 5 minutesRémy Coutable
2017-07-07Don't use Flipper for the Performance BarRémy Coutable
2017-07-06Allow to enable the Performance Bar for a group from the admin areaRémy Coutable
2017-07-06Use Rails.cache instead of Redis directlyRémy Coutable
2017-07-06Cache the allowed user IDs for the performance bar, in Redis for 10 minutesRémy Coutable
2017-07-06Improve feature flag check for the performance barRémy Coutable
2017-07-06Hide 'peek' by using 'performance bar' insteadRémy Coutable
2017-07-06Cache PerformanceBar data using RequestStoreRémy Coutable
2017-07-06Allow to enable the performance bar per user or Flipper groupRémy Coutable
2017-06-09Fix spec failures and add a feature flag for the performance barRémy Coutable
2017-06-09New performance bar that can be enabled with the `p b` shortcutRémy Coutable