Branch: refs/heads/master
Home: https://github.com/jenkinsci/rocketchatnotifier-plugin
Commit: aafaa30be3b95f14fbd028f8cc57ccd7d23ab277
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/aafaa30be3b95f14fbd028f8cc57ccd7d23ab277
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M pom.xml
Log Message:
---
updating poms for 1.1.3-SNAPSHOT development
Commit: 9458554abfe2ce56d97a7b619584288a8456bf6f
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/9458554abfe2ce56d97a7b619584288a8456bf6f
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M CHANGELOG.md
Log Message:
---
Changelog
Commit: 229e7a5bb997e330a20769d913cd3ded1583f4f7
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/229e7a5bb997e330a20769d913cd3ded1583f4f7
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M pom.xml
Log Message:
---
updating develop poms to master versions to avoid merge conflicts
Commit: 550b354321b2a3ed3065c600dda1a04020827a7b
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/550b354321b2a3ed3065c600dda1a04020827a7b
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M pom.xml
Log Message:
---
Updating develop poms back to pre merge state
Commit: 448ae1c1c5dedc443a19a93f0500cd081d5ade73
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/448ae1c1c5dedc443a19a93f0500cd081d5ade73
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M pom.xml
Log Message:
---
chore(build): Fix release prefix
Commit: 705cf3e77088df1ace7aa4269c59dffa87b5c87b
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/705cf3e77088df1ace7aa4269c59dffa87b5c87b
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M pom.xml
Log Message:
---
refactor(dependencies): Remove obsolete dependency
Commit: 51d4c98a8a804d2ad9f9fee129be3b45420e605c
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/51d4c98a8a804d2ad9f9fee129be3b45420e605c
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M pom.xml
Log Message:
---
docs(JIRA): Corrected JIRA link
Commit: 14c4527a42763259d4e17831e5dfe8621785a322
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/14c4527a42763259d4e17831e5dfe8621785a322
Author: Reinhardt, Martin
Date: 2018-01-25 (Thu, 25 Jan 2018)
Changed paths:
M README.md
Log Message:
---
docs(README): Updating README
Commit: d8ac5673882d0d762a9dc4292d776cdda9c8298a
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/d8ac5673882d0d762a9dc4292d776cdda9c8298a
Author: Reinhardt, Martin
Date: 2018-02-02 (Fri, 02 Feb 2018)
Changed paths:
M
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java
A src/main/java/jenkins/plugins/rocketchatnotifier/utils/NetworkUtils.java
A
src/test/java/jenkins/plugins/rocketchatnotifier/utils/NetworkUtilsTest.java
Log Message:
---
refactor(proxy): Rewrite proxy config logic
see #https://issues.jenkins-ci.org/browse/JENKINS-47858
Commit: addcab41bf117eacb949f359dc08d29dc3d980af
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/addcab41bf117eacb949f359dc08d29dc3d980af
Author: Lyndon Washington
Date: 2018-02-06 (Tue, 06 Feb 2018)
Changed paths:
M
src/main/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep.java
M
src/main/resources/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep/config.jelly
M
src/test/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendTest.java
Log Message:
---
Fix for JENKINS-49407
- Updated the jelly template to include the new webhook parameters.
- Updated RocketSendStep.getRocketClient() to return the correct RocketClient
implementation type based in the presence of the webhook parameters.
- Updated the unit tests with a version that handles the Webhook implementation.
Commit: 6b094dfecac69baeb0b29795c05d229bd9e0cfa2
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/6b094dfecac69baeb0b29795c05d229bd9e0cfa2
Author: Martin Reinhardt
Date: 2018-02-07 (Wed, 07 Feb 2018)
Changed paths:
M
src/main/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep.java
M
src/main/resources/jenkins/plugins/rocketchatnotifier/workflow/RocketSendStep/config.jelly
M
src/test/java/jenkins/plugins/rocketchatnotifier/workflow/RocketSendTest.java
Log Message:
---
Merge pull request #19 from hoshposh/bugfix/JENKINS-49407
Fix for JENKINS-49407
Commit: 673b6ea3880dd6c7b72ba9805829801a73870830
https://github.c