Skip to content

Fix uploading of LFS tracked file through UI

Patrick Bajao requested to merge 61203-fix-lfs-ui-upload into master

What does this MR do?

Fix uploading of LFS tracked file through UI

Currently, Lfs::FileTransformer expects that the file_content is always an String. It's also possible to pass file_content as an actual file. That's why it's raising an exception.

Does this MR meet the acceptance criteria?

Conformity

Performance 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

Closes #61203 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports