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:06:52 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-02-25 14:59:04 +0300
commit4b09ca62d5fd0da5d5134ca5a83f2fc0a02c3239 (patch)
treeb840cc0accb2383e873119e70f3615ae1ca17a44
parent37859f9ae5ddf4a1d64280cf97efae1ebaf17fd2 (diff)
Feature flag rollout docs: remove dangerous example of !2994
Amend the docs I added in 86c8480e8 (Feature flag rollout doc: expand on post-100% steps, 2021-01-12) to mention the example of 0ff3ee285 (Remove on-by-default go_user_delete_{branch,tag} feature flags, 2021-01-21) instead of fbc9f83ab (Remove Ruby code for 100% on user_delete_{branch,tag} in Go feature, 2021-01-15). As noted in 0ff3ee285 what I did in fbc9f83ab was wrong & dangerous. Let's not recommend it.
-rw-r--r--doc/PROCESS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index 2042c92ca..860867b59 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -222,7 +222,7 @@ After a feature is running at `100%` for what ever's deemed to be a
safe amount of time we should change it to be `OnByDefault: true`. See
[this MR for an example][example-on-by-default-mr].
-[example-on-by-default-mr]: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2994
+[example-on-by-default-mr]: https://gitlab.com/gitlab-org/gitaly/-/merge_requests/3033
##### Two phase Ruby to Go rollouts