summaryrefslogtreecommitdiff
path: root/lib/gitlab/performance_bar
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-281-1/+1
* Merge branch 'fix-peek-on-puma' into 'master'Rémy Coutable2019-09-021-2/+2
|\
| * Make performance bar enabled checks consistentSean McGivern2019-08-281-1/+1
| * Fix Peek on PumaSean McGivern2019-08-271-2/+2
* | Add top-level warnings key to performance bar responseperformance-bar-warningsSean McGivern2019-08-281-0/+19
|/
* Replace peek-pg with our own implementationremove-peek-pgSean McGivern2019-07-261-45/+0
* Only save Peek session in Redis when Peek is enabledRémy Coutable2019-07-031-0/+12
* Add backtraces to Peek performance bar for SQL callssh-add-backtrace-to-sql-queriesStan Hu2019-06-091-3/+4
* Upgrade Rails to 5.1.6.1Jasper Maes2019-04-231-5/+1
* Enable even more frozen string for lib/gitlabgfyoung2018-11-191-0/+2
* Simplify by using Gitlab::SafeRequestStoreMichael Kozono2018-09-241-1/+1
* Fix SQL timings for the performance barYorick Peterse2017-11-031-1/+1
* Remove Sherlock usage from the performance barperformance-bar-sqlYorick Peterse2017-10-231-2/+2
* Merge branch 'rc/bump-peek-performance_bar' into 'master'Sean McGivern2017-07-191-22/+0
|\
| * Bump peek-performance_bar to 1.3.0 and get rid of a monkey-patchrc/bump-peek-performance_barRémy Coutable2017-07-181-22/+0
* | Fix queries duration sorting in Performance Bar35252-fix-performance-bar-queries-duration-sortingRémy Coutable2017-07-181-1/+1
|/
* Don't track cached queries in Gitlab::PerformanceBar::PeekQueryTracker34940-peek-performance-bar-doesn-t-count-cached-queries-but-shows-themRémy Coutable2017-07-171-1/+8
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Ensure peek-performance_bar doesn't break existing functionalitiesRémy Coutable2017-06-091-0/+22
* Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable2017-06-091-1/+2
* Display queries duration in performance bar queries modalRémy Coutable2017-06-092-42/+8
* Store Sherlock::Query in Peek adapterRémy Coutable2017-06-092-0/+72