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:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-02-25 13:18:46 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-02-25 14:59:04 +0300
commit938a75444ca047ce99abf0faf97f1062b6ffcf8d (patch)
treefe85f4cf6cb4317a890bfcc742dfcfabd4cefdaa
parent4b09ca62d5fd0da5d5134ca5a83f2fc0a02c3239 (diff)
Feature flag rollout docs: add examples of Go/Ruby code removal
-rw-r--r--doc/PROCESS.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index 860867b59..e8f8e6eb6 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -235,6 +235,13 @@ so we could remove its code before the Go code has a chance to update
with its default, and would still want to call it. So therefore you
need to do any such removal in two gitlab.com release cycles.
+See the example of [MR !3033][example-on-by-default-mr] and [MR
+!3056][example-post-go-ruby-code-removal-mr] for how to do such a
+two-phase removal.
+
+[example-on-by-default-mr]: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3033
+[example-post-go-ruby-code-removal-mr]: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3056
+
### Gitaly Releases
Gitaly releases are tagged automatically by