Branch: refs/heads/master Home: https://github.com/jenkinsci/rocketchatnotifier-plugin Commit: 3f8971b21b2a68150a32a02b9113b4a6e613699a https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/3f8971b21b2a68150a32a02b9113b4a6e613699a Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-01-26 (Sat, 26 Jan 2019)
Changed paths: M CHANGELOG.md M pom.xml Log Message: ----------- Merge branch 'release/1.4.1' into develop Commit: 85da772531e3338921800f684f1fa213ed46ddbd https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/85da772531e3338921800f684f1fa213ed46ddbd Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-01-26 (Sat, 26 Jan 2019) Changed paths: M pom.xml Log Message: ----------- update for next development version Commit: 163d78537e275d672210d00e82680012ceb5a640 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/163d78537e275d672210d00e82680012ceb5a640 Author: Hiroshi Shirosaki <h.shiros...@gmail.com> Date: 2019-01-29 (Tue, 29 Jan 2019) Changed paths: M src/main/java/jenkins/plugins/rocketchatnotifier/ActiveNotifier.java M src/main/java/jenkins/plugins/rocketchatnotifier/MessageBuilder.java M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java M src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly M src/test/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifierTest.java Log Message: ----------- Add option to include last 100 lines console log Commit: 80ae120945cff5a8e8cdcaaa71e16d4b70a45c67 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/80ae120945cff5a8e8cdcaaa71e16d4b70a45c67 Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-01-29 (Tue, 29 Jan 2019) Changed paths: M src/main/java/jenkins/plugins/rocketchatnotifier/ActiveNotifier.java M src/main/java/jenkins/plugins/rocketchatnotifier/MessageBuilder.java M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java M src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly M src/test/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifierTest.java Log Message: ----------- feat(Log): Add option to include last 100 lines console log Commit: 334cbf3941907bcf4caa62a4db76a6872e212520 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/334cbf3941907bcf4caa62a4db76a6872e212520 Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-01-29 (Tue, 29 Jan 2019) Changed paths: M pom.xml Log Message: ----------- chore(Build): Update Plugin dependency Commit: 4d279276549a9d8a723ba234cc138eb8de48468a https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/4d279276549a9d8a723ba234cc138eb8de48468a Author: Falko Modler <fa...@users.noreply.github.com> Date: 2019-01-31 (Thu, 31 Jan 2019) Changed paths: M src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java Log Message: ----------- fix(RocketChatClientCallBuilder): fix proxy access without credentials (JENKINS-55890) Including refactoring to improve code quality and to reduce complexity of different execution paths. Also fixes: org.apache.http.conn.UnsupportedSchemeException: http protocol is not supported when using proxy (with or without auth) and trustSSL is active. Also switches from deprecated SSLSocketFactory to SSLConnectionSocketFactory. Commit: c5a8b346effde2a3070f4da1b1e52c22bc639129 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/c5a8b346effde2a3070f4da1b1e52c22bc639129 Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java Log Message: ----------- Merge pull request #30 from famod/JENKINS-55890-fix-and-refactoring fix(RocketChatClientCallBuilder): fix proxy access without credentials (JENKINS-55890) Commit: d400524c4fa124c4afe8db8c26d75947cfc88e42 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/d400524c4fa124c4afe8db8c26d75947cfc88e42 Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthentication.java M src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthenticationTest.java Log Message: ----------- tests(Login): Adding token unit test Commit: 2194363fac4d954a2695b1a5f215bca8f8c8791e https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/2194363fac4d954a2695b1a5f215bca8f8c8791e Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilderIT.java Log Message: ----------- tests(CLientCallBuilderIT): use mocks instead of impl Commit: d19899fce22c7f4a960ff7c04ef5abec385c2bb2 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/d19899fce22c7f4a960ff7c04ef5abec385c2bb2 Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M pom.xml Log Message: ----------- update versions for release Commit: a58ac575739968844a6d09e326bf2d8abaf0d871 https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/a58ac575739968844a6d09e326bf2d8abaf0d871 Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M CHANGELOG.md Log Message: ----------- Changelog Commit: b3fdd07d99e4d999d7eb35b35cf8305af9872c0d https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/b3fdd07d99e4d999d7eb35b35cf8305af9872c0d Author: Martin Reinhardt <cont...@martinreinhardt-online.de> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M CHANGELOG.md M pom.xml M src/main/java/jenkins/plugins/rocketchatnotifier/ActiveNotifier.java M src/main/java/jenkins/plugins/rocketchatnotifier/MessageBuilder.java M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java M src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthentication.java M src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java M src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly M src/test/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifierTest.java M src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthenticationTest.java M src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilderIT.java Log Message: ----------- Merge branch 'release/1.4.2' Compare: https://github.com/jenkinsci/rocketchatnotifier-plugin/compare/82ab0854d12f...b3fdd07d99e4 -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.