Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-02Backport changes in EE MR 4972: System Header and FooterAndré Luís
2018-01-17Initial work to add notification reason to emailsMario de la Ossa
Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-06-13add view helper for mail headingAlexis Reigel
2017-05-10Enable the Style/TrailingCommaInLiteral copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-22restrict height of the custom brand logo in emailsAlexis Reigel
2017-02-22use custom brand logo in pipeline mailsAlexis Reigel
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-05-17Syntax-highlight diffs in push emailsSean McGivern
Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
2015-11-25If action link is not found, return nil.Marin Jankovski
2015-07-29Replace Rugments with RougeStefan Tatschner
I have mainly created the rugments fork for the purpose of improving gitlab's highlighting. Nowadays IMO it works way better than the old highlight.js solution. But the development is stuck on my side because of a couple of personal reasons: * I have finished my studies; last months I was writing my master thesis. So there was a huge time problem. I am sorry for that. * I had to move to Munich due to getting a (paid) job. Searching a flat here is horrible... :) * Last but not least, maintaining the same code base in two seperate projects is a mess. I have decided to switch back to rouge due to several reasons: * In the beginning I was quite motivated, but since I start working on my new job next week, the best solution IMO is switching back to upstream rouge. * Rouge is continously improving: https://github.com/jneen/rouge/blob/master/CHANGELOG.md http://rouge.jneen.net/ * There should be absolutely no regressions with this change. Most likely this pull request will almost fix some minor bugs. * One less gem in gitlab is a good thing. since Gitlab is quite a huge bundle of gems. Reducing complexity should be a major milestone. Thanks a lot to @stanhu and @jneen for the review!
2015-05-16Fill in email on the new password formVinnie Okada
2015-05-16Explain reset token expiration in emailsVinnie Okada
Tell new users when their password reset token expires and provide a link to get a new one.
2015-04-13Revert "Merge branch 'fix_email_images' into 'master'"Hannes Rosenögger
This reverts commit d66148ef393f1748c669c934eec4e928d92ef36a, reversing changes made to cdb64a81a8ca96961033b8ab06d5191ef5449634. This change needed to be reverted, because not enough email clients support inline images.
2015-03-31Move EmailsOnPush highlight CSS inline instead of being in every ↵Douwe Maan
notification email.
2015-03-12replace images in emails with inline imagesHannes Rosenögger
This adds the functionality of replacing all images that were uploaded to gitlab with inline images(base64) in emails. This change fixes the broken images in emails that 7.8 introduced
2015-02-03Convert hashes to ruby 1.9 styleDmitriy Zaporozhets
2015-01-17Add Diff syntax colors for email-on-push notificationsHannes Rosenögger
2014-11-12Set action on issue/mr creation mail.Marin Jankovski
2014-11-11Create emails helper for actions links.Marin Jankovski