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 17:50:29 +0300
committerPaul Okstad <pokstad@gitlab.com>2019-10-17 17:50:29 +0300
commitda0739ce764a3e8ba07d01982fa5f88ccf8d4c8b (patch)
tree250df638688aa1fde32732e2c405f9ce67037cf7 /internal/praefect/protoregistry
parent78de944558414c1ae8f97ed900ce303725fdea90 (diff)
Remove RepositoryService WriteConfig
WriteConfig has gone unused, and deprecated for a long time. Originally introduced in https://gitlab.com/gitlab-org/gitaly/merge_requests/554, but got removed from the client in: https://gitlab.com/gitlab-org/gitlab-foss/commit/ff112ce641a93f38647e67e4ed92b685ccc2430a Given it's effectivally dead code, we should remove it.
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..f68804d67 100644
--- a/internal/praefect/protoregistry/protoregistry_test.go
+++ b/internal/praefect/protoregistry/protoregistry_test.go
@@ -139,7 +139,6 @@ func TestPopulatesProtoRegistry(t *testing.T) {
"CreateRepositoryFromURL": protoregistry.OpMutator,
"CreateBundle": protoregistry.OpMutator,
"CreateRepositoryFromBundle": protoregistry.OpMutator,
- "WriteConfig": protoregistry.OpMutator,
"SetConfig": protoregistry.OpMutator,
"DeleteConfig": protoregistry.OpMutator,
"FindLicense": protoregistry.OpAccessor,