WIP: Restore Rugged implementation of GetTreeEntries
This builds atop of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9377 and restores the Rugged implementation of GetTreeEntries
, which appears to be the most commonly called method in https://gitlab.com/snippets/1807428#note_137578776.
curl -o /tmp/9403.patch https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9403.diff
cd /opt/gitlab/embedded/service/gitlab-rails
patch -p1 < /tmp/9403.patch
To revert:
cd /opt/gitlab/embedded/service/gitlab-rails
patch -R -p1 < /tmp/9403.patch
Merge request reports
Activity
1 Error Please add labels to this merge request. 6 Warnings This merge request does not have any assignee yet. Setting an assignee clarifies who needs to take action on the merge request at any given time. This merge request does not refer to an existing milestone. Most of the time, merge requests should target master
. Otherwise, please set the relevantPick into X.Y
label.CHANGELOG missing. You can create one with:
bin/changelog -m 9403 "Restore Rugged implementation of GetTreeEntries"
If your merge request doesn’t warrant a CHANGELOG entry,
consider adding any of the ~backstage, ~Documentation, QA, test labels.
See the documentation.You’ve made some app changes, but didn’t add any tests.
That’s OK as long as you’re refactoring existing code,
but please consider adding any of the ~backstage, ~Documentation, QA labels.6df1f57b: This commit’s subject line could be improved. Commit subjects are ideally no longer than roughly 50 characters, though we allow up to 72 characters in the subject. If possible, try to reduce the length of the subject to roughly 50 characters. Generated by
DangerEdited by 🤖 GitLab Bot 🤖added 1 commit
- 6df1f57b - Revert "Restore Rugged implementation of TreeEntry"
mentioned in merge request !9404 (closed)
Hi @stanhu,
Please add labels to your merge request, this helps triage community merge requests.
Thanks for your help!
You are welcome to help improve this comment.
added auto updated label
added backend + 1 deleted label
mentioned in epic &827
Clsoing this because we shipped an 11.9 version in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25674.
Edited by Stan Huadded devopscreate groupgitaly labels
added Enterprise Edition label