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-16 17:45:05 +0300
committerjramsay <jcai@gitlab.com>2019-10-18 03:04:23 +0300
commit87230c01f37109dde8fe4568af83dc3820139969 (patch)
tree15509fd90d01a19e0b494b60c1c0cf5c557a7aec /changelogs
parent4105a3e5a1c471ad3a18315822f18b83cbb7e1f1 (diff)
Remove the Storage service from Gitaly
This change can be made after each of the RPCs are removed from the clients[1]. The storage service was node scoped, and it's easier if this is not the case, which is why the service was phased out. Closes: https://gitlab.com/gitlab-org/gitaly/issues/1923 [1]: https://gitlab.com/gitlab-org/gitlab/merge_requests/18390
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/jc-remove-list-directories.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/unreleased/jc-remove-list-directories.yml b/changelogs/unreleased/jc-remove-list-directories.yml
index 13cf32eac..c15cfefcc 100644
--- a/changelogs/unreleased/jc-remove-list-directories.yml
+++ b/changelogs/unreleased/jc-remove-list-directories.yml
@@ -1,5 +1,5 @@
---
-title: Remove ListDirectories RPC
+title: Remove StorageService
merge_request: 1544
author:
type: deprecated