summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2016-06-14 23:05:33 +0800
committerLin Jen-Shin <godfat@godfat.org>2016-06-14 23:05:33 +0800
commit6c500034f4e626f28fa0a47534c24f7181131b43 (patch)
tree9269501787f26868f69a496eb9694104e6ae3d17 /CHANGELOG
parentfd285f71d8da46e76719a1055f168cd0b7e45094 (diff)
parentf74f42386029077d0f12ac407fc6ee39aaeeaf53 (diff)
downloadgitlab-ce-6c500034f4e626f28fa0a47534c24f7181131b43.tar.gz
Merge branch 'prefer-assign_to' into feature/runner-lock-on-project
* prefer-assign_to: Give 409 Conflict whenever the runner was already enabled We're checking return value rather than rescuing exceptions Prefer Runner#assign_to instead of creating directly
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 39c8450caf3..884ae250018 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -40,6 +40,7 @@ v 8.9.0 (unreleased)
- Added artifacts:when to .gitlab-ci.yml - this requires GitLab Runner 1.3
- Todos will display target state if issuable target is 'Closed' or 'Merged'
- Fix bug when sorting issues by milestone due date and filtering by two or more labels
+ - POST to API /projects/:id/runners/:runner_id would give 409 if the runner was already enabled for this project
- Add support for using Yubikeys (U2F) for two-factor authentication
- Link to blank group icon doesn't throw a 404 anymore
- Remove 'main language' feature