Skip to content

Fix external issue tracker hook/test for HTTPS URLs

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.

Re-submit https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/767 because of CI

Merge request reports