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-01-13 14:36:45 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-01-18 19:50:49 +0300
commit470771b0ae517876750062e3a6f8df341c0e2f04 (patch)
treed53b2c862c0fc5b5c2a763e238adb842657c6430
parentb768c513e5e1ecdeb36a3570ef40cabf1c931694 (diff)
Feature flag rollout doc: elaborate on the PITA staging sign-in process
You land on a 404 once you sign in, this is confusing, document it a bit.
-rw-r--r--doc/PROCESS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index d3439f2d6..06ec8836b 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -129,7 +129,15 @@ As of December 2020 clicking "Sign in" on
https://about.staging.gitlab.com will redirect to https://gitlab.com,
so make sure to use the `/users` link.
+As of writing signing in at [that link][staging-users-link] will land
+you on the `/users` 404 page once you're logged in. You should then
+typically manually modify the URL
+`https://staging.gitlab.com/YOURUSER`
+(e.g. https://staging.gitlab.com/avar) or another way to get at a test
+repository, and manually test from there.
+
[staging-access-request]: https://gitlab.com/gitlab-com/team-member-epics/access-requests/-/issues/new?issuable_template=Individual_Bulk_Access_Request
+[staging-users-link]: https://staging.gitlab.com/users
##### Steps