Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/rocketchatnotifier-plugin
  Commit: f273fb9cccd55a0507a473d7480d25ce581c688c
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/f273fb9cccd55a0507a473d7480d25ce581c688c
  Author: Martin Reinhardt <cont...@martinreinhardt-online.de>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M release.sh

  Log Message:
  -----------
  chore(build): Make build great again


  Commit: 93cd1dea1a42e592a42533ca2b59d19a66662bd4
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/93cd1dea1a42e592a42533ca2b59d19a66662bd4
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating poms for 1.0.5-SNAPSHOT development


  Commit: a7df0f48371163b58d5314a75411a181890d46a5
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/a7df0f48371163b58d5314a75411a181890d46a5
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Changelog


  Commit: 809243e8c65ab7fbe0c6ee82030fe1e292e7ba79
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/809243e8c65ab7fbe0c6ee82030fe1e292e7ba79
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating develop poms to master versions to avoid merge conflicts


  Commit: 59b04c6faafeed89f040e0144300e7462a1289a1
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/59b04c6faafeed89f040e0144300e7462a1289a1
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-11 (Mon, 11 Dec 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Updating develop poms back to pre merge state


  Commit: 8efccc45479ff85bda924cb153a2565f79a7f200
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/8efccc45479ff85bda924cb153a2565f79a7f200
  Author: Robert Williams <robe...@gmx.com>
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthentication.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatCallAuthentication.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java

  Log Message:
  -----------
  Separate authentication data from call builder

Small refactor to support providing alternative means
of authentication other than username/ password.
Shouldn't change any behaviour on its own, but needed
to support Webhook configuration.


  Commit: c7a069686e8c87c4e2390bb0f018dbe464fbaeb3
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/c7a069686e8c87c4e2390bb0f018dbe464fbaeb3
  Author: Robert Williams <robe...@gmx.com>
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/RocketClientWebhookImpl.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientImpl.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatWebhookAuthentication.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly

  Log Message:
  -----------
  Add support for per-build webhook configuration

Add field to build for webhook token or URL. This overrides
any saved authentication and channel data and can only post
to a single channel.

Update `RocketChatClientImpl` and `RocketChatClientCallBuilder` to
take webhook token and invoke a new authenticator for webhooks.

Related: JENKINS-42099


  Commit: 605504dfef18895402dcec4adf7fec2965b24988
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/605504dfef18895402dcec4adf7fec2965b24988
  Author: Robert Williams <robe...@gmx.com>
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/RocketClientWebhookImpl.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly

  Log Message:
  -----------
  Allow providing webhook token as credential

Add credential plugin dependency, add handling of
credential property in preference to plain text
credential.

TODO Backport credential support to normal password


  Commit: e95a2696500555e4f8df9037cea0e12cf506cab4
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/e95a2696500555e4f8df9037cea0e12cf506cab4
  Author: Martin Reinhardt <cont...@martinreinhardt-online.de>
  Date:   2017-12-29 (Fri, 29 Dec 2017)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/RocketClientWebhookImpl.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthentication.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatCallAuthentication.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientImpl.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatWebhookAuthentication.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly

  Log Message:
  -----------
  Merge pull request #17 from SonOfBowser/webhook-support

Add support for posting to webhook


  Commit: 4b32366c93cc3c67048821af88d1cc7bd76ee160
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/4b32366c93cc3c67048821af88d1cc7bd76ee160
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M 
src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilderTest.java

  Log Message:
  -----------
  tests(call-builder): Try to fix unit test errors


  Commit: bf8e03fad51e84c5860213ab9ff7e56688a1d7fa
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/bf8e03fad51e84c5860213ab9ff7e56688a1d7fa
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M .travis.yml
    M 
src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilderTest.java

  Log Message:
  -----------
  chore(build): Fix unit tests


  Commit: 2e12fc99692e4d7be5955aa6cd26614cd25122be
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/2e12fc99692e4d7be5955aa6cd26614cd25122be
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M RELEASE.md

  Log Message:
  -----------
  docs(release): Update release notes


  Commit: 4edd426cd6f7439d4fc75e8292e556a2780e1b4c
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/4edd426cd6f7439d4fc75e8292e556a2780e1b4c
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating poms for 1.1.0 branch with snapshot versions


  Commit: e2eb0e3cdf331698f2d9348f09d7d3e4885f6c23
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/e2eb0e3cdf331698f2d9348f09d7d3e4885f6c23
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Changelog


  Commit: 54e0d51c65433723012067e0aa2d8a22e8181598
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/54e0d51c65433723012067e0aa2d8a22e8181598
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  updating poms for branch'release-1.1.0' with non-snapshot versions


  Commit: 79e1794cec47a7aa1a4d0201ef5a8aaa5294cef8
      
https://github.com/jenkinsci/rocketchatnotifier-plugin/commit/79e1794cec47a7aa1a4d0201ef5a8aaa5294cef8
  Author: Reinhardt, Martin <cont...@martinreinhardt-online.de>
  Date:   2017-12-30 (Sat, 30 Dec 2017)

  Changed paths:
    M .travis.yml
    M RELEASE.md
    M pom.xml
    M release.sh
    M src/main/java/jenkins/plugins/rocketchatnotifier/RocketChatNotifier.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/RocketClientWebhookImpl.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatBasicCallAuthentication.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatCallAuthentication.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilder.java
    M 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientImpl.java
    A 
src/main/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatWebhookAuthentication.java
    M 
src/main/resources/jenkins/plugins/rocketchatnotifier/RocketChatNotifier/config.jelly
    M 
src/test/java/jenkins/plugins/rocketchatnotifier/rocket/RocketChatClientCallBuilderTest.java

  Log Message:
  -----------
  Merge branch 'release-1.1.0'

Conflicts:
        CHANGELOG.md
        pom.xml


Compare: 
https://github.com/jenkinsci/rocketchatnotifier-plugin/compare/0ef4cbb682c4...79e1794cec47

-- 
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.

Reply via email to