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:
authorTiger <twatson@gitlab.com>2019-07-10 06:55:32 +0300
committerTiger <twatson@gitlab.com>2019-07-19 04:33:07 +0300
commit41fc4d1e449dedbc417b3ee57ca9e1e8e77bd18c (patch)
tree48a089eec308c2e3f7fe2c87d0e7bd747565209c /changelogs
parent9578b7e9926db5900b5be07f5699aac04e47c0c6 (diff)
Introduce predictable environment slugs
If an environment slug is predictable given only the environment name, we can use the environment slug earlier in the CI variable evaluation process as we don't have to wait for the environment record itself to be persisted.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/64295-predictable-environment-slugs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/64295-predictable-environment-slugs.yml b/changelogs/unreleased/64295-predictable-environment-slugs.yml
new file mode 100644
index 00000000000..de581b2b8e1
--- /dev/null
+++ b/changelogs/unreleased/64295-predictable-environment-slugs.yml
@@ -0,0 +1,5 @@
+---
+title: Use predictable environment slugs
+merge_request: 30551
+author:
+type: added