From 2791dc4ca6ecf443ceea205131fa02600217fc3b Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Mon, 11 Sep 2017 13:03:21 +0000 Subject: [PATCH 1/3] Update Migration_Acceptance_Testing.md --- .gitlab/issue_templates/Migration_Acceptance_Testing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md index 095389ed171..6435980271f 100644 --- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md +++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md @@ -31,7 +31,10 @@ Required GitLab Version: `vX.X` - [ ] GitLab: https://dev.gitlab.org/help - [ ] Enable on `dev.gitlab.org`: - - [ ] ssh into `dev.gitlab.org` and enable the feature running by running `Feature.get('gitaly_FEATURE_NAME').enable` on a rails console. + - [ ] `!feature-set gitaly_FEATURE_NAME 1` in [`#dev-gitlab`](https://gitlab.slack.com/messages/C6WQ87MU3) + - [ ] Inspect dev logs in ELK (base dev search: https://log.gitlap.com/goto/9dc4f7767fc8305778ad6a99efe186c0) + - [ ] Check for errors in Gitaly Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg-gitaly/ + - [ ] Check for errors in dev.gitlab.org Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg/ - [ ] Perform some testing and leave the feature enabled ## 3. Staging Trial -- GitLab From 698deee959e41544edc629d01f17c9dc10646ade Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Mon, 11 Sep 2017 13:04:11 +0000 Subject: [PATCH 2/3] Update Migration_Acceptance_Testing.md --- .gitlab/issue_templates/Migration_Acceptance_Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md index 6435980271f..c64e26ff495 100644 --- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md +++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md @@ -34,7 +34,7 @@ Required GitLab Version: `vX.X` - [ ] `!feature-set gitaly_FEATURE_NAME 1` in [`#dev-gitlab`](https://gitlab.slack.com/messages/C6WQ87MU3) - [ ] Inspect dev logs in ELK (base dev search: https://log.gitlap.com/goto/9dc4f7767fc8305778ad6a99efe186c0) - [ ] Check for errors in Gitaly Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg-gitaly/ - - [ ] Check for errors in dev.gitlab.org Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg/ + - [ ] Check for errors in dev.gitlab.org Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg/?query=is%3Aunresolved+gitaly - [ ] Perform some testing and leave the feature enabled ## 3. Staging Trial -- GitLab From b23a29cc73cee8a2e286470d0cd8f8912b492dd0 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Mon, 11 Sep 2017 13:15:38 +0000 Subject: [PATCH 3/3] Update Migration_Acceptance_Testing.md --- .gitlab/issue_templates/Migration_Acceptance_Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md index c64e26ff495..19e5125a820 100644 --- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md +++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md @@ -33,7 +33,7 @@ Required GitLab Version: `vX.X` - [ ] Enable on `dev.gitlab.org`: - [ ] `!feature-set gitaly_FEATURE_NAME 1` in [`#dev-gitlab`](https://gitlab.slack.com/messages/C6WQ87MU3) - [ ] Inspect dev logs in ELK (base dev search: https://log.gitlap.com/goto/9dc4f7767fc8305778ad6a99efe186c0) - - [ ] Check for errors in Gitaly Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg-gitaly/ + - [ ] Check for errors in Gitaly Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg-gitaly/?query=is%3Aunresolved+grpc.method%3A%2Fgitaly.SERVICE_NAME%2FMETHOD_NAME - [ ] Check for errors in dev.gitlab.org Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg/?query=is%3Aunresolved+gitaly - [ ] Perform some testing and leave the feature enabled -- GitLab