Skip to content

API: Fix recursive flag not working with Rugged get_tree_entries flag

Stan Hu requested to merge sh-fix-rugged-get-tree-entries-recursive into master

Attempting to use the API endpoint /projects/:id/repository/tree?recursive=true would only return a subset of the results since the full recursive list wasn't actually being returned.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61979

Edited by Stan Hu

Merge request reports