An error occurred fetching the project authors.
- 24 Mar, 2021 1 commit
-
-
Karthik Sivadas authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/322739
-
- 05 Feb, 2021 1 commit
-
-
Igor Drozdov authored
Gitaly keyset pagination returns a limited number of branches. We can use it instead of fetching all branches and then paginating them manually. Projects::BranchesByModeService is introduced. It uses Gitaly page-token pagination in order to optimally fetch branches. The drawback of the page-token pagination is that it doesn't provide an option of going to the previous page of the collection. That's why we need to fall back to offset pagination when previous page is requested.
-
- 15 Dec, 2020 2 commits
-
-
Igor Drozdov authored
The problem is that we're fetching all branches and then take 5 the most active and then iterate over the whole array until we get 5 branches with committer-date older than 3 months ago. If we display the stalest branches on the overview, we'll be able to fetch 5 the most recent and then fetch 5 the oldest. We perform 2 requests, but they are smaller and don't depend on the number of branches.
-
Igor Drozdov authored
Currently, branches#index (overview and stale) displays the most recent stale branch (updated 3 months ago). It's more reasonable to display the stalest branches there instead.
-
- 26 Nov, 2020 1 commit
-
-
Igor Drozdov authored
-
- 30 Oct, 2020 1 commit
-
-
Lee Tickett authored
-
- 08 Oct, 2020 1 commit
-
-
Sean McGivern authored
Danger wants a commit body, but there's really not any more to say. These are all best effort and not guaranteed to be 100% accurate.
-
- 14 Jun, 2020 1 commit
-
-
Lee Tickett authored
-
- 14 May, 2020 1 commit
-
-
Leandro Gomes authored
-
- 02 Dec, 2019 3 commits
-
-
Gabriel Mazetto authored
Renamed DeleteMergedBranchService into Branches::DeleteMergedService and renamed its usages. Some extra codestyle changes in specs.
-
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.
-
- 01 Dec, 2019 1 commit
-
-
Stan Hu authored
In GitLab 12.4 via https://gitlab.com/gitlab-org/gitlab/merge_requests/16737, we required the frontend to request at most 20 branches in the `Projects::BranchesController#diverging_commit_counts` endpoint to avoid Gitaly N+1 issues. This commit removes the feature flag and makes this behavior mandatory. In the past week, there do not appear to be any rejections, which would show up as 422 errors.
-
- 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
-