summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBenjamin Schmid <benjamin.schmid@exxcellent.de>2016-05-30 12:30:35 +0200
committerRémy Coutable <remy@rymai.me>2016-06-14 10:07:34 +0200
commit46f3cd7c65b871d4efa6c33fbfccbc01fdf36649 (patch)
tree22c068c7871f19c0c96205292b8057e2c058a624 /CHANGELOG
parent84b07f7054bca5820bc54a99014538506718201e (diff)
downloadgitlab-ce-46f3cd7c65b871d4efa6c33fbfccbc01fdf36649.tar.gz
Fix broken URI joining for `bamboo_url` with suffixes
If one had configured a `bamboo_url` like http://foo.bar/bamboo in the previous implementation the plugin directed it's request i.e. to http://foo.bar/rest/... instead of http://foo.bar/bamboo/rest/... `URI.join` only works correctly, if the prefix URL has - at least one or more trailing '/' - the appended parts are _not_ prefixed with '/' The current implementation should work with all sorts of Bamboo base URLs. Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 3387394de5b..bba6991f184 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -38,6 +38,7 @@ v 8.9.0 (unreleased)
- Add option to project to only allow merge requests to be merged if the build succeeds (Rui Santos)
- Fix issues filter when ordering by milestone
- Added artifacts:when to .gitlab-ci.yml - this requires GitLab Runner 1.3
+ - Bamboo Service: Fix missing credentials & URL handling when base URL contains a path (Benjamin Schmid)
- 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
- Add support for using Yubikeys (U2F) for two-factor authentication