summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-122-17/+1
* Tag all transaction metrics with an "action" tagYorick Peterse2016-01-113-13/+23
* Merge branch 'api-project-upload' into 'master' Robert Speicher2016-01-081-4/+7
|\
| * Update specDouwe Maan2016-01-071-4/+7
* | Merge branch 'suppress-allow-failure-builds' into 'master' Stan Hu2016-01-081-0/+1
|\ \
| * | Suppress e-mails on failed builds if allow_failure is setStan Hu2016-01-071-0/+1
* | | Add spec for single-item task listsrs-single-item-task-list-specRobert Speicher2016-01-071-0/+6
* | | Merge branch 'milestone-ref' into 'master' Robert Speicher2016-01-071-0/+75
|\ \ \ | |/ / |/| |
| * | Milestone reference is a Markdown linkmilestone-refDouwe Maan2016-01-071-1/+3
| * | Remove icon from milestone reference.Douwe Maan2016-01-051-2/+2
| * | Merge branch 'master' into milestone-refDouwe Maan2016-01-0515-6/+820
| |\ \
| * \ \ Merge branch 'master' into milestone-refDouwe Maan2015-12-241-0/+15
| |\ \ \
| * | | | Render milestone links as referencesDouwe Maan2015-12-241-0/+73
* | | | | Store request methods/URIs as valuesYorick Peterse2016-01-072-3/+14
* | | | | Removed UUIDs from metrics transactionsYorick Peterse2016-01-071-2/+2
| |_|_|/ |/| | |
* | | | Revert "Store SQL/view timings in milliseconds"Yorick Peterse2016-01-072-3/+3
* | | | Store SQL/view timings in millisecondsYorick Peterse2016-01-062-3/+3
* | | | Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre2016-01-051-0/+22
* | | | Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre2016-01-053-4/+152
* | | | Refactoring GithubImport::ImporterDouglas Barbosa Alexandre2016-01-052-0/+233
| |_|/ |/| |
* | | Merge branch 'rs-relative-links-to-root' into 'master' Douwe Maan2016-01-051-0/+8
|\ \ \
| * | | Support a single directory traversal in RelativeLinkFilterrs-relative-links-to-rootRobert Speicher2015-12-301-0/+8
* | | | Merge branch 'metrics-tuning' into 'master' Dmitriy Zaporozhets2016-01-058-136/+74
|\ \ \ \
| * | | | Fix Rubocop styling in AR subscriber specsmetrics-tuningYorick Peterse2016-01-041-1/+1
| * | | | Automatically prefix transaction series namesYorick Peterse2016-01-045-8/+8
| * | | | Use separate series for Rails/Sidekiq sample statsYorick Peterse2016-01-041-8/+30
| * | | | Track total method call times per transactionYorick Peterse2016-01-041-0/+6
| * | | | Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+38
| * | | | Ability to increment custom transaction valuesYorick Peterse2016-01-041-0/+12
| * | | | Removed tracking of hostnames for metricsYorick Peterse2015-12-312-8/+0
| * | | | Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-315-6/+5
| * | | | Cache InfluxDB settings after the first useYorick Peterse2015-12-311-9/+3
| * | | | Removed tracking of raw SQL queriesYorick Peterse2015-12-312-125/+0
* | | | | Optimize CSS expressions produced by Nokogiriautocomplete-performanceYorick Peterse2015-12-311-0/+13
|/ / / /
* | | | Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-3/+0
|/ / /
* | | Write to InfluxDB directly via UDPYorick Peterse2015-12-294-10/+50
* | | Strip newlines from obfuscated SQLYorick Peterse2015-12-291-0/+6
* | | Merge branch 'fix-spelling-mistake' into 'master' Robert Speicher2015-12-291-3/+3
|\ \ \
| * | | Fix spelling mistake, thanks Connor.fix-spelling-mistakeSytse Sijbrandij2015-12-281-3/+3
* | | | Handle missing settings table for metricsYorick Peterse2015-12-281-1/+1
|/ / /
* | | Merge branch 'influxdb' into 'master' Dmitriy Zaporozhets2015-12-2812-0/+799
|\ \ \
| * | | Track object counts using the "allocations" GemYorick Peterse2015-12-171-0/+4
| * | | Support for instrumenting class hierarchiesYorick Peterse2015-12-171-0/+33
| * | | Only track method calls above a certain thresholdYorick Peterse2015-12-171-0/+24
| * | | Allow filtering of what methods to instrumentYorick Peterse2015-12-171-0/+16
| * | | Track location information as tagsYorick Peterse2015-12-172-4/+10
| * | | Replace double quotes when obfuscating SQLYorick Peterse2015-12-171-0/+8
| * | | Track object count types as tagsYorick Peterse2015-12-171-1/+2
| * | | Only instrument methods defined directlyYorick Peterse2015-12-171-0/+26
| * | | Added Instrumentation.configureYorick Peterse2015-12-171-1/+9