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:
Diffstat (limited to 'internal/praefect/coordinator.go')
-rw-r--r--internal/praefect/coordinator.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/praefect/coordinator.go b/internal/praefect/coordinator.go
index 490287b1a..108f1e926 100644
--- a/internal/praefect/coordinator.go
+++ b/internal/praefect/coordinator.go
@@ -84,6 +84,7 @@ var transactionRPCs = map[string]transactionsCondition{
"/gitaly.RepositoryService/FetchSourceBranch": transactionsEnabled,
"/gitaly.RepositoryService/ReplicateRepository": transactionsEnabled,
"/gitaly.RepositoryService/SetConfig": transactionsEnabled,
+ "/gitaly.RepositoryService/SetFullPath": transactionsEnabled,
"/gitaly.RepositoryService/WriteRef": transactionsEnabled,
"/gitaly.SSHService/SSHReceivePack": transactionsEnabled,
"/gitaly.SmartHTTPService/PostReceivePack": transactionsEnabled,