Skip to content

Add a utility to download files

Savas Vedova requested to merge 213670-extract-new-util-function into master

What does this MR do?

This is a follow up from !26838 (merged).

In that branch we have used a custom implementation trigger downloads programmatically. Since this behaviour is used several times in the codebase, it makes sense to provide a utility function.

This MR adds that utility function and removes the identified custom implementations.

Screenshots

There are no visual changes.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Savas Vedova

Merge request reports