Skip to content

Draft: Open Merge Request via git send-email

Andrew Fontaine requested to merge git-sendemail-support into master

What does this MR do?

git send-email is a built-in git tool that allows users to send patches via email. You can currently open a merge request by sending an email to a specific email address, but it requires the patches be attachments. git send-email sends the patch as the email body, so some changes need to be made to allow for merge requests to be processed if they are sent this way.

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 Andrew Fontaine

Merge request reports