Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-08-13 09:09:30 +0300
committerJohn Cai <jcai@gitlab.com>2019-08-28 21:04:31 +0300
commitdef32faefd89dbfd4b96a48f378c53ed3da05b68 (patch)
tree315f40c3592eaed3502add98baeecf1dfabf0e8f /changelogs
parent9d392473e4d23efa28ac567298a1b6abcd8116cf (diff)
Modify GetBlobs RPC to return type
Since we need a batch finder for tree entries, we can use the GetBlobs RPC to return any object that is at a revision:path.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jc-modify-find-blobs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/jc-modify-find-blobs.yml b/changelogs/unreleased/jc-modify-find-blobs.yml
new file mode 100644
index 000000000..183ec90fc
--- /dev/null
+++ b/changelogs/unreleased/jc-modify-find-blobs.yml
@@ -0,0 +1,5 @@
+---
+title: Modify GetBlobs RPC to return type
+merge_request: 1445
+author:
+type: performance