Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot 52192e0f19 Add latest changes from gitlab-org/gitlab@master 2022-03-23 09:07:30 +00:00
GitLab Bot 1c75400c24 Add latest changes from gitlab-org/gitlab@master 2020-07-03 09:08:53 +00:00
Kushal Pandya 08c1989b0d
Use `sanitize_name` to sanitize URL in user full name 2019-01-31 16:52:48 +01:00
Stan Hu 47b1528abe Fix undefined method `one?` when pushing to an existing merge request
An untested code path was triggering an Exception because Fixnum
doesn't have `one?` implemented in Rails, while arrays and collections
do.

Closes #45152
2018-04-07 23:43:40 -07:00
Sean McGivern 682eb75834 Fix body of email when commits are pushed to an MR
This was sending the current user, which is the recipient! It should be the user
who pushed the commits.
2018-04-03 13:22:25 +01:00
YarNayar 99b01e2359 Send notification emails when push to a merge request
Closes #23460
2018-03-26 13:24:52 +01:00