summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-api-lookup-with-usernames-with-dots' of https://gitlab.com/...Dmitriy Zaporozhets2016-01-051-1/+1
|\
| * Fix API project lookups when querying with a namespace with dotsStan Hu2016-01-031-1/+1
* | Merge branch 'metrics-tuning' into 'master' Dmitriy Zaporozhets2016-01-058-112/+59
|\ \
| * | Automatically prefix transaction series namesYorick Peterse2016-01-043-12/+11
| * | Use separate series for Rails/Sidekiq sample statsYorick Peterse2016-01-041-5/+14
| * | Track total method call times per transactionYorick Peterse2016-01-041-0/+2
| * | Track total query/view timings in transactionsYorick Peterse2016-01-042-0/+23
| * | Ability to increment custom transaction valuesYorick Peterse2016-01-041-2/+13
| * | Removed tracking of hostnames for metricsYorick Peterse2015-12-312-10/+2
| * | Use separate series for Rails/Sidekiq transactionsYorick Peterse2015-12-314-8/+10
| * | Cache InfluxDB settings after the first useYorick Peterse2015-12-311-14/+18
| * | Removed tracking of raw SQL queriesYorick Peterse2015-12-312-95/+0
| |/
* | Add DEBUG_BANZAI_CACHE env var to debug Banzai cache issue.debug-banzai-cacheDouwe Maan2016-01-041-7/+14
* | Merge branch 'autocomplete-performance' into 'master' Dmitriy Zaporozhets2016-01-045-5/+33
|\ \
| * | Optimize CSS expressions produced by Nokogiriautocomplete-performanceYorick Peterse2015-12-313-2/+20
| * | Don't use delegate to delegate trivial methodsYorick Peterse2015-12-311-1/+11
| * | Use XPath for searching link nodesYorick Peterse2015-12-311-2/+2
| |/
* | Simplify `ContributionsCalendar#starting_year` and `#starting_month`Robert Speicher2016-01-011-2/+2
|/
* Removed various default metrics tagsreduce-influxdb-tagsYorick Peterse2015-12-311-5/+2
* Make sure that is no pending migrations in Gitlab::CurrentSettingsfix-buildDouglas Barbosa Alexandre2015-12-301-1/+3
* Merge branch 'upvote_count_to_api' into 'master' Valery Sizov2015-12-291-1/+0
|\
| * Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-1/+0
* | Use Gitlab::CurrentSettings for InfluxDBYorick Peterse2015-12-291-25/+11
* | Write to InfluxDB directly via UDPYorick Peterse2015-12-296-13/+40
* | Strip newlines from obfuscated SQLYorick Peterse2015-12-291-1/+1
* | Merge branch 'feature/recaptcha_settings' into 'master' Dmitriy Zaporozhets2015-12-291-0/+14
|\ \
| * | reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-281-0/+14
* | | Handle missing settings table for metricsYorick Peterse2015-12-281-6/+10
|/ /
* | Move InfluxDB settings to ApplicationSettingrelocate-influxdb-settingsYorick Peterse2015-12-281-8/+24
* | Merge branch 'influxdb' into 'master' Dmitriy Zaporozhets2015-12-2812-0/+702
|\ \
| * | Added host option for InfluxDBinfluxdbYorick Peterse2015-12-281-1/+2
| * | Use String#delete for removing double quotesYorick Peterse2015-12-281-1/+1
| * | Track object counts using the "allocations" GemYorick Peterse2015-12-172-3/+26
| * | Support for instrumenting class hierarchiesYorick Peterse2015-12-171-0/+23
| * | Only track method calls above a certain thresholdYorick Peterse2015-12-172-3/+9
| * | Allow filtering of what methods to instrumentYorick Peterse2015-12-171-2/+17
| * | Track location information as tagsYorick Peterse2015-12-172-12/+22
| * | Replace double quotes when obfuscating SQLYorick Peterse2015-12-171-1/+9
| * | Track object count types as tagsYorick Peterse2015-12-171-1/+3
| * | Only instrument methods defined directlyYorick Peterse2015-12-171-3/+7
| * | Added Instrumentation.configureYorick Peterse2015-12-171-0/+4
| * | Methods for instrumenting multiple methodsYorick Peterse2015-12-171-0/+23
| * | Proper method instrumentation for special symbolsYorick Peterse2015-12-171-4/+5
| * | Use custom code for instrumenting method callsYorick Peterse2015-12-172-48/+31
| * | Use string evaluation for method instrumentationYorick Peterse2015-12-172-9/+11
| * | Improved last_relative_application_frame timingsYorick Peterse2015-12-171-5/+8
| * | Storing of application metrics in InfluxDBYorick Peterse2015-12-1713-0/+594
* | | Merge branch 'mention-all' into 'master' Robert Speicher2015-12-275-13/+40
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into mention-allDouwe Maan2015-12-242-4/+4
| |\ \
| * | | Only allow group/project members to mention `@all`Douwe Maan2015-12-245-13/+40