Branch: refs/heads/master
Home: https://github.com/jenkinsci/mailer-plugin
Commit: ccdbe6dc61f6a3d6c857895e8e00dc19bdf36191
https://github.com/jenkinsci/mailer-plugin/commit/ccdbe6dc61f6a3d6c857895e8e00dc19bdf36191
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Replace if by switch
Add explicit logging in case of unset build result.
Commit: f110bad050a052c03b60a5e1aab5ef81bbce298f
https://github.com/jenkinsci/mailer-plugin/commit/f110bad050a052c03b60a5e1aab5ef81bbce298f
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailAddressResolver.java
Log Message:
-----------
Fix Javadoc warnings.
Commit: a1373169c1efcf561d7bc5e5a3f48feacea49b87
https://github.com/jenkinsci/mailer-plugin/commit/a1373169c1efcf561d7bc5e5a3f48feacea49b87
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
M src/main/java/hudson/tasks/Mailer.java
Log Message:
-----------
Fix Javadoc warnings.
Commit: 76710d4f98314f97c52069a88a72dea0f8fb279b
https://github.com/jenkinsci/mailer-plugin/commit/76710d4f98314f97c52069a88a72dea0f8fb279b
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Result is not an enumeration, try String instead
Commit: 08c4e83e2e91350f4a7536b7bf59555bb27f2333
https://github.com/jenkinsci/mailer-plugin/commit/08c4e83e2e91350f4a7536b7bf59555bb27f2333
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Add block statements.
Commit: 82f03076351c5bae1772d1c0c62135f859315ade
https://github.com/jenkinsci/mailer-plugin/commit/82f03076351c5bae1772d1c0c62135f859315ade
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/jenkins/plugins/mailer/tasks/MimeMessageBuilder.java
Log Message:
-----------
Fix Javadoc warnings.
Commit: d1b3fbf67a14f51d455f5031100265ee754a8c24
https://github.com/jenkinsci/mailer-plugin/commit/d1b3fbf67a14f51d455f5031100265ee754a8c24
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Revert switching to switch.
Commit: 0740ef0ea65f26c1cfd7494128c7d701df821b9e
https://github.com/jenkinsci/mailer-plugin/commit/0740ef0ea65f26c1cfd7494128c7d701df821b9e
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Add defaultGoal to ease local tests.
Commit: 50ec5033763057c6bb4e353ea1de3df496316e63
https://github.com/jenkinsci/mailer-plugin/commit/50ec5033763057c6bb4e353ea1de3df496316e63
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/resources/hudson/tasks/Mailer/config_de.properties
M src/main/resources/hudson/tasks/Mailer/help_de.html
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_de.properties
Log Message:
-----------
Fix umlauts encoding in properties file
Use \u00E4 syntax for all characters.
Commit: a102903b977a75da8b2689e05b78c0de26004825
https://github.com/jenkinsci/mailer-plugin/commit/a102903b977a75da8b2689e05b78c0de26004825
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-12 (Fri, 12 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Replace Sysout with logger.
Commit: d8ce3d2a6c2d8d206016f5e3dc44dd35eb6b1815
https://github.com/jenkinsci/mailer-plugin/commit/d8ce3d2a6c2d8d206016f5e3dc44dd35eb6b1815
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-21 (Sun, 21 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Adapt log message to include build name
Commit: c522dedcb2e11179d3aa8eb1190d3f77d1c9d11e
https://github.com/jenkinsci/mailer-plugin/commit/c522dedcb2e11179d3aa8eb1190d3f77d1c9d11e
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-21 (Sun, 21 Oct 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Switched message to listener instead.
-Organized imports after removing newly introduced logger.
Commit: 1e5f338c7112931b683703fca1b471294bc87d6a
https://github.com/jenkinsci/mailer-plugin/commit/1e5f338c7112931b683703fca1b471294bc87d6a
Author: Hugo Hirsch <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/jenkins/plugins/mailer/tasks/MailAddressFilter.java
Log Message:
-----------
Fix javadoc warnings.
Commit: 62e809fa2fab5fe92fd35de8646d09b304f8a72d
https://github.com/jenkinsci/mailer-plugin/commit/62e809fa2fab5fe92fd35de8646d09b304f8a72d
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-27 (Tue, 27 Nov 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Downgrade to verify as defaultGoal.
Commit: 71cc60401229ffb095e74525c0faf3e1655b36d0
https://github.com/jenkinsci/mailer-plugin/commit/71cc60401229ffb095e74525c0faf3e1655b36d0
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-27 (Tue, 27 Nov 2018)
Changed paths:
M src/main/java/hudson/tasks/MailAddressResolver.java
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Fix javadoc issues as mentioned by Adrien Lecharpentier
Commit: c4a413754d375e5cc3ed924d5e07728a8bab9e51
https://github.com/jenkinsci/mailer-plugin/commit/c4a413754d375e5cc3ed924d5e07728a8bab9e51
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-27 (Tue, 27 Nov 2018)
Changed paths:
M src/main/java/hudson/tasks/MailAddressResolver.java
Log Message:
-----------
Add missing javdoc.
Commit: 282c0df95104c25871f815821e2ab8ff484c9cc3
https://github.com/jenkinsci/mailer-plugin/commit/282c0df95104c25871f815821e2ab8ff484c9cc3
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M src/main/java/hudson/tasks/Mailer.java
Log Message:
-----------
Fix javadoc errors and remove unthrown exception.
Commit: 8e281d0165f5b00213bf9db21dc4f7eafaf234bf
https://github.com/jenkinsci/mailer-plugin/commit/8e281d0165f5b00213bf9db21dc4f7eafaf234bf
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M src/main/java/hudson/tasks/Mailer.java
Log Message:
-----------
Fix javadoc warnings
Rename variable to comply with Java standard
Commit: 354fb52462a23bc2e9ddc15cc2ed9cc73afa028b
https://github.com/jenkinsci/mailer-plugin/commit/354fb52462a23bc2e9ddc15cc2ed9cc73afa028b
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M src/main/java/hudson/tasks/Mailer.java
Log Message:
-----------
Fix javadoc errors.
Commit: 5ecec0d2bd2a92c9e7f39b89dda9f4ea0dabffa3
https://github.com/jenkinsci/mailer-plugin/commit/5ecec0d2bd2a92c9e7f39b89dda9f4ea0dabffa3
Author: Hugo Hirsch <[email protected]>
Date: 2018-11-28 (Wed, 28 Nov 2018)
Changed paths:
M src/main/java/hudson/tasks/Mailer.java
M src/main/java/jenkins/plugins/mailer/tasks/MailAddressFilter.java
Log Message:
-----------
Fix remaining javadoc warnings
Commit: 62f44e59527dd7fd4db3c6ec86150d848d95ddfb
https://github.com/jenkinsci/mailer-plugin/commit/62f44e59527dd7fd4db3c6ec86150d848d95ddfb
Author: Hugo Hirsch <[email protected]>
Date: 2018-12-04 (Tue, 04 Dec 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Update default goal to hpi:run
You may generate a locally running instance with
mvn hpi:custom-war hpi:run
Commit: 0cc06bddb45b791832105b8fb10aca673d16afe1
https://github.com/jenkinsci/mailer-plugin/commit/0cc06bddb45b791832105b8fb10aca673d16afe1
Author: Hugo Hirsch <[email protected]>
Date: 2018-12-05 (Wed, 05 Dec 2018)
Changed paths:
M src/main/java/hudson/tasks/MailSender.java
Log Message:
-----------
Refactoring changes header
Simplified extraction of changes from line break logic.
(Linebreak does not seem to work properly, but will file a different issue for
that)
Commit: 55abb1f3e4caf45b1e0ce645164ff0d0776ca11d
https://github.com/jenkinsci/mailer-plugin/commit/55abb1f3e4caf45b1e0ce645164ff0d0776ca11d
Author: Hugo Hirsch <[email protected]>
Date: 2018-12-05 (Wed, 05 Dec 2018)
Changed paths:
M pom.xml
M src/main/java/hudson/tasks/Mailer.java
R
src/main/resources/hudson/tasks/Mailer/UserProperty/config_zh_CN.properties
R src/main/resources/hudson/tasks/Mailer/config_zh_CN.properties
R src/main/resources/hudson/tasks/Mailer/global_zh_CN.properties
R src/main/resources/hudson/tasks/Mailer/help-defaultSuffix_zh_CN.html
R src/main/resources/hudson/tasks/Mailer/help-sendToIndividuals_zh_CN.html
R src/main/resources/hudson/tasks/Mailer/help-smtpAuth_zh_CN.html
R src/main/resources/hudson/tasks/Mailer/help-smtpPort_zh_CN.html
R src/main/resources/hudson/tasks/Mailer/help-smtpServer_zh_CN.html
R src/main/resources/hudson/tasks/Mailer/help-useSsl_zh_CN.html
M src/main/resources/hudson/tasks/Mailer/help_de.html
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: e53bcb0a97e5bd38ae5b90271dc5d45d01cbbb2e
https://github.com/jenkinsci/mailer-plugin/commit/e53bcb0a97e5bd38ae5b90271dc5d45d01cbbb2e
Author: Hugo Hirsch <[email protected]>
Date: 2019-02-03 (Sun, 03 Feb 2019)
Changed paths:
M pom.xml
M src/main/java/hudson/cli/MailCommand.java
M src/main/java/hudson/tasks/Mailer.java
M src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages.properties
A
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_bg.properties
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_de.properties
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_es.properties
A
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_it.properties
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_ja.properties
A
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_lt.properties
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_pt_BR.properties
A
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_sr.properties
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_zh_TW.properties
M src/test/java/hudson/tasks/MailSenderTest.java
M src/test/java/hudson/tasks/MailerTest.java
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: 6b8ea8324c12cb1bf51e9d9bf3735a264928b065
https://github.com/jenkinsci/mailer-plugin/commit/6b8ea8324c12cb1bf51e9d9bf3735a264928b065
Author: Adrien Lecharpentier <[email protected]>
Date: 2019-03-29 (Fri, 29 Mar 2019)
Changed paths:
M pom.xml
M src/main/java/hudson/tasks/MailAddressResolver.java
M src/main/java/hudson/tasks/MailSender.java
M src/main/java/hudson/tasks/Mailer.java
M src/main/java/jenkins/plugins/mailer/tasks/MailAddressFilter.java
M src/main/java/jenkins/plugins/mailer/tasks/MimeMessageBuilder.java
M src/main/resources/hudson/tasks/Mailer/config_de.properties
M
src/main/resources/jenkins/plugins/mailer/tasks/i18n/Messages_de.properties
Log Message:
-----------
Merge pull request #44 from ottlinger/master
Explicitly log not sending mails if no build result is set and fix some German
umlauts apart from Javadoc warnings
Compare:
https://github.com/jenkinsci/mailer-plugin/compare/4e668658e4b5...6b8ea8324c12
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.