diff options
author | Daniel Gerhardt <code@dgerhardt.net> | 2015-06-04 21:08:35 +0200 |
---|---|---|
committer | Daniel Gerhardt <code@dgerhardt.net> | 2015-06-05 17:00:19 +0200 |
commit | 7f3eb42f4ec90315062e5ba08a0f48e5a21ec360 (patch) | |
tree | f6152d2b2ed7f4e58b1b71d1f81fb151dc3a5702 /CHANGELOG | |
parent | bedc66eb0407aa36127367f53f76944ebb98f5a6 (diff) | |
download | gitlab-ce-7f3eb42f4ec90315062e5ba08a0f48e5a21ec360.tar.gz |
Fix external issue tracker hook/test for HTTPS URLsdgerhardt/gitlab-ce-fix-ext-issue-tracker-hook
If HTTPS was used for 'project_url', an error was raised because a HTTP
connection was established to the default HTTPS port.
The code has been corrected and simplified by using HTTParty.
Additionally, the request now is made directly to the 'project_url'
instead of the extracted root path.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index fe6b0bcee95..f63b36c2461 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 7.12.0 (unreleased) + - Fix external issue tracker hook/test for HTTPS URLs (Daniel Gerhardt) - Don't notify users mentioned in code blocks or blockquotes. - Omit link to generate labels if user does not have access to create them (Stan Hu) - Disable changing of the source branch in merge request update API (Stan Hu) |