CommitService.GetTreeEntries: remove root_oid
- Sep 20, 2023
-
-
Georges Racinet authored
Of course this requires an update of the base image, to get a Gitaly past the point when `root_oid` is removed from protocol. We could run locally the Comparison tests with 16.0.0, which is simpler to reference than an exact commit, so we'll try this. The length of the first response in `test_compare_get_tree_entries_pagination` by Gitaly changes, perhaps because each `TreeEntry` is a bit smaller (we've long suspected the streaming logic was based on actual size hints), but we did not check that. Closes #151
-
Georges Racinet authored
It is removed from the protocol in Gitaly v16.0, all what we were doing is avoiding to return an error to the sender anyway.
-