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:
authorJack Lei <jacklei1589@gmail.com>2019-06-14 01:09:28 +0300
committerThong Kuah <tkuah@gitlab.com>2019-06-14 01:09:28 +0300
commit0b75ef09d2fc48d764d26515441de2b3d0a78190 (patch)
tree7108b550971ea05b2cdbc5f0e0c4f9df12482085 /changelogs
parent26586209890d1b36b4e0eb7591d881e460a46d7f (diff)
AutoDevops fix ensure_namespace() does not explicitly test namespace
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ensure_namespace.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ensure_namespace.yml b/changelogs/unreleased/ensure_namespace.yml
new file mode 100644
index 00000000000..ce2a615af1f
--- /dev/null
+++ b/changelogs/unreleased/ensure_namespace.yml
@@ -0,0 +1,5 @@
+---
+title: AutoDevops function ensure_namespace() now explicitly tests the namespace
+merge_request: 29567
+author: Jack Lei
+type: fixed