gitlab-org--gitlab-foss/changelogs/unreleased/support-chunking-in-client.yml
John Cai 04b9de85a8 Modifying gitaly search files client to add chunking support
updates gitaly proto to 1.7.0, modifies the search files gitaly client
call to use the new chunked_response flag in the rpc request, and stitch
the responses together.

maintains backwards compatibility with older gitaly servers.
2019-02-06 20:32:53 -08:00

5 lines
117 B
YAML

---
title: Fix code search when text is larger than max gRPC message size
merge_request: 24111
author:
type: changed