summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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 'api-support-starred-projects' into 'master' Dmitriy Zaporozhets2015-12-161-0/+11
|\
| * Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-0/+11
* | Merge branch 'fix_rubocop' into 'master' Robert Speicher2015-12-161-1/+1
|\ \ | |/ |/|
| * Fix Rubocop complain.fix_rubocopRubén Dávila2015-12-161-1/+1
* | Merge branch 'disable-markdown-cache' into 'master' Douwe Maan2015-12-161-1/+3
|\ \ | |/ |/|
| * Temporarily disable Markdown cachingDouwe Maan2015-12-161-1/+3
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-12-164-292/+6
|\ \ | |/
| * Merge branch 'workhorse-passthrough' into 'master' Kamil Trzciński2015-12-164-292/+6
| |\
| | * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into workhorse-passt...Jacob Vosmaer2015-12-1523-352/+162
| | |\
| | * | Update init script options for gitlab-workhorseJacob Vosmaer2015-12-152-2/+3
| | * | Pass all requests from NGINX to gitlab-workhorseJacob Vosmaer2015-12-112-290/+3
* | | | Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets2015-12-161-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Add open_issues_count to project APIStan Hu2015-12-111-0/+1
* | | | Merge remote-tracking branch 'origin/feature/update-rubocop'Dmitriy Zaporozhets2015-12-1613-16/+21
|\ \ \ \
| * | | | Fixed Rubocop offensesGabriel Mazetto2015-12-1513-16/+21
| | |_|/ | |/| |
* | | | Merge branch 'lazy-reference-extractor' into 'master' Robert Speicher2015-12-1554-421/+471
|\ \ \ \
| * | | | Use lazy reference extractor to get issue's MRslazy-reference-extractorDouwe Maan2015-12-151-1/+1
| * | | | Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-1554-421/+471
| |/ / /
* | | | Merge branch 'add_user_repo_integrity_rake_task' into 'master' Robert Speicher2015-12-151-4/+52
|\ \ \ \ | |/ / / |/| | |
| * | | [ci skip] Add user repository integrity check rake taskDrew Blessing2015-12-141-4/+52
| | |/ | |/|
* | | Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-1426-376/+368
|\ \ \
| * \ \ Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-1420-310/+69
| |\ \ \
| | * | | Use Gitlab::Git instead of Ci::GitKamil Trzcinski2015-12-111-5/+0
| | * | | Fix specsKamil Trzcinski2015-12-111-1/+1
| | * | | Fix after column renameKamil Trzcinski2015-12-111-9/+0
| | * | | Fix triggers testsKamil Trzcinski2015-12-111-1/+1
| | * | | Reimplement Trigger APIKamil Trzcinski2015-12-113-0/+53
| | * | | Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-112-3/+3
| | * | | Add runners tokenKamil Trzcinski2015-12-114-7/+3
| | * | | Migrate CI::Project to ProjectKamil Trzcinski2015-12-1115-295/+19
| * | | | Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-145-40/+87
| |\ \ \ \ | | |/ / /
| | * | | Migrate CI WebHooks and Emails to new tablesKamil Trzcinski2015-12-101-0/+18
| | * | | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-104-40/+69