diff options
author | Robert Speicher <robert@gitlab.com> | 2015-10-22 11:54:05 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2015-10-22 11:54:05 +0000 |
commit | b3e10e37f73a54be769c402265d78d0436b305fa (patch) | |
tree | 1356db4013473720e32cf05d85466bf20147a972 /CHANGELOG | |
parent | 0bb2e946741026cbb127ed7b22f5785552407d2d (diff) | |
parent | 2305483d7d0f398caedabf6a99a94913be75138a (diff) | |
download | gitlab-ce-b3e10e37f73a54be769c402265d78d0436b305fa.tar.gz |
Merge branch 'fail-on-empty-job-name' into 'master'
Require jobs to be named
This properly presents error for .gitlab-ci.yml having empty job name.
See merge request !1662
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index ebee45ace9e..0321bf0e312 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ v 8.1.0 - Don't show "Add README" link in an empty repository if user doesn't have access to push (Stan Hu) - Fix error preventing displaying of commit data for a directory with a leading dot (Stan Hu) - Speed up load times of issue detail pages by roughly 1.5x + - Require CI jobs to be named - If a merge request is to close an issue, show this on the issue page (Zeger-Jan van de Weg) - Add a system note and update relevant merge requests when a branch is deleted or re-added (Stan Hu) - Make diff file view easier to use on mobile screens (Stan Hu) |