Skip to content

Reroute batch blobs to single blob RPC

Zeger-Jan van de Weg requested to merge zj-gitlab/gitlab-ce:zj-blob-batch into master

What does this MR do?

Reroute the batch endpoint to Gitlab::Git::Blob.find so we don't have to write an extra endpoint for now. This will keep the N + 1 calls as bad as they were, which sadly is expected behaviour.

Does this MR meet the acceptance criteria?

Edited by Zeger-Jan van de Weg

Merge request reports