Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix linksupdate-helm-chart-docs | Joshua Lambert | 2018-02-06 | 1 | -2/+2 |
| | |||||
* | Typos | Joshua Lambert | 2018-02-06 | 1 | -2/+2 |
| | |||||
* | Clarify that gitlab-omnibus is the best way to install gitlab | Joshua Lambert | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Minor cleanup 2.0 | Joshua Lambert | 2018-01-31 | 2 | -2/+2 |
| | |||||
* | Minor cleanup | Joshua Lambert | 2018-01-31 | 2 | -2/+2 |
| | |||||
* | Updates to helm chart docs | Joshua Lambert | 2018-01-31 | 2 | -11/+12 |
| | |||||
* | Merge branch 'fix/add-support-for-pre-receive-error-in-merge-branch' into ↵42613-clean-up-old-project-permissions-frontend-code42242-clean-up-error-handling-in-project-permissions-page | Robert Speicher | 2018-01-30 | 1 | -1/+7 |
|\ | | | | | | | | | | | | | | | | | 'master' Add support for PreReceiveError in UserMergeBranch RPC Closes gitaly#979 See merge request gitlab-org/gitlab-ce!16765 | ||||
| * | Add support for PreReceiveError in UserMergeBranch RPCfix/add-support-for-pre-receive-error-in-merge-branch | Ahmad Sherif | 2018-01-30 | 4 | -5/+11 |
| | | | | | | | | Closes gitaly#979 | ||||
* | | Merge branch 'feature/migrate-delete-refs-to-gitaly' into 'master' | Robert Speicher | 2018-01-30 | 7 | -38/+59 |
|\ \ | |/ |/| | | | | | | | | | Migrate Git::Repository#delete_refs to Gitaly Closes gitaly#967 See merge request gitlab-org/gitlab-ce!16723 | ||||
| * | Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitaly | Ahmad Sherif | 2018-01-30 | 7 | -38/+59 |
| | | | | | | | | Closes gitaly#967 | ||||
* | | Merge branch '41771-reduce-cardinality-of-metrics' into 'master' | Grzegorz Bizon | 2018-01-30 | 19 | -373/+622 |
|\ \ | |/ |/| | | | | | | | | | Reduce the cardinality of GitLab metrics Closes #41771 See merge request gitlab-org/gitlab-ce!16443 | ||||
| * | Rename Concern -> Methods41771-reduce-cardinality-of-metrics | Pawel Chojnacki | 2018-01-29 | 9 | -10/+10 |
| | | |||||
| * | add comment aabout hotspots | Pawel Chojnacki | 2018-01-29 | 1 | -0/+1 |
| | | |||||
| * | use public_send where appropriate | Pawel Chojnacki | 2018-01-29 | 1 | -3/+3 |
| | | |||||
| * | remove unused (?) variables | Pawel Chojnacki | 2018-01-29 | 1 | -3/+0 |
| | | |||||
| * | Use class variables for metrics provider cache | Pawel Chojnacki | 2018-01-29 | 1 | -6/+5 |
| | | |||||
| * | before -> after | Pawel Chojnacki | 2018-01-29 | 2 | -2/+2 |
| | | |||||
| * | use define_method to define devine_metric_method. (couldn't resist) | Pawel Chojnacki | 2018-01-29 | 1 | -15/+12 |
| | | |||||
| * | fix typo in the buckets | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| | | |||||
| * | Do not use include Gitlab::CurrentSettings unnecessarily | Pawel Chojnacki | 2018-01-29 | 2 | -13/+15 |
| | | |||||
| * | Let mutex be initialized only once | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fix wrong histograam buckets | Pawel Chojnacki | 2018-01-29 | 2 | -2/+2 |
| | | |||||
| * | Add missing feature gate for cpu metrics | Pawel Chojnacki | 2018-01-29 | 1 | -1/+1 |
| | | |||||
| * | Fix ruby sampler spec | Pawel Chojnacki | 2018-01-29 | 1 | -12/+10 |
| | | |||||
| * | Refactor metrics to use metrics dsl notation | Pawel Chojnacki | 2018-01-29 | 3 | -20/+24 |
| | | |||||
| * | Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is ↵ | Pawel Chojnacki | 2018-01-29 | 5 | -150/+157 |
| | | | | | | | | inherited. | ||||
| * | Move prometheus metrics to module. Use class instance variables for metrics ↵ | Pawel Chojnacki | 2018-01-29 | 4 | -52/+57 |
| | | | | | | | | and metrics cache in metrics concern | ||||
| * | use class variable for Mutex instead of Const | Pawel Chojnacki | 2018-01-29 | 1 | -2/+7 |
| | | |||||
| * | Cleanup rspec | Pawel Chojnacki | 2018-01-29 | 2 | -24/+26 |
| | | |||||
| * | NullMetric as a singleton | Pawel Chojnacki | 2018-01-29 | 4 | -3/+7 |
| | | |||||
| * | Avoid cascading locking | Pawel Chojnacki | 2018-01-29 | 2 | -7/+13 |
| | | |||||
| * | Migrate and reduce the buckets of Gitaly metrics | Pawel Chojnacki | 2018-01-29 | 2 | -25/+12 |
| | | | | | | | | | | /cc @bjk-gitlab /cc @zj | ||||
| * | Test if feature is respected | Pawel Chojnacki | 2018-01-29 | 2 | -21/+54 |
| | | |||||
| * | Add changelog | Pawel Chojnacki | 2018-01-29 | 1 | -0/+5 |
| | | |||||
| * | Small Concern_spec cleanup | Pawel Chojnacki | 2018-01-29 | 1 | -3/+1 |
| | | |||||
| * | Add Tests for Metrics::Concern | Pawel Chojnacki | 2018-01-29 | 2 | -3/+104 |
| | | |||||
| * | Use Global Mutex, and class instance variables using | Pawel Chojnacki | 2018-01-29 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | ``` metric = @_metrics_provider_cache&.[](name) return metric if metric `` acccessor that only slightly slower (<20ns) than direct class variable access | ||||
| * | Fix rubocop warnings | Pawel Chojnacki | 2018-01-29 | 2 | -18/+19 |
| | | |||||
| * | Fix tests | Pawel Chojnacki | 2018-01-29 | 2 | -4/+4 |
| | | |||||
| * | Convert active record | Pawel Chojnacki | 2018-01-29 | 2 | -11/+9 |
| | | |||||
| * | Fix helper methods and document metric builder options | Pawel Chojnacki | 2018-01-29 | 2 | -4/+13 |
| | | |||||
| * | Reduce cardinality and convert some metrics to new scheme | Pawel Chojnacki | 2018-01-29 | 2 | -17/+22 |
| | | |||||
| * | Put View instrumentation and transaction memory use behind feature | Pawel Chojnacki | 2018-01-29 | 2 | -7/+9 |
| | | |||||
| * | Fix code after refactoring | Pawel Chojnacki | 2018-01-29 | 5 | -46/+45 |
| | | |||||
| * | Refactor method concern to use hashes | Pawel Chojnacki | 2018-01-29 | 2 | -51/+135 |
| | | |||||
| * | Refactor transaction metrics | Pawel Chojnacki | 2018-01-29 | 1 | -59/+22 |
| | | |||||
| * | cleanup method call | Pawel Chojnacki | 2018-01-29 | 3 | -35/+17 |
| | | |||||
| * | Actually make the new methods work | Pawel Chojnacki | 2018-01-29 | 2 | -23/+27 |
| | | |||||
| * | Initiaal implementation of metrics concern | Pawel Chojnacki | 2018-01-29 | 3 | -44/+96 |
| | | |||||
* | | Merge branch 'cal-label-fix' into 'master' | Annabel Dunstone Gray | 2018-01-30 | 2 | -1/+6 |
|\ \ | | | | | | | | | | | | | Contribution calendar label cutoff fix See merge request gitlab-org/gitlab-ce!16769 |