summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'improved-leave-project' into 'master' Dmitriy Zaporozhets2016-01-051-2/+4
|\
| * rempves tests for "you have master access" textimproved-leave-projectJacob Schatz2016-01-041-1/+0
| * adds proper `it` for multi line. adds `find` with correct id for button.Jacob Schatz2015-12-281-3/+3
| * Merge branch 'master' into improved-leave-projectJacob Schatz2015-12-281-1/+1
| |\
| * | fixes tests failingJacob Schatz2015-12-281-1/+4
* | | 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
* | | | Don't notify users twice if they are both project watchers and subscribersStan Hu2016-01-041-0/+12
* | | | Merge branch 'show-all-builds-by-default' into 'master' Robert Speicher2016-01-042-54/+88
|\ \ \ \
| * | | | Show 'All' tab by default in the builds pageshow-all-builds-by-defaultDouglas Barbosa Alexandre2016-01-042-54/+88
* | | | | Merge branch 'rs-issue-201' into 'master' Dmitriy Zaporozhets2016-01-041-1/+1
|\ \ \ \ \
| * | | | | Prevent duplicate "username has already been taken" validation messagers-issue-201Robert Speicher2016-01-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'extra-system-hooks' into 'master' Stan Hu2016-01-041-14/+33
|\ \ \ \ \
| * | | | | Added system hooks messages for renaming and transferring a projectSteve Norman2016-01-041-14/+33
| | |/ / / | |/| | |
* | | | | remove public field from namespace and refactoringnamespace-clean_upValery Sizov2016-01-044-125/+1
|/ / / /
* | | | Optimize CSS expressions produced by Nokogiriautocomplete-performanceYorick Peterse2015-12-311-0/+13
|/ / /
* | | Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-3/+0
* | | Merge branch 'upvote_count_to_api' into 'master' Valery Sizov2015-12-291-0/+14
|\ \ \
| * | | Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-0/+14
* | | | Write to InfluxDB directly via UDPYorick Peterse2015-12-295-62/+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-2813-0/+851
|\ \
| * | Fixed styling of MetricsWorker specsYorick Peterse2015-12-281-1/+1
| * | 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
| * | Drop empty tag values from metricsYorick Peterse2015-12-171-0/+8
| * | Cast values to strings before escaping themYorick Peterse2015-12-171-0/+4
| * | Track location information as tagsYorick Peterse2015-12-172-4/+10
| * | Added specs for MetricsWorkerYorick Peterse2015-12-171-0/+40
| * | 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
| * | Methods for instrumenting multiple methodsYorick Peterse2015-12-171-5/+29
| * | Use custom code for instrumenting method callsYorick Peterse2015-12-172-46/+16
| * | Use string evaluation for method instrumentationYorick Peterse2015-12-172-4/+5