From 60056d67a08ee0afd211e64a2a364371f719cd07 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Thu, 30 Nov 2017 17:05:55 +0100 Subject: Add link to gitaly converation This endpoint still has to be migrated, and this comment makes sure everyone knows we are aware of this one. [ci skip] --- lib/gitlab/git/blob.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gitlab/git/blob.rb b/lib/gitlab/git/blob.rb index ddd52136bc4..228d97a87ab 100644 --- a/lib/gitlab/git/blob.rb +++ b/lib/gitlab/git/blob.rb @@ -49,6 +49,7 @@ module Gitlab # Keep in mind that this method may allocate a lot of memory. It is up # to the caller to limit the number of blobs and blob_size_limit. # + # Gitaly migration issue: https://gitlab.com/gitlab-org/gitaly/issues/798 def batch(repository, blob_references, blob_size_limit: nil) blob_size_limit ||= MAX_DATA_DISPLAY_SIZE blob_references.map do |sha, path| -- cgit v1.2.1