Skip to content

Removing old code path for search_files_by_content

John Cai requested to merge jc-remove-old-code-path-search-files into master

What does this MR do?

Removes the deprecated code paths to support a non-chunked response for SearchFilesByContent. The corresponding gitaly change is here: gitaly!1100 (merged)

Since the change to the SearchFilesByContent RPC has been deployed to prod, this is safe to remove now

The last gitlab version that used non-chunked requests was 11.7.

In 11.8, we deployed gitaly@2cad0169 and https://gitlab.com/gitlab-org/gitlab-ce/commit/04b9de85a8355a9e9f4827fcd608c3ea2bcd7df0

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/56717

Does this MR meet the acceptance criteria?

Edited by Grzegorz Bizon

Merge request reports