diff options
author | Toon Claes <toon@gitlab.com> | 2017-01-06 15:51:06 +0100 |
---|---|---|
committer | Toon Claes <toon@gitlab.com> | 2017-01-09 16:35:24 +0100 |
commit | b74677489a915570a182e624fc2c7ad537c8e75e (patch) | |
tree | 3d5a62743ea52d9e70e7a18402623ee95fd30fcc /changelogs | |
parent | 8ab94120ee0a87c7b1158ebafea101e3952ec758 (diff) | |
download | gitlab-ce-b74677489a915570a182e624fc2c7ad537c8e75e.tar.gz |
Treat environments matching `production/*` as Production24139-production-wildcard-for-cycle-analytics
For Cycle Analytics, the environment `production` is treated as a
special case, and used to update the `first_deployed_to_production_at`
metric.
With the Review Apps changes, slash syntax is used to group related
environments in the list. This is mostly used for `review/<branch>`
environments, but it's possible for people to have multiple production
environments, and someone might then want to group them like
`production/eu`, `production/us`, or even just make it look prettier
with `production/www.example.com`. In any of these cases, the first
deploy to one of these `production/*` environments now is treated as a
Production deploy.
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/24139-production-wildcard-for-cycle-analytics.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/24139-production-wildcard-for-cycle-analytics.yml b/changelogs/unreleased/24139-production-wildcard-for-cycle-analytics.yml new file mode 100644 index 00000000000..83cf3670ec0 --- /dev/null +++ b/changelogs/unreleased/24139-production-wildcard-for-cycle-analytics.yml @@ -0,0 +1,4 @@ +--- +title: Treat environments matching `production/*` as Production +merge_request: 8500 +author: |