diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-24 11:32:47 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-24 11:32:47 +0000 |
commit | c7a7341b5b5a6da001f14d0d09dc70dd6651ec5c (patch) | |
tree | b009d033eb10bc1019beedb37c89d8f2ba28b477 /CHANGELOG | |
parent | 81952b619b0aa22c1bc75323a26402505ea0ff76 (diff) | |
parent | f6286eb478d7d5c42a16c04a9d8c4931581aca75 (diff) | |
download | gitlab-ce-c7a7341b5b5a6da001f14d0d09dc70dd6651ec5c.tar.gz |
Merge branch 'explicit_error_ci' into 'master'
Explicit error when commit not found in the GitLab CI
!!! SHOULD BE MERGED WITH https://gitlab.com/gitlab-org/gitlab-ci/merge_requests/159
https://dev.gitlab.org/gitlab/gitlab-ci/issues/280
See merge request !871
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f353a444fba..498ec05fca9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,7 @@ v 7.13.0 (unreleased) - API request /projects/:project_id/merge_requests?state=closed will return only closed merge requests without merged one. If you need ones that were merged - use state=merged. - Allow Administrators to filter the user list by those with or without Two-factor Authentication enabled. - Show a user's Two-factor Authentication status in the administration area. + - Explicit error when commit not found in the CI v 7.12.0 (unreleased) - Fix Error 500 when one user attempts to access a personal, internal snippet (Stan Hu) |