summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-03-07 04:29:51 -0800
committerStan Hu <stanhu@gmail.com>2019-03-07 04:29:51 -0800
commit2c4cb7a6a851d0c49077518a5dd0c289526a66e6 (patch)
tree35da918e7d4cd84b279aede1030c8f7ffc16ad6f /changelogs
parente382611d3b5ea2f8c2bd6b6aa54b0f69702bff21 (diff)
downloadgitlab-ce-2c4cb7a6a851d0c49077518a5dd0c289526a66e6.tar.gz
Bring back Rugged implementation of GetTreeEntries
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20343. 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_entries` to activate the Rugged method. Part of four Rugged changes identified in https://gitlab.com/gitlab-org/gitlab-ce/issues/57317.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-rugged-tree-entries.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-rugged-tree-entries.yml b/changelogs/unreleased/sh-rugged-tree-entries.yml
new file mode 100644
index 00000000000..fca1f204b9b
--- /dev/null
+++ b/changelogs/unreleased/sh-rugged-tree-entries.yml
@@ -0,0 +1,5 @@
+---
+title: Bring back Rugged implementation of GetTreeEntries
+merge_request: 25674
+author:
+type: other