diff options
author | John Cai <jcai@gitlab.com> | 2019-02-27 13:37:33 -0800 |
---|---|---|
committer | John Cai <jcai@gitlab.com> | 2019-03-01 15:25:30 -0800 |
commit | 87adc799ebeb5b69f398e9a4ed37640a0d8c6c44 (patch) | |
tree | e7bef579861a09fc8325d10f6521ce72f339b3c9 /GITALY_SERVER_VERSION | |
parent | 5c9aa45489aee7cd1edaa15a30fb8a3aa24417a8 (diff) | |
download | gitlab-ce-87adc799ebeb5b69f398e9a4ed37640a0d8c6c44.tar.gz |
Removing old code path for search_files_by_content
In 11.8, we added a fix for the SearchFilesByContent RPC in gitaly to
send back the response in chunks. However, we kept in the old code path
for backwards compatibility. Now that the change is fully deployed, we
can remove that old codepath.
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r-- | GITALY_SERVER_VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION index 3500250a4b0..bfbadb3a2ac 100644 --- a/GITALY_SERVER_VERSION +++ b/GITALY_SERVER_VERSION @@ -1 +1 @@ -1.21.0 +1.23.0
\ No newline at end of file |