An error occurred fetching the project authors.
- 02 Dec, 2019 2 commits
-
-
Gabriel Mazetto authored
Renamed DeleteBranchService into Branches::DeleteService and renamed its usages. Fixed related tests with new lines to make separation between the 4 stages of the test clear. Some extra codestyle changes.
-
Gabriel Mazetto authored
Renamed CreateBranchService into Branches::CreateService and renamed its usages. Fixed related tests with new lines to make separation between the 4 stages of the test clear. Some extra codestyle changes.
-
- 30 Sep, 2019 1 commit
-
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/issues/66200, we saw that many clients accidentally request diverging counts for all branches only because there are no stale/active branches in the project. This has been fixed on the frontend in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32496. To prevent this endpoint from calling Gitaly too many times, we require that branch names be specified if the total number of branches exceeds the limit (20).
-
- 17 Sep, 2019 1 commit
-
-
Yorick Peterse authored
This changes any mention of gitlab-ce to gitlab-foss, and any mention of gitlab-ee to just gitlab.
-
- 05 Aug, 2019 1 commit
-
-
Daniel Gerhardt authored
!31480 does not fully restore compatibility because another Ruby 2.6 feature besides `Enumerable#filter` was used in commit ca5cd7b7. The use of `Enumerable#to_h`'s block is now replaced by an explicit `Enumerable#map` call. Error message: TypeError (wrong element type Gitlab::Git::Branch at 0 (expected array)): app/controllers/projects/branches_controller.rb:53:in `to_h' See https://bugs.ruby-lang.org/issues/15143. Fixes #64143.
-
- 05 Jul, 2019 2 commits
-
-
Phil Hughes authored
-
-
- 01 Jul, 2019 1 commit
-
-
Patrick Bajao authored
If user can update an issue under the specified confidential issue project, should be able to find the project.
-
- 28 Jun, 2019 3 commits
-
-
Patrick Bajao authored
When `confidential_issue_project_id` is set and the issue is under that project, create the a note about branch creation in that project. If not, do nothing. When creating `new_merge_request` system note, set the project where the MR will be referenced from so it'll be linked to when the MR is created in another project.
-
Patrick Bajao authored
Accept a `confidential_issue_project_id` param which will be used for the system note target. This also includes some refactoring on the spec to use shared examples.
-
Igor Drozdov authored
Extract diverging_commit_counts into a service class
-
- 22 Apr, 2019 2 commits
-
-
- 12 Apr, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 09 Apr, 2019 1 commit
-
-
Zeger-Jan van de Weg authored
To make sure all known issues are linked to the correct epic, I've gone through the code base, and updated the comments where required.
-
- 27 Mar, 2019 2 commits
-
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
Martin Wortschack authored
- concerns - dashboard - groups - import
-
- 11 Feb, 2019 1 commit
-
-
Lin Jen-Shin authored
refactors the ui for diverging commits so that it's only a single bar instead of two separate bars
-
- 05 Dec, 2018 2 commits
-
-
Francisco Javier López authored
-
Francisco Javier López authored
-
- 23 Nov, 2018 1 commit
-
-
Jasper Maes authored
-
- 26 Sep, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- 11 Sep, 2018 2 commits
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 09 Jul, 2018 2 commits
-
-
Lin Jen-Shin authored
* update-rubocop: Use stable gitlab-styles and eliminate offenses Updates from `rubocop -a` Update rubocop to get rid of a warning in other MR
-
Lin Jen-Shin authored
-
- 19 Jun, 2018 1 commit
-
-
Zeger-Jan van de Weg authored
Closes https://gitlab.com/gitlab-org/gitaly/issues/382
-
- 03 Apr, 2018 1 commit
-
-
Lin Jen-Shin authored
Whenever cache is enabled and cold, branches index still makes n+1 calls. Make sure we catch this.
-
- 28 Mar, 2018 1 commit
-
-
Takuya Noguchi authored
-
- 06 Mar, 2018 1 commit
-
-
Takuya Noguchi authored
-
- 27 Dec, 2017 1 commit
-
-
Mateusz Bajorski authored
-
- 26 Dec, 2017 1 commit
-
-
Mateusz Bajorski authored
Closes #24347
-
- 07 Dec, 2017 2 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
Create has_environment_scope for centerlizing env_scope specific process. Pass environment_scope to deployment_platform method.
-
- 01 Dec, 2017 1 commit
-
-
Shinya Maeda authored
commit 7277b3b3 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 28 03:06:38 2017 +0900 Fix feature spec commit b4c4e1bd Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 28 02:01:41 2017 +0900 Fix integraetion tests commit 54c70a77 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 28 01:26:14 2017 +0900 Fix static analysys commit f6d9dcf8 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 23:55:25 2017 +0900 Fix unit tests commit c36d7842 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 23:19:16 2017 +0900 Aling shared_exmaples to "same behavior between KubernetesService and Platform::Kubernetes" commit 53da3d97 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 22:35:16 2017 +0900 Replce kubernetes_service and deployment_service to deployment_platform commit 1d7e3ef1 Author: Shinya Maeda <shinya@gitlab.com> Date: Mon Nov 27 21:48:54 2017 +0900 Duplicate spec for Platform::Kubernetes with kubernetes_project commit 5324383d Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Nov 22 23:21:02 2017 +0900 Add test for checking interchangeability between KubernetesService and Clusters::Platform::Kubernetes commit 45f2d0af Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Nov 22 18:31:07 2017 +0900 Add test suit for platform::kubernetes commit a8e2094c Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 23:29:33 2017 +0900 Remove logic which glues with KubernetesService, from Platforms::Kubernetes commit 3cf53cc6 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:53:36 2017 +0900 Fix comments commit cff5eadd Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:52:05 2017 +0900 Add deployment platform selector commit cff4a50e Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:33:25 2017 +0900 Fix tests for Clusters::Platforms::Kubernetes commit 0d95ce51 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 22:03:07 2017 +0900 Check diff between KubernetesService and Platforms::Kubernetes. Synchronize again. commit 8a55d2c5 Author: Shinya Maeda <shinya@gitlab.com> Date: Tue Nov 21 21:09:55 2017 +0900 Revert KubernetesService logic in Platforms::Kubernetes
-
- 28 Nov, 2017 1 commit
-
-
Shinya Maeda authored
-
- 27 Oct, 2017 1 commit
-
-
Lin Jen-Shin (godfat) authored
-
- 25 Oct, 2017 1 commit
-
-
Lin Jen-Shin authored
Fetch the merged branches at once, instead of checking it one by one in the view. We don't cache this yet because this would already much improve the performance. EE for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14729
-
- 29 Sep, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 25 Sep, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-