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:
authorSami Hiltunen <shiltunen@gitlab.com>2020-09-10 18:45:21 +0300
committerSami Hiltunen <shiltunen@gitlab.com>2020-09-11 11:32:04 +0300
commitff353c01376699ab6b1176a87dcabb24f8d02371 (patch)
treec311783a82b1c4cacf3403f2435ccce1dbd6b8f9 /changelogs
parentd2e978f8e8f47a49c3bcfbd470b2f790e52c5ee2 (diff)
remove server scoped handling from coordinator
This commit removes server scoped request handling from the coordinator as there are no server scoped RPCs Praefect should direct to Gitaly nodes.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/smh-remove-server-scope.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/smh-remove-server-scope.yml b/changelogs/unreleased/smh-remove-server-scope.yml
new file mode 100644
index 000000000..420814352
--- /dev/null
+++ b/changelogs/unreleased/smh-remove-server-scope.yml
@@ -0,0 +1,5 @@
+---
+title: Remove server scoped handling from coordinator
+merge_request: 2546
+author:
+type: removed