gitlab-org--gitlab-foss/spec/lib/gitlab/git
Stan Hu c1827f1c50 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
2019-05-20 12:19:15 -07:00
..
conflict
patches
attributes_at_ref_parser_spec.rb
attributes_parser_spec.rb
blame_spec.rb
blob_spec.rb Fix typo in blob_spec.rb 2019-04-25 07:39:27 +00:00
branch_spec.rb
bundle_file_spec.rb
commit_spec.rb Bring back Rugged implementation of ListCommitsByOid 2019-04-17 05:09:18 -07:00
compare_spec.rb
diff_collection_spec.rb
diff_spec.rb
diff_stats_collection_spec.rb
gitmodules_parser_spec.rb
hook_env_spec.rb
lfs_changes_spec.rb
lfs_pointer_file_spec.rb
merge_base_spec.rb
object_pool_spec.rb Add client methods for DisconnectGitAlternates rpc 2019-05-03 15:59:28 -07:00
pre_receive_error_spec.rb
push_spec.rb
raw_diff_change_spec.rb
remote_mirror_spec.rb
remote_repository_spec.rb
repository_cleaner_spec.rb Remove cleaned up OIDs from database and cache 2019-05-06 11:35:03 +01:00
repository_spec.rb Add client methods for DisconnectGitAlternates rpc 2019-05-03 15:59:28 -07:00
tag_spec.rb
tree_spec.rb API: Fix recursive flag not working with Rugged get_tree_entries flag 2019-05-20 12:19:15 -07:00
user_spec.rb
util_spec.rb
wiki_spec.rb Added list_pages method to avoid loading all wiki pages content 2019-04-25 04:19:07 +00:00
wraps_gitaly_errors_spec.rb