| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | Guard metrics creation with a mutex | Pawel Chojnacki | 2017-11-02 | 1 | -7/+23 | |
| | | * | | | | | Move labels tests from Metrics rack spec to Transaction spec | Pawel Chojnacki | 2017-11-02 | 2 | -19/+19 | |
| | | * | | | | | Fix rspec errors, and add more tests to MethodCall and ActionView | Pawel Chojnacki | 2017-11-02 | 2 | -5/+21 | |
| | | * | | | | | Fix Active record and transaction specs | Pawel Chojnacki | 2017-11-02 | 1 | -1/+1 | |
| | | * | | | | | Fix rubocop warnings | Pawel Chojnacki | 2017-11-02 | 4 | -4/+3 | |
| | | * | | | | | Differentiatie between class and instance methods | Pawel Chojnacki | 2017-11-02 | 1 | -4/+6 | |
| | | * | | | | | Split call name to module and method name | Pawel Chojnacki | 2017-11-02 | 4 | -10/+27 | |
| | | * | | | | | More parsable labels in method performance measurements | Pawel Chojnacki | 2017-11-02 | 2 | -7/+7 | |
| | | * | | | | | Make transaction labels more readable | Pawel Chojnacki | 2017-11-02 | 3 | -34/+48 | |
| | | * | | | | | Fix measure codde to work with seconds | Pawel Chojnacki | 2017-11-02 | 1 | -2/+2 | |
| | | * | | | | | Rails cache metrics name alignment | Pawel Chojnacki | 2017-11-02 | 1 | -8/+8 | |
| | | * | | | | | Transaction needs to be able to describe controller action by itself | Pawel Chojnacki | 2017-11-02 | 2 | -71/+73 | |
| | | * | | | | | Tune bucket sizes an action labels | Pawel Chojnacki | 2017-11-02 | 4 | -19/+19 | |
| | | * | | | | | Add action tag to more metrics | Pawel Chojnacki | 2017-11-02 | 2 | -7/+30 | |
| | | * | | | | | Introduce missing Action concept | Pawel Chojnacki | 2017-11-02 | 4 | -33/+62 | |
| | | * | | | | | Cleanup transaction metrics | Pawel Chojnacki | 2017-11-02 | 3 | -20/+35 | |
| | | * | | | | | Cleanup sampling code and fix bug with samplers running without sleep | Pawel Chojnacki | 2017-11-02 | 5 | -29/+20 | |
| | | * | | | | | remove common Base Sampler code | Pawel Chojnacki | 2017-11-02 | 1 | -53/+18 | |
| | | * | | | | | Remove transaction tags and map transaction metrics to prometheus | Pawel Chojnacki | 2017-11-02 | 2 | -25/+24 | |
| | | * | | | | | Transaction and method instrumentation | Pawel Chojnacki | 2017-11-02 | 3 | -26/+58 | |
| | | * | | | | | Finished Ruby Sampler | Pawel Chojnacki | 2017-11-02 | 1 | -18/+20 | |
| | | * | | | | | Add samples total and cleanup | Pawel Chojnacki | 2017-11-02 | 1 | -26/+53 | |
| | | * | | | | | Add GC sampler and small refactor of samplers | Pawel Chojnacki | 2017-11-02 | 7 | -212/+338 | |
| | | | |/ / / | | |/| | | | ||||||
| | * | | | | | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master' | Sean McGivern | 2017-11-06 | 3 | -3/+1 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | fix the failing specremove-ensure-ref-fetched-from-controllers | micael.bergeron | 2017-11-03 | 1 | -1/+0 | |
| | | * | | | | | removed the #ensure_ref_fetched from all controllers | micael.bergeron | 2017-11-03 | 2 | -2/+1 | |
| | | |/ / / / | ||||||
| | * | | | | | Resolve "DashboardController#activity.json is slow due to SQL" | Francisco Javier López | 2017-11-06 | 10 | -60/+88 | |
| | * | | | | | Merge branch 'jej/fs-prevent-push-when-missing-objects' into 'master' | Douwe Maan | 2017-11-06 | 2 | -1/+35 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Prevent git push when LFS objects are missing | James Edwards-Jones | 2017-11-06 | 2 | -1/+35 | |
| | * | | | | | | Merge branch 'dm-reallow-project-path-ending-in-period' into 'master' | Sean McGivern | 2017-11-06 | 4 | -4/+4 | |
| | |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | | * | | | | | Reallow project paths ending in periodsdm-reallow-project-path-ending-in-period | Douwe Maan | 2017-11-06 | 4 | -4/+4 | |
| | * | | | | | | Merge branch 'expose-job-duration' into 'master' | Rémy Coutable | 2017-11-06 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Expose `duration` in Job API entity | Mehdi Lahmam | 2017-11-05 | 1 | -0/+1 | |
| | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | | Merge branch 'jej/fix-lfs-changes-laziness' into 'master' | Douwe Maan | 2017-11-06 | 3 | -27/+42 | |
| | |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | | Gitlab::Git::RevList and LfsChanges use lazy popenjej/fix-lfs-changes-laziness | James Edwards-Jones | 2017-11-06 | 2 | -25/+35 | |
| | | * | | | | | Gitlab::Git::Popen can lazily hand output to a block | James Edwards-Jones | 2017-11-06 | 1 | -2/+7 | |
| * | | | | | | | Add Helm import/export | Alessio Caiazza | 2017-11-06 | 2 | -2/+3 | |
| * | | | | | | | Merge branch 'refactor-clusters' into 38464-k8s-apps | Alessio Caiazza | 2017-11-06 | 4 | -9/+118 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-06 | 4 | -9/+118 | |
| | |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | | * | | | | | Merge branch 'ce-gitlab-git-backport' into 'master' | Sean McGivern | 2017-11-06 | 4 | -9/+118 | |
| | | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | | | * | | | | Encapsulate git operations for mirroring in Gitlab::Git | Alejandro Rodríguez | 2017-11-03 | 4 | -9/+118 | |
| | | | | |_|/ | | | |/| | | ||||||
| * | | | | | | Merge branch 'refactor-clusters' into 38464-k8s-apps | Alessio Caiazza | 2017-11-06 | 5 | -4/+89 | |
| |\ \ \ \ \ \ | |/ / / / / | ||||||
| | * | | | | | Merge branch 'master' into refactor-clusters | Shinya Maeda | 2017-11-05 | 5 | -4/+89 | |
| | |\ \ \ \ \ | | |/ / / / | ||||||
| | | * | | | | Merge branch 'sh-headless-chrome-support' into 'master' | Stan Hu | 2017-11-03 | 2 | -0/+83 | |
| | | |\ \ \ \ | ||||||
| | | | * \ \ \ | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-11-03 | 2 | -2/+4 | |
| | | | |\ \ \ \ | ||||||
| | | | * \ \ \ \ | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-11-02 | 46 | -230/+426 | |
| | | | |\ \ \ \ \ | | | | | |/ / / | | | | |/| | | | ||||||
| | | | * | | | | | fix bracket styling | Mike Greiling | 2017-11-02 | 1 | -5/+5 | |
| | | | * | | | | | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-10-31 | 13 | -28/+185 | |
| | | | |\ \ \ \ \ | ||||||
| | | | * | | | | | | allow inspect_request to inject request headers in order to test Sendfile req... | Mike Greiling | 2017-10-30 | 1 | -1/+11 | |
| | | | * | | | | | | Merge branch 'master' into sh-headless-chrome-support | Mike Greiling | 2017-10-29 | 25 | -45/+309 | |
| | | | |\ \ \ \ \ \ | ||||||
