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-10-17 22:20:17 +0300
committerJohn Cai <jcai@gitlab.com>2019-10-17 22:20:17 +0300
commitb558b78a7b8e6da798a7ddd476bd8fb1085b856f (patch)
treea1ff4e0a36ac476eb6588ce8e3580136be4436e4 /internal/praefect/protoregistry
parent66ae0c68f3667bfeddd57e5b635742cf55c13929 (diff)
parent9a9252e509a6f6f6c1ce3290c8d98e605fee2f2f (diff)
Merge branch 'zj-remove-commit-patch' into 'master'
Remove DiffService Patch RPC Closes #2095 See merge request gitlab-org/gitaly!1560
Diffstat (limited to 'internal/praefect/protoregistry')
-rw-r--r--internal/praefect/protoregistry/protoregistry_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/praefect/protoregistry/protoregistry_test.go b/internal/praefect/protoregistry/protoregistry_test.go
index f68804d67..aecb86ddc 100644
--- a/internal/praefect/protoregistry/protoregistry_test.go
+++ b/internal/praefect/protoregistry/protoregistry_test.go
@@ -52,7 +52,6 @@ func TestPopulatesProtoRegistry(t *testing.T) {
"DiffService": map[string]protoregistry.OpType{
"CommitDiff": protoregistry.OpAccessor,
"CommitDelta": protoregistry.OpAccessor,
- "CommitPatch": protoregistry.OpAccessor,
"RawDiff": protoregistry.OpAccessor,
"RawPatch": protoregistry.OpAccessor,
"DiffStats": protoregistry.OpAccessor,