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:
authorAndrew Newdigate <andrew@gitlab.com>2017-07-12 15:42:36 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-07-12 15:42:36 +0300
commitb2ff18ecabf80285ffca20cc6d3e981b31d9c107 (patch)
tree172a06069b14ecebe3467af47dc2386f95a2f331
parent2c0e58f8c76cfab647c48bdff6c8d2a589933790 (diff)
parent0ada94761a3200674b7486428a9ceeb59ca151b1 (diff)
Merge branch 'update-templates-2' into 'master'
Update templates again See merge request !214
-rw-r--r--.gitlab/issue_templates/Conversation_Migration.md2
-rw-r--r--.gitlab/issue_templates/Migration_Acceptance_Testing.md4
-rw-r--r--.gitlab/issue_templates/Migration_Analysis.md5
-rw-r--r--.gitlab/issue_templates/Migration_Client_Implementation.md1
-rw-r--r--.gitlab/issue_templates/Migration_RPC_Design.md5
-rw-r--r--.gitlab/issue_templates/Migration_Server_Implementation.md3
6 files changed, 15 insertions, 5 deletions
diff --git a/.gitlab/issue_templates/Conversation_Migration.md b/.gitlab/issue_templates/Conversation_Migration.md
index 834caf164..ca9d0281b 100644
--- a/.gitlab/issue_templates/Conversation_Migration.md
+++ b/.gitlab/issue_templates/Conversation_Migration.md
@@ -2,8 +2,6 @@
**Stages**:
-- [ ] ~"Migration Analysis": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_Analysis)
-
- [ ] ~"RPC Design": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_RPC_Design)
- [ ] ~"Server Implementation": [Create Issue](https://gitlab.com/gitlab-org/gitaly/issues/new?issuable_template=Migration_Server_Implementation)
diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md
index ebb8af85a..12bf9a1fa 100644
--- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md
+++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md
@@ -19,4 +19,6 @@ Feature Toggle Environment Variable: `XXXXXXXXXXXXXXX`
- [ ] Did error rates jump to an unacceptable level?
- [ ] Have the changes been rolled back pending final review?
- [ ] Runbook Added (link to MR)
-- [ ] Prometheus Alerts Added (link to MR) \ No newline at end of file
+- [ ] Prometheus Alerts Added (link to MR)
+
+/label ~"Acceptance Testing"
diff --git a/.gitlab/issue_templates/Migration_Analysis.md b/.gitlab/issue_templates/Migration_Analysis.md
index fff80de50..d0c322086 100644
--- a/.gitlab/issue_templates/Migration_Analysis.md
+++ b/.gitlab/issue_templates/Migration_Analysis.md
@@ -13,4 +13,7 @@ for more information on the analysis stage of the process.
- [ ] **Decision to move ahead with migration**. Is it worth the effort right now?
- [ ] **Existing reusable RPC endpoints**. What have we already implemented?
- [ ] **New RPC endpoints to be implemented**. Just names. Leave the full design to the ~"RPC Design" stage next.
-- [ ] **Effort - for each new and existing RPC endpoint**, roughly (small/medium/large) how much effort will be required to implement it? \ No newline at end of file
+- [ ] **Effort - for each new and existing RPC endpoint**, roughly (small/medium/large) how much effort will be required to implement it?
+
+
+/label ~"Migration Analysis" \ No newline at end of file
diff --git a/.gitlab/issue_templates/Migration_Client_Implementation.md b/.gitlab/issue_templates/Migration_Client_Implementation.md
index 6c00e88f9..4f23f5c57 100644
--- a/.gitlab/issue_templates/Migration_Client_Implementation.md
+++ b/.gitlab/issue_templates/Migration_Client_Implementation.md
@@ -3,3 +3,4 @@
See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#client-implementation-client-implementation)
for more information on the Client Implementation stage of the process.
+/label ~"Client Implementation"
diff --git a/.gitlab/issue_templates/Migration_RPC_Design.md b/.gitlab/issue_templates/Migration_RPC_Design.md
index 57c0e9f3d..c5b99bd9b 100644
--- a/.gitlab/issue_templates/Migration_RPC_Design.md
+++ b/.gitlab/issue_templates/Migration_RPC_Design.md
@@ -6,4 +6,7 @@
See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#rpc-design-rpc-design)
for more information on the RPC Design stage of the process.
-- [ ] **`grpc-proto` RPC prototypes**: merged change \ No newline at end of file
+- [ ] **`grpc-proto` RPC prototypes**: merged change
+
+
+/label ~"RPC Design"
diff --git a/.gitlab/issue_templates/Migration_Server_Implementation.md b/.gitlab/issue_templates/Migration_Server_Implementation.md
index 62a0d695d..dd38a048f 100644
--- a/.gitlab/issue_templates/Migration_Server_Implementation.md
+++ b/.gitlab/issue_templates/Migration_Server_Implementation.md
@@ -2,3 +2,6 @@
See the [Migration Process documentation](https://gitlab.com/gitlab-org/gitaly/blob/master/doc/MIGRATION_PROCESS.md#server-implementation-server-implementation)
for more information on the Server Implementation stage of the process.
+
+
+/label ~"Server Implementation" \ No newline at end of file