-
- Downloads
Bring back Rugged implementation of TreeEntry
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20099/diffs 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_tree_entry` to activate the Rugged method. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
parent
28883d8e
No related branches found
No related tags found
Pipeline #50743223 failed
Stage: build
Stage: prepare
Stage: test
Stage: post-test
Stage: post-cleanup
Showing
- changelogs/unreleased/sh-rugged-get-tree-entry.yml 5 additions, 0 deletionschangelogs/unreleased/sh-rugged-get-tree-entry.yml
- lib/gitlab/git/blob.rb 6 additions, 0 deletionslib/gitlab/git/blob.rb
- lib/gitlab/git/rugged_impl/blob.rb 106 additions, 0 deletionslib/gitlab/git/rugged_impl/blob.rb
- spec/lib/gitlab/git/blob_spec.rb 15 additions, 1 deletionspec/lib/gitlab/git/blob_spec.rb
lib/gitlab/git/rugged_impl/blob.rb
0 → 100644
Please register or sign in to comment