aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-email-notifications-plugin/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix quality flawsSimon Brandhof2014-10-091-1/+1
|
* SONAR-4366 SONAR-5095 Update quality gate email template in source codeJean-Baptiste Lievremont2014-04-091-12/+10
|
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-113-3/+3
|
* SONAR-4647 Add support for STARTTLSJulien HENRY2013-12-051-1/+23
|
* Rename some remaining "Sonar" to "SonarQube"Simon Brandhof2013-06-021-36/+32
|
* Rename to SonarQube in notification emailsSimon Brandhof2013-05-281-4/+4
|
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-272-490/+1
|
* SONAR-4283 implement the notification on new issues raised during project scanSimon Brandhof2013-05-262-85/+1
|
* Update copyright headersSimon Brandhof2013-04-225-20/+20
|
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-215-15/+15
|
* SONAR-4163 Add " - False Positive" in email subject when the new resolution ↵Julien Lancelot2013-03-261-71/+67
| | | | is False positive
* SONAR-3959 Refactor existing notification-related code Fabrice Bellingard2013-01-317-300/+10
|
* SONAR-3959 Add NotificationDispatcherMetadata classFabrice Bellingard2013-01-301-1/+1
|
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-293-32/+130
|
* SONAR-3959 Add notification type on NotificationDispatcherFabrice Bellingard2013-01-293-20/+19
|
* SONAR-2746 Fix testFabrice Bellingard2013-01-251-1/+1
|
* SONAR-2746 Email new alerts on favorite projectsFabrice Bellingard2013-01-242-0/+193
|
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-053-4/+4
|
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-195-79/+27
| | | | + Rename to EmailSettings + Use Settings instead of Configuration
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-041-1/+1
|
* Improve the stability of EmailNotificationChannelTest by using different ↵simonbrandhof2012-02-131-37/+27
| | | | SMTP ports
* SONAR-2747 Update JavadocFabrice Bellingard2012-02-081-1/+1
|
* SONAR-2747 Improve email messageFabrice Bellingard2012-02-081-3/+2
|
* SONAR-2747 Verification is now done on period1Fabrice Bellingard2012-02-081-3/+2
| | | And not necessarily 'since last analysis' period.
* SONAR-2747 Update email template for reviewsFabrice Bellingard2012-02-071-21/+1
| | | | | Remove the unnecessary "--" line at the end of the mail, which makes GMail hide the footer (as it considers this as a signature).
* SONAR-2747 Improve email renderingFabrice Bellingard2012-02-071-6/+6
|
* SONAR-3235 Make the numbers non breakable on the hotspot widgetsFabrice Bellingard2012-02-031-10/+5
|
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-032-0/+152
| | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...)
* Update copyright header for this new yearSimon Brandhof2012-01-105-5/+5
|
* Fix EmailNotificationChannelTestEvgeny Mandrikov2011-10-251-42/+47
| | | | | * Use SubEthaSMTP instead of Dumbster * Enable test on Mac OS X
* SONAR-2740 Email notifications: add prefix to the sender's nameEvgeny Mandrikov2011-10-101-1/+1
|
* SONAR-2779 Explicitly specify UTF-8 for outgoing emailsEvgeny Mandrikov2011-09-301-2/+14
|
* Disable the unit test EmailNotificationChannelTest on Mac OSSimon Brandhof2011-08-021-0/+3
|
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-281-1/+1
|
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-271-3/+134
|
* SONAR-2607 Should be only one dispatcher - ↵Evgeny Mandrikov2011-07-272-91/+13
| | | | ChangesInReviewAssignedToMeOrCreatedByMe
* SONAR-2607 Fix permalink in ReviewEmailTemplateEvgeny Mandrikov2011-07-271-10/+60
|
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-266-0/+751
* Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin