Bump Gitaly version to 1.44.0
This change makes sure Gitaly includes a fix to make rebase work again properly. Part of: https://gitlab.com/gitlab-org/gitlab-ce/issues/62353
This commit is contained in:
parent
a2c767b9f8
commit
872b624af1
4 changed files with 7 additions and 7 deletions
|
@ -1 +1 @@
|
|||
1.43.0
|
||||
1.44.0
|
||||
|
|
|
@ -1077,7 +1077,7 @@ class Repository
|
|||
end
|
||||
|
||||
def rebase(user, merge_request)
|
||||
if Feature.disabled?(:two_step_rebase, default_enabled: false)
|
||||
if Feature.disabled?(:two_step_rebase, default_enabled: true)
|
||||
return rebase_deprecated(user, merge_request)
|
||||
end
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: Disable two-step rebase which could cause rebases to hang
|
||||
merge_request: 28778
|
||||
author:
|
||||
type: other
|
5
changelogs/unreleased/zj-gitlab-ce-zj-bump-gitaly.yml
Normal file
5
changelogs/unreleased/zj-gitlab-ce-zj-bump-gitaly.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Stop two-step rebase from hanging when errors occur
|
||||
merge_request: 29068
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue