diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-19 11:22:51 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-19 11:22:51 +0000 |
commit | c20e4267e89c1fa84b3eeb9f63e17677388c25e3 (patch) | |
tree | bc1eac011692f0ade7fa9d802f63be9d29fa449a /CHANGELOG | |
parent | 6a9d87b523b2db9561d70fce1c19584c90b289a8 (diff) | |
parent | 4939911e96297aa6ed9fb60f635d7d16a360876f (diff) | |
download | gitlab-ce-c20e4267e89c1fa84b3eeb9f63e17677388c25e3.tar.gz |
Merge branch 'review-apps' into 'master'
Add support for dynamic environments
Implements proposal described in https://gitlab.com/gitlab-org/gitlab-ce/issues/21971.
Specifically:
- it adds a `.gitlab-ci.yml` configuration,
- it allows environment name to have slashes,
- it allows environment names to use CI predefined variables,
- it allows to specify URL from `.gitlab-ci.yml`,
- it allows the URL to use CI predefined variables,
- it introduces `environment_type` to allow to easily group environments in the future
See merge request !6323
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 2394864467e..6093cb09880 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -25,6 +25,8 @@ v 8.12.0 (unreleased) - Fix sorting of issues in API - Sort project variables by key. !6275 (Diego Souza) - Ensure specs on sorting of issues in API are deterministic on MySQL + - Added ability to use predefined CI variables for environment name + - Added ability to specify URL in environment configuration in gitlab-ci.yml - Escape search term before passing it to Regexp.new !6241 (winniehell) - Fix pinned sidebar behavior in smaller viewports !6169 - Fix file permissions change when updating a file on the Gitlab UI !5979 |