Skip to content

Add upload blob modal component

Brandon Labuschagne requested to merge add-upload-blob-modal-component into master

What does this MR do?

The MR re-adds the UploadBlobModal component to the code base. This was originally implemented in !53623 (merged) but later reverted in !55548 (merged) due to an additional area of code which broke because it wasn't set to use this new modal.

This MR is an attempt to make the migration MR smaller by adding the standalone component back to the codebase before implementing it in the 3 required areas.

Screenshots (strongly suggested)

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 Brandon Labuschagne

Merge request reports