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:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-02-17 15:45:00 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-02-17 15:45:00 +0300
commit621fef9ec0ad9355d4d1aac25fbdca9ac3d5025b (patch)
tree5ff8d56708ff502f5408431fd9d2fdebc97e9419
parent8c5ca2f44df32d1c779f72ddd4c500d6cf5606a3 (diff)
parentc56e3950979e8154f250e2a71692bfd2df618cfd (diff)
Merge branch 'jv-gitaly-client-template' into 'master'
Add issue template for gitaly/client changes See merge request gitlab-org/gitaly!1839
-rw-r--r--.gitlab/issue_templates/Gitaly Client Update.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Gitaly Client Update.md b/.gitlab/issue_templates/Gitaly Client Update.md
new file mode 100644
index 000000000..aeb4c8c7b
--- /dev/null
+++ b/.gitlab/issue_templates/Gitaly Client Update.md
@@ -0,0 +1,14 @@
+# gitaly/client config change checklist
+
+When you make a change in gitlab.com/gitlab-org/gitaly/client you need to perform a number of steps to actually ship the change.
+
+- [ ] update [go.mod in gitlab-shell](https://gitlab.com/gitlab-org/gitlab-shell/-/blob/master/go.mod) MR LINK
+- [ ] update [go.mod in gitlab-workhorse](https://gitlab.com/gitlab-org/gitlab-workhorse/-/blob/master/go.mod) MR LINK
+- [ ] update [go.mod in gitlab-elasticsearch-indexer](https://gitlab.com/gitlab-org/gitlab-elasticsearch-indexer/-/blob/master/go.mod) MR LINK
+- [ ] wait/ask for gitlab-shell release TAG LINK
+- [ ] wait/ask for gitlab-workhorse release TAG LINK
+- [ ] wait/ask for gitlab-elasticsearch-indexer release TAG LINK
+- [ ] update [GITLAB_SHELL_VERSION in gitlab](https://gitlab.com/gitlab-org/gitlab/-/blob/master/GITLAB_SHELL_VERSION) MR LINK
+- [ ] update [GITLAB_WORKHORSE_VERSION in gitlab](https://gitlab.com/gitlab-org/gitlab/-/blob/master/GITLAB_WORKHORSE_VERSION) MR LINK
+- [ ] update [GITLAB_ELASTICSEARCH_INDEXER_VERSION in gitlab](https://gitlab.com/gitlab-org/gitlab/-/blob/master/GITLAB_ELASTICSEARCH_INDEXER_VERSION) MR LINK
+