summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set BUNDLE_PATH in scripts/gitaly-test-spawn42624-gitaly-bundle-isolation-not-working-in-ciRémy Coutable2018-02-011-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Set a correct GEM_PATH in scripts/gitaly-test-spawnRémy Coutable2018-02-011-1/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't set GEM_PATH in scripts/gitlab-test-spawnRémy Coutable2018-02-011-2/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Testing setting GEM_PATH with Bundler.bundle_pathRémy Coutable2018-02-011-4/+15
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove Rugged::Walk implementation of #logJacob Vosmaer2018-02-013-63/+2
|
* Add debug in scripts/gitaly-test-spawnRémy Coutable2018-02-011-3/+27
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't install gitaly-ruby gems in the top-level vendor/ to ensure ↵Rémy Coutable2018-01-311-6/+1
| | | | | | gitlay-ruby gems are isolated Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'sh-fix-project-members-api-perf' into 'master'Rémy Coutable2018-01-316-30/+46
|\ | | | | | | | | Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints See merge request gitlab-org/gitlab-ce!16751
| * Remove N+1 queries with /projects/:project_id/{access_requests,members} API ↵sh-fix-project-members-api-perfStan Hu2018-01-306-30/+46
| | | | | | | | | | | | | | | | | | | | | | endpoints We can simplify the code quite a bit and improve performance by using grape-entity merge fields: https://github.com/ruby-grape/grape-entity/tree/v0.6.0#merge-fields Relates to #42030
* | Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern2018-01-3111-102/+551
|\ \ | | | | | | | | | | | | Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
| * | Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-3113-106/+555
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
* | | Merge branch 'qa-new-dropzone-component' into 'master'Grzegorz Bizon2018-01-314-17/+41
|\ \ \ | | | | | | | | | | | | | | | | Introduce a new QA::Gitlab::Page::Component::Dropzone class See merge request gitlab-org/gitlab-ce!16805
| * | | Introduce a new QA::Gitlab::Page::Component::Dropzone classRémy Coutable2018-01-314-17/+41
| | |/ | |/| | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch 'fix/move-can-be-merged-to-lib-git' into 'master'Grzegorz Bizon2018-01-312-1/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Move Repository#can_be_merged? to Gitlab::Git::Repository Closes #42544 See merge request gitlab-org/gitlab-ce!16771
| * | | Move Repository#can_be_merged? to Gitlab::Git::Repositoryfix/move-can-be-merged-to-lib-gitAhmad Sherif2018-01-302-19/+19
| | | | | | | | | | | | | | | | Fixes #42544
* | | | Merge branch 'sh-fix-events-collection' into 'master'Rémy Coutable2018-01-313-1/+29
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix not all events being shown in group dashboard Closes #42560 See merge request gitlab-org/gitlab-ce!16819
| * | | | Fix not all events being shown in group dashboardsh-fix-events-collectionStan Hu2018-01-303-1/+29
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The group activity feed was limited to the first 20 projects found in the group, which caused activity from some projects to be omitted. A limit of 20 is applied to the query for events, so the extra pagination does little in the way of performance. Closes #42560
* | | | Merge branch 'rc/remove-brakeman-from-codequality' into 'master'Dmitriy Zaporozhets2018-01-311-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove brakeman from .codeclimate.yml since it's now covered by the sast CI job See merge request gitlab-org/gitlab-ce!16808
| * | | | Remove brakeman from .codeclimate.yml since it's now covered by the sast CI jobrc/remove-brakeman-from-codequalityRémy Coutable2018-01-301-2/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '42239-fix-mysql-source-installs' into 'master'Rémy Coutable2018-01-312-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 initializersNick Thomas2018-01-302-44/+48
| | | | | |
* | | | | | Merge branch '4635-unify-jobs-and-builds-sepc' into 'master'Rémy Coutable2018-01-312-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-sepcLin Jen-Shin2018-01-312-52/+73
| | | | | | |
* | | | | | | Merge branch 'update-qa-docs-with-directory-req' into 'master'Grzegorz Bizon2018-01-311-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-reqEric Eastwood2018-01-311-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 Lacerda2018-01-3115-284/+230
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
| * | | | | | | | fixed failing specsph-ajax-to-axiosPhil Hughes2018-01-302-2/+2
| | | | | | | | |
| * | | | | | | | potential fix for tests crashingPhil Hughes2018-01-301-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use underscore noop instead of jquery
| * | | | | | | | EE backport for callback being optionalPhil Hughes2018-01-301-1/+1
| | | | | | | | |
| * | | | | | | | more EE backportsPhil Hughes2018-01-301-2/+10
| | | | | | | | |
| * | | | | | | | backported changed from EEPhil Hughes2018-01-301-1/+5
| | | | | | | | |
| * | | | | | | | fixed failing IDE testPhil Hughes2018-01-301-1/+1
| | | | | | | | |
| * | | | | | | | fixed more unhandled promise rejectionsPhil Hughes2018-01-302-5/+13
| | | | | | | | |
| * | | | | | | | fixed unhandled promise rejectionPhil Hughes2018-01-301-2/+4
| | | | | | | | |
| * | | | | | | | changed commits.js to axiosPhil Hughes2018-01-302-28/+49
| | | | | | | | |
| * | | | | | | | converted blob viewer to axiosPhil Hughes2018-01-302-33/+25
| | | | | | | | |
| * | | | | | | | spec fixes after API axios changePhil Hughes2018-01-303-11/+19
| | | | | | | | |
| * | | | | | | | Converted API.js to axiosPhil Hughes2018-01-305-200/+102
| | | | | | | | |
* | | | | | | | | Merge branch 'docs-42499-api-repo-archive-format-param' into 'master'Achilleas Pipinellis2018-01-311-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 endpointMark Fletcher2018-01-291-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-pageRobert Speicher2018-01-301-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-branchAhmad Sherif2018-01-304-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#979
* | | | | | | | | | Merge branch 'feature/migrate-delete-refs-to-gitaly' into 'master'Robert Speicher2018-01-307-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-gitalyAhmad Sherif2018-01-307-38/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#967
* | | | | | | | | | Merge branch '41771-reduce-cardinality-of-metrics' into 'master'Grzegorz Bizon2018-01-3019-373/+622
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce the cardinality of GitLab metrics Closes #41771 See merge request gitlab-org/gitlab-ce!16443
| * | | | | | | | | Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-299-10/+10
| | | | | | | | | |
| * | | | | | | | | add comment aabout hotspotsPawel Chojnacki2018-01-291-0/+1
| | | | | | | | | |
| * | | | | | | | | use public_send where appropriatePawel Chojnacki2018-01-291-3/+3
| | | | | | | | | |
| * | | | | | | | | remove unused (?) variablesPawel Chojnacki2018-01-291-3/+0
| | | | | | | | | |
| * | | | | | | | | Use class variables for metrics provider cachePawel Chojnacki2018-01-291-6/+5
| | | | | | | | | |