Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-09 06:08:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-09 06:08:53 +0300
commit251f4007156b40a0585e208eee2847d9d5746e08 (patch)
treead7bd847a0807981d678c4b997c0acc614e91d0a /.gitlab
parent4596c2f5a5aef62aee84c24c26d9dc8db538ef3e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Geo Replicate a new Git repository type.md1
-rw-r--r--.gitlab/issue_templates/Geo Replicate a new blob type.md1
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Geo Replicate a new Git repository type.md b/.gitlab/issue_templates/Geo Replicate a new Git repository type.md
index 09449cadc0a..9e7d2634f3a 100644
--- a/.gitlab/issue_templates/Geo Replicate a new Git repository type.md
+++ b/.gitlab/issue_templates/Geo Replicate a new Git repository type.md
@@ -430,7 +430,6 @@ That's all of the required database changes.
let(:model_record) { build(:cool_widget) }
include_examples 'a repository replicator'
- include_examples 'a verifiable replicator'
end
```
diff --git a/.gitlab/issue_templates/Geo Replicate a new blob type.md b/.gitlab/issue_templates/Geo Replicate a new blob type.md
index f06c8609707..11ad6614bc2 100644
--- a/.gitlab/issue_templates/Geo Replicate a new blob type.md
+++ b/.gitlab/issue_templates/Geo Replicate a new blob type.md
@@ -387,7 +387,6 @@ That's all of the required database changes.
let(:model_record) { build(:cool_widget) }
include_examples 'a blob replicator'
- include_examples 'a verifiable replicator'
end
```