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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-09 14:52:12 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-09 16:18:07 +0300
commit847581896f9710369a385584b62ca85e6389aa1d (patch)
tree51075810e9170c9783170d0297c51dc77ad00be5
parent69dcbcd981672934cbee41ab6761bca653340915 (diff)
doc: Don't mention ancient gitaly-proto project anymore
In ancient times, Gitaly's Protobuf definitions had been living in a separate project. This is still mentioned in some of our documentation, even though it doesn't really play much of a role nowadays anymore. Stop mentioning this old project: it's a thing of the past, and I'd be surprised if anybody still needs information about it.
-rw-r--r--doc/PROCESS.md9
-rw-r--r--doc/protobuf.md7
2 files changed, 4 insertions, 12 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index 0563af48c..ef1a571fb 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -520,12 +520,11 @@ will always have these patches. As a result, all code which makes use of
patched-in features must have fallback code to support the [minimum required Git
version](../README.md#installation)
-### RPC deprecation process for gitaly-proto
+### RPC deprecation process
-First create a deprecation issue at
-https://gitlab.com/gitlab-org/gitaly/issues with the title `Deprecate
-RPC FooBar`. Use label `Deprecation`. Below is a template for the
-issue description.
+First create a deprecation issue at https://gitlab.com/gitlab-org/gitaly/issues
+with the title `Deprecate RPC FooBar`. Use label `Deprecation`. Below is a
+template for the issue description.
```
We are deprecating RPC FooBar because **REASONS**.
diff --git a/doc/protobuf.md b/doc/protobuf.md
index 3fd40b5fc..87bcb1121 100644
--- a/doc/protobuf.md
+++ b/doc/protobuf.md
@@ -1,7 +1,5 @@
# Protobuf specifications and client libraries for Gitaly
-> This directory was previously hosted at https://gitlab.com/gitlab-org/gitaly-proto. As of Gitaly 1.58.0 and gitaly-proto 1.39.0, all further proto changes will be made here, in `gitaly/proto`.
-
Gitaly is part of GitLab. It is a [server
application](https://gitlab.com/gitlab-org/gitaly) that uses its own
gRPC protocol to communicate with its clients. This repository
@@ -21,11 +19,6 @@ See
for documentation of the 'proto3' Protocol buffer specification
language.
-## Issues
-
-We have disabled the issue tracker of the gitaly-proto project. Please use the
-[Gitaly issue tracker](https://gitlab.com/gitlab-org/gitaly/issues).
-
## gRPC/Protobuf concepts
The core Protobuf concepts we use are rpc, service and message. We use