Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a QA scenario for creating an issueqa-160 | Rémy Coutable | 2018-01-31 | 2 | -2/+18 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch '42239-fix-mysql-source-installs' into 'master' | Rémy Coutable | 2018-01-31 | 2 | -44/+48 |
|\ | | | | | | | | | | | | | Resolve "mysql-only installation from source broken: Gem::LoadError: pg is not part of the bundle" Closes #42239 See merge request gitlab-org/gitlab-ce!16810 | ||||
| * | Don't assume postgresql in two initializers | Nick Thomas | 2018-01-30 | 2 | -44/+48 |
| | | |||||
* | | Merge branch '4635-unify-jobs-and-builds-sepc' into 'master' | Rémy Coutable | 2018-01-31 | 2 | -52/+73 |
|\ \ | | | | | | | | | | | | | Unify and split CE/EE for spec/requests/api/jobs_spec.rb See merge request gitlab-org/gitlab-ce!16804 | ||||
| * | | Make those files as close as EE to reduce conflicts4635-unify-jobs-and-builds-sepc | Lin Jen-Shin | 2018-01-31 | 2 | -52/+73 |
| | | | |||||
* | | | Merge branch 'update-qa-docs-with-directory-req' into 'master' | Grzegorz Bizon | 2018-01-31 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Add note about needing to be in the `$gdk/gitlab/qa` directory for `bin/qa` to work properly See merge request gitlab-org/gitlab-ce!16824 [ci skip] | ||||
| * | | | Add note about being in the `qa` directory for `bin/qa` to workupdate-qa-docs-with-directory-req | Eric Eastwood | 2018-01-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | I ran into some issues when trying it out https://gitlab.slack.com/archives/C3JJET4Q6/p1517384135000134 | ||||
* | | | | Merge branch 'ph-ajax-to-axios' into 'master' | Filipa Lacerda | 2018-01-31 | 15 | -284/+230 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717 | ||||
| * | | | | fixed failing specsph-ajax-to-axios | Phil Hughes | 2018-01-30 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | potential fix for tests crashing | Phil Hughes | 2018-01-30 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | use underscore noop instead of jquery | ||||
| * | | | | EE backport for callback being optional | Phil Hughes | 2018-01-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | more EE backports | Phil Hughes | 2018-01-30 | 1 | -2/+10 |
| | | | | | |||||
| * | | | | backported changed from EE | Phil Hughes | 2018-01-30 | 1 | -1/+5 |
| | | | | | |||||
| * | | | | fixed failing IDE test | Phil Hughes | 2018-01-30 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixed more unhandled promise rejections | Phil Hughes | 2018-01-30 | 2 | -5/+13 |
| | | | | | |||||
| * | | | | fixed unhandled promise rejection | Phil Hughes | 2018-01-30 | 1 | -2/+4 |
| | | | | | |||||
| * | | | | changed commits.js to axios | Phil Hughes | 2018-01-30 | 2 | -28/+49 |
| | | | | | |||||
| * | | | | converted blob viewer to axios | Phil Hughes | 2018-01-30 | 2 | -33/+25 |
| | | | | | |||||
| * | | | | spec fixes after API axios change | Phil Hughes | 2018-01-30 | 3 | -11/+19 |
| | | | | | |||||
| * | | | | Converted API.js to axios | Phil Hughes | 2018-01-30 | 5 | -200/+102 |
| | | | | | |||||
* | | | | | Merge branch 'docs-42499-api-repo-archive-format-param' into 'master' | Achilleas Pipinellis | 2018-01-31 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document format parameter for Repository Archive endpoint Closes #42499 See merge request gitlab-org/gitlab-ce!16766 | ||||
| * | | | | | Document format parameter for Repository Archive endpoint | Mark Fletcher | 2018-01-29 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | 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 |
| | | | | | | |