summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Write to InfluxDB directly via UDPinfluxdb-without-sidekiqYorick Peterse2015-12-2917-154/+148
* Strip newlines from obfuscated SQLYorick Peterse2015-12-292-1/+7
* Merge branch 'feature/recaptcha_settings' into 'master' Dmitriy Zaporozhets2015-12-2913-71/+84
|\
| * When reCAPTCHA is disabled, allow registrations to go through without a codefeature/recaptcha_settingsStan Hu2015-12-281-1/+1
| * reCAPTCHA is configurable through Admin Settings, no reload needed.Gabriel Mazetto2015-12-2813-71/+84
* | Merge branch 'fix-spelling-mistake' into 'master' Robert Speicher2015-12-292-4/+4
|\ \
| * | Fix spelling mistake, thanks Connor.fix-spelling-mistakeSytse Sijbrandij2015-12-282-4/+4
* | | Merge branch 'influxdb-missing-settings' into 'master' Yorick Peterse2015-12-282-7/+11
|\ \ \
| * | | Handle missing settings table for metricsYorick Peterse2015-12-282-7/+11
| | |/ | |/|
* | | Merge branch 'fix_link_permissions' into 'master' Achilleas Pipinellis2015-12-281-3/+3
|\ \ \ | |/ / |/| |
| * | Fix broken link in permissions page [ci skip]Achilleas Pipinellis2015-12-281-3/+3
* | | Merge branch 'relocate-influxdb-settings' into 'master' Yorick Peterse2015-12-287-33/+122
|\ \ \
| * | | Move InfluxDB settings to ApplicationSettingrelocate-influxdb-settingsYorick Peterse2015-12-287-33/+122
* | | | Merge branch 'fix-gitlab-yml-syntax' into 'master' Yorick Peterse2015-12-281-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed syntax in gitlab.yml.exampleYorick Peterse2015-12-281-1/+1
|/ / /
* | | Merge branch 'restart-settings-are-moved-too' into 'master' Dmitriy Zaporozhets2015-12-281-2/+2
|\ \ \
| * | | Restart settings are moved too.Sytse Sijbrandij2015-12-281-2/+2
* | | | Merge branch 'issue-weight-contributing' into 'master' Sytse Sijbrandij2015-12-281-0/+22
|\ \ \ \ | |_|/ / |/| | |
| * | | add issue weight to contributingissue-weight-contributingJob van der Voort2015-12-281-0/+22
* | | | Merge branch 'influxdb' into 'master' Dmitriy Zaporozhets2015-12-2831-12/+1693
|\ \ \ \
| * | | | Added host option for InfluxDBinfluxdbYorick Peterse2015-12-282-1/+3
| * | | | Fixed styling of MetricsWorker specsYorick Peterse2015-12-281-1/+1
| * | | | Use String#delete for removing double quotesYorick Peterse2015-12-281-1/+1
| * | | | Track object counts using the "allocations" GemYorick Peterse2015-12-175-3/+33
| * | | | Instrument all ActiveRecord model methodsYorick Peterse2015-12-173-0/+23
| * | | | Support for instrumenting class hierarchiesYorick Peterse2015-12-172-0/+56
| * | | | Only track method calls above a certain thresholdYorick Peterse2015-12-174-3/+36
| * | | | Allow filtering of what methods to instrumentYorick Peterse2015-12-172-2/+33
| * | | | Drop empty tag values from metricsYorick Peterse2015-12-172-1/+13
| * | | | Cast values to strings before escaping themYorick Peterse2015-12-172-1/+5
| * | | | Track location information as tagsYorick Peterse2015-12-174-16/+32
| * | | | Added specs for MetricsWorkerYorick Peterse2015-12-171-0/+40
| * | | | Replace double quotes when obfuscating SQLYorick Peterse2015-12-172-1/+17
| * | | | Track object count types as tagsYorick Peterse2015-12-172-2/+5
| * | | | Instrument Gitlab::Shel and Gitlab::GitYorick Peterse2015-12-171-0/+12
| * | | | Only instrument methods defined directlyYorick Peterse2015-12-172-3/+33
| * | | | Added Instrumentation.configureYorick Peterse2015-12-172-1/+13
| * | | | Methods for instrumenting multiple methodsYorick Peterse2015-12-172-5/+52
| * | | | Proper method instrumentation for special symbolsYorick Peterse2015-12-171-4/+5
| * | | | Use custom code for instrumenting method callsYorick Peterse2015-12-175-95/+47
| * | | | Use string evaluation for method instrumentationYorick Peterse2015-12-174-13/+16
| * | | | Improved last_relative_application_frame timingsYorick Peterse2015-12-171-5/+8
| * | | | Storing of application metrics in InfluxDBYorick Peterse2015-12-1732-13/+1368
* | | | | Merge branch 'environment-variables-in-the-app' into 'master' Dmitriy Zaporozhets2015-12-284-1/+56
|\ \ \ \ \
| * | | | | Thanks Robert for the corrections in the environment variables docs.environment-variables-in-the-appSytse Sijbrandij2015-12-282-2/+2
| | |_|/ / | |/| | |
| * | | | Add documentation and example file for environent variables.Sytse Sijbrandij2015-12-272-0/+54
| * | | | Use environment variables to configure GitLab.Sytse Sijbrandij2015-12-272-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'disable-git-follow' into 'master' Dmitriy Zaporozhets2015-12-282-1/+4
|\ \ \ \
| * | | | Disable --follow in `git log` to avoid loading duplicate commit data in infin...Stan Hu2015-12-252-1/+4
* | | | | Merge branch 'rs-fix-shortcut-help' into 'master' Dmitriy Zaporozhets2015-12-283-12/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |