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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-10-17 15:38:50 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-10-17 15:57:54 +0300
commit9a9252e509a6f6f6c1ce3290c8d98e605fee2f2f (patch)
treeea80e446e923811376f0d8b112d59fd5f5faa6a6 /internal/praefect/protoregistry
parent78de944558414c1ae8f97ed900ce303725fdea90 (diff)
Remove DiffService Patch RPC
The RawPatch RPC is used by Workhorse, and no other client is currently using this RPC. This change removes it so there's only one way of getting a patch going forward. Closes: https://gitlab.com/gitlab-org/gitaly/issues/2095
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 569c304e1..8cbc88de5 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,