Skip to content

Use Gitlab::HTTP in download method

Igor Frenkel requested to merge 328484-import-use-gitlab-http-2 into master

What does this MR do and why?

This change uses Gitlab::HTTP library to do artifact download rather than IO in order to skip commonly undesirable URLs (e.g. localhost).

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #328484

Merge request reports