summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-01-02 15:39:47 -0800
committerJohn Cai <jcai@gitlab.com>2019-02-06 20:32:53 -0800
commit04b9de85a8355a9e9f4827fcd608c3ea2bcd7df0 (patch)
tree3f30358e667dc6b71a2cca3b351e43f5335cc897 /changelogs
parent684a1a17674d92682c9d91c4e944e1a31b0bcda4 (diff)
downloadgitlab-ce-04b9de85a8355a9e9f4827fcd608c3ea2bcd7df0.tar.gz
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/support-chunking-in-client.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/support-chunking-in-client.yml b/changelogs/unreleased/support-chunking-in-client.yml
new file mode 100644
index 00000000000..e50648ea4b2
--- /dev/null
+++ b/changelogs/unreleased/support-chunking-in-client.yml
@@ -0,0 +1,5 @@
+---
+title: Fix code search when text is larger than max gRPC message size
+merge_request: 24111
+author:
+type: changed