Skip to content

Use FileStoreMounter in PipelineArtifact

Max Orefice requested to merge mo-use-file-store-mounter-pipeline-artifact into master

Ref: #234036 (comment 392283242)

What does this MR do?

This MR refactors our file uploader for our PipelineArtifact model.

It does 2 things:

Why are we doing this?

Following up !37907 (merged) where we introduced a new concern to better encapsulate logic to update the file store column after record creation.

We can now use this new concern within our new model.

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 Max Orefice

Merge request reports