Commit Graph

11 Commits

Author SHA1 Message Date
GitLab Bot bdca097916 Add latest changes from gitlab-org/gitlab@master 2020-08-11 03:11:00 +00:00
GitLab Bot fa7ac2663b Add latest changes from gitlab-org/gitlab@master 2020-06-24 06:09:01 +00:00
GitLab Bot 87af6f2e05 Add latest changes from gitlab-org/gitlab@master 2020-03-16 21:09:21 +00:00
GitLab Bot b6ec12ceca Add latest changes from gitlab-org/gitlab@master 2020-01-22 21:08:48 +00:00
Bob Van Landuyt 6fbdc5ed52 Apply patches when creating MR via email
This allows users to add patches as attachments to merge request
created via email.

When an email to create a merge request is sent, all the attachments
ending in `.patch` will be applied to the branch specified in the
subject of the email. If the branch did not exist, it will be created
from the HEAD of the repository.

When the patches could not be applied, the error message will be
replied to the user.

The patches can have a maximum combined size of 2MB for now.
2018-11-07 16:27:55 +01:00
Peter Leitzen 7fe85c1d42 Freeze string literals
See Danger's suggestions:
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6869#note_93730253
2018-08-10 18:15:25 +02:00
Peter Leitzen fbd0f16252 Let Commits::TagService return a result hash 2018-08-10 16:45:11 +02:00
Peter Leitzen 7405a7ae5f Rename Commits::UpdateService to Commits::TagService 2018-08-10 16:45:11 +02:00
Peter Leitzen 18611f0eeb Refactor spec for Commits::UpdateService 2018-08-10 16:45:11 +02:00
Peter Leitzen 7a4b288ec9 Create a system note after tagging a commit 2018-08-10 16:45:11 +02:00
Peter Leitzen a892b2354c Tag a commit via `/tag 1.2.3 message` 2018-08-10 16:45:11 +02:00