-
- Downloads
Bring back Rugged implementation of CommitIsAncestor
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20095. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged is more performant than Gitaly. This merge request introduces the feature flag `rugged_commit_is_ancestor` to activate the Rugged path. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
parent
db70f74d
No related branches found
No related tags found
Pipeline #50250419 failed
Stage: build
Stage: prepare
Stage: test
Stage: post-test
Stage: post-cleanup
Showing
- changelogs/unreleased/sh-rugged-commit-is-ancestor.yml 5 additions, 0 deletionschangelogs/unreleased/sh-rugged-commit-is-ancestor.yml
- lib/gitlab/git/repository.rb 1 addition, 1 deletionlib/gitlab/git/repository.rb
- lib/gitlab/git/rugged_impl/repository.rb 26 additions, 1 deletionlib/gitlab/git/rugged_impl/repository.rb
- spec/models/repository_spec.rb 15 additions, 1 deletionspec/models/repository_spec.rb
Please register or sign in to comment