summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2015-08-21 17:09:10 +0000
committerRobert Speicher <robert@gitlab.com>2015-08-21 17:09:10 +0000
commit3f0679ab5ae7a4bd825a937d9601767bb6d681d2 (patch)
treee5b420e50b31f104c993be7f78168658123e548c /CHANGELOG
parentab3ecb348e65a9579a8f5ffbdd70fd55c59b9f17 (diff)
parente905cbda6e1577d4a9c11da899d11aeb2e637035 (diff)
downloadgitlab-ci-3f0679ab5ae7a4bd825a937d9601767bb6d681d2.tar.gz
Merge branch 'build-triggers' into 'master'
Implement build trigger API This commit implements Build Triggers. There are changes to API request: - Due to security advised method to pass trigger token is to use form data - Advised method to pass variables is to use form data TODO: - [x] Implement API - [x] Implement UI - [x] Dimitriy and Valery review - [x] Write specs - [x] Write documentation - [x] Job documentation review See merge request !229
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 760c244..d1ad661 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,12 +11,14 @@ v7.14.0 (unreleased)
- Allow to define variables from YAML
- Added support for CI skipped status
- Fix broken yaml error saving
+ - Add committed_at to commits to properly order last commit (the force push issue)
- Rename type(s) to stage(s)
- Fix navigation icons
- Add missing stage when doing retry
- Require variable keys to be not-empty and unique
- Fix variable saving issue
- Display variable saving errors in variables page not the project's
+ - Added Build Triggers API
v7.13.1
- Fix: user could steal specific runner