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-09-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-08-22Add frozen_string_literal to lib part 2Thong Kuah
2017-11-02Tests for Web transaction and remove simple transactonPawel Chojnacki
2017-11-02Fix Active record and transaction specsPawel Chojnacki
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Enable Style/EmptyLineBetweenDefsDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2016-07-28Reduce instrumentation overheadYorick Peterse
2016-06-17Track method call times/counts as a single metricYorick Peterse
2016-06-14Instrument private/protected methodsPaco Guzman
2016-06-14Measure CPU time for instrumented methodsPaco Guzman
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-12Removed tracking of total method execution timesYorick Peterse
2016-04-18Use Module#prepend for method instrumentationYorick Peterse
2016-01-25Correct arity for instrumented methods w/o argsYorick Peterse
2016-01-04Automatically prefix transaction series namesYorick Peterse
2016-01-04Track total method call times per transactionYorick Peterse
2015-12-31Use separate series for Rails/Sidekiq transactionsYorick Peterse
2015-12-17Support for instrumenting class hierarchiesYorick Peterse
2015-12-17Only track method calls above a certain thresholdYorick Peterse
2015-12-17Allow filtering of what methods to instrumentYorick Peterse
2015-12-17Only instrument methods defined directlyYorick Peterse
2015-12-17Added Instrumentation.configureYorick Peterse
2015-12-17Methods for instrumenting multiple methodsYorick Peterse
2015-12-17Use custom code for instrumenting method callsYorick Peterse
2015-12-17Use string evaluation for method instrumentationYorick Peterse
2015-12-17Storing of application metrics in InfluxDBYorick Peterse