summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-20 11:41:50 -0700
committerStan Hu <stanhu@gmail.com>2019-05-20 12:19:15 -0700
commitc1827f1c502d6235790c7a3841587842c8ad8bc7 (patch)
treeaea17339c7cf682490cb80001a4e773410b6d814 /changelogs
parentcddf9b875a25814e20f3209f04c00c95847f38c2 (diff)
downloadgitlab-ce-c1827f1c502d6235790c7a3841587842c8ad8bc7.tar.gz
API: Fix recursive flag not working with Rugged get_tree_entries flag
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-rugged-get-tree-entries-recursive.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-rugged-get-tree-entries-recursive.yml b/changelogs/unreleased/sh-fix-rugged-get-tree-entries-recursive.yml
new file mode 100644
index 00000000000..a9d46c6f460
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-rugged-get-tree-entries-recursive.yml
@@ -0,0 +1,5 @@
+---
+title: Fix Rugged get_tree_entries recursive flag not working
+merge_request: 28494
+author:
+type: fixed