diff options
author | Robert Speicher <robert@gitlab.com> | 2016-05-11 12:45:39 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-05-11 12:45:39 +0000 |
commit | d526cda5028c9b55241a6996f32cc6a967e8fcba (patch) | |
tree | fbe19e13916b204efb0db1d899693311fa092b78 /CHANGELOG | |
parent | e9706b2f9bcf5f9f914e414056d02c523224d618 (diff) | |
parent | 5f27e26bb4d073c04fd6d3f4116fc1a122db8c00 (diff) | |
download | gitlab-ce-d526cda5028c9b55241a6996f32cc6a967e8fcba.tar.gz |
Merge branch '17270-only-generate-email-on-push-once-for-all-recipients' into 'master'
Only generate repository push email once
The repository push email can be very expensive to generate, especially
with syntax-highlighted diffs. Instead of generating the email for each
recipient, generate one email object and reset the Message-Id and To
headers for each recipient. (Cloning would also be expensive in the case
of large emails, although probably not as bad as generating from
scratch.)
Closes #17270.
See merge request !4070
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index caa0923573a..4841361482d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ v 8.8.0 (unreleased) - Fix error when visiting commit builds page before build was updated - Add 'l' shortcut to open Label dropdown on issuables and 'i' to create new issue on a project - Update SVG sanitizer to conform to SVG 1.1 + - Speed up push emails with multiple recipients by only generating the email once - Updated search UI - Display informative message when new milestone is created - Sanitize milestones and labels titles |