Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/mattermost-plugin
  Commit: 9206d1a94903a3f35c2d8a257835e8f20773e74c
      
https://github.com/jenkinsci/mattermost-plugin/commit/9206d1a94903a3f35c2d8a257835e8f20773e74c
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  gitignore change


  Commit: cf095dce6021bd8a45a0372f993f215ae5c99cc8
      
https://github.com/jenkinsci/mattermost-plugin/commit/cf095dce6021bd8a45a0372f993f215ae5c99cc8
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/ActiveNotifier.java
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M 
src/test/java/jenkins/plugins/mattermost/StandardMattermostServiceTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java

  Log Message:
  -----------
  workaround and reimport


  Commit: 75e7d5933297c378d56d0e4c1f2d005c29ad1fe4
      
https://github.com/jenkinsci/mattermost-plugin/commit/75e7d5933297c378d56d0e4c1f2d005c29ad1fe4
  Author: Jo Vandeginste <[email protected]>
  Date:   2019-11-25 (Mon, 25 Nov 2019)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/mattermost/workflow/MattermostSendStep.java
    M src/test/java/jenkins/plugins/mattermost/MattermostNotifierStub.java
    M src/test/java/jenkins/plugins/mattermost/MattermostNotifierTest.java

  Log Message:
  -----------
  WIP

Signed-off-by: Jo Vandeginste <[email protected]>


  Commit: 1a429cb79443c7c1daf2be0fcd77e8d2825ff8ad
      
https://github.com/jenkinsci/mattermost-plugin/commit/1a429cb79443c7c1daf2be0fcd77e8d2825ff8ad
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Pom fix for workflow-step-api, requires test-jar for StepConfigTest dep.


  Commit: 616da3ed6679fd599fdc0f1f2c3faa3afcd1dc83
      
https://github.com/jenkinsci/mattermost-plugin/commit/616da3ed6679fd599fdc0f1f2c3faa3afcd1dc83
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepTest.java

  Log Message:
  -----------
  explicit StepConfigTest dep
refactor of Step Tests
and update of mock for .get instead of .getinstance


  Commit: be3902f273d4e64284d796f57b6334ada05b4226
      
https://github.com/jenkinsci/mattermost-plugin/commit/be3902f273d4e64284d796f57b6334ada05b4226
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-26 (Tue, 26 Nov 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java

  Log Message:
  -----------
  parse glob to regex


  Commit: 8e5b141f28ef71ba7e0d6f3d29b03d56319de3bb
      
https://github.com/jenkinsci/mattermost-plugin/commit/8e5b141f28ef71ba7e0d6f3d29b03d56319de3bb
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  refactor of pom


  Commit: 84301945c11ab3ca6224dc8fee6641550870dd94
      
https://github.com/jenkinsci/mattermost-plugin/commit/84301945c11ab3ca6224dc8fee6641550870dd94
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-27 (Wed, 27 Nov 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/workflow/MattermostSendStep.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepTest.java

  Log Message:
  -----------
  MatterMostSendStepExecution rework to new interface
Test refactor to avoid using jenkinsrule assertLogContains
WARNING: Mockit version to old, throws Methods exception because jenkinsrule 
depends on newer version. Newer mockit version requires major refactor of test 
classes


  Commit: 077ba3012df81afc500de7120c554f15792a6e94
      
https://github.com/jenkinsci/mattermost-plugin/commit/077ba3012df81afc500de7120c554f15792a6e94
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-28 (Thu, 28 Nov 2019)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M 
src/test/java/jenkins/plugins/mattermost/StandardMattermostServiceStub.java
    M 
src/test/java/jenkins/plugins/mattermost/StandardMattermostServiceTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java

  Log Message:
  -----------
  TODO refactor test
http rework


  Commit: 080a9cfac8241a88e4890a4b77b8c52c30df8123
      
https://github.com/jenkinsci/mattermost-plugin/commit/080a9cfac8241a88e4890a4b77b8c52c30df8123
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M 
src/test/java/jenkins/plugins/mattermost/StandardMattermostServiceTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java

  Log Message:
  -----------
  refactor tests


  Commit: ed59253fc8fbb6f533c46098acfc65f57e70d53d
      
https://github.com/jenkinsci/mattermost-plugin/commit/ed59253fc8fbb6f533c46098acfc65f57e70d53d
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M 
src/test/java/jenkins/plugins/mattermost/StandardMattermostServiceTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java

  Log Message:
  -----------
  refactor tests


  Commit: 9fd18ca450d0ba58b8f7bf89ddb73f407995b935
      
https://github.com/jenkinsci/mattermost-plugin/commit/9fd18ca450d0ba58b8f7bf89ddb73f407995b935
  Author: Louis Roebben <[email protected]>
  Date:   2019-11-29 (Fri, 29 Nov 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/MattermostNotifier.java
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M src/main/java/jenkins/plugins/mattermost/workflow/MattermostSendStep.java
    M 
src/test/java/jenkins/plugins/mattermost/StandardMattermostServiceTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepTest.java
    A src/test/java/jenkins/plugins/mattermost/workflow/TestListener.java

  Log Message:
  -----------
  refactor tests


  Commit: 9bcdbb797455d8e64040a7276f89d152900bee67
      
https://github.com/jenkinsci/mattermost-plugin/commit/9bcdbb797455d8e64040a7276f89d152900bee67
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M pom.xml
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepTest.java

  Log Message:
  -----------
  test success


  Commit: a6580ed14734c19343eef60fee915a0d1d917ba1
      
https://github.com/jenkinsci/mattermost-plugin/commit/a6580ed14734c19343eef60fee915a0d1d917ba1
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java
    M src/test/java/jenkins/plugins/mattermost/workflow/TestListener.java

  Log Message:
  -----------
  https success


  Commit: 4865e44bc01e14ff0dae0c30bb05eb0666111e1f
      
https://github.com/jenkinsci/mattermost-plugin/commit/4865e44bc01e14ff0dae0c30bb05eb0666111e1f
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M src/main/java/jenkins/plugins/mattermost/workflow/MattermostSendStep.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java
    M src/test/java/jenkins/plugins/mattermost/workflow/TestListener.java

  Log Message:
  -----------
  https success


  Commit: 75d4071f5ee67cc2189b77030ac0b613a59ba46d
      
https://github.com/jenkinsci/mattermost-plugin/commit/75d4071f5ee67cc2189b77030ac0b613a59ba46d
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-02 (Mon, 02 Dec 2019)

  Changed paths:

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#       
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java


  Commit: 419c5ee08a8cb5ccff697f20b117c5033ff63866
      
https://github.com/jenkinsci/mattermost-plugin/commit/419c5ee08a8cb5ccff697f20b117c5033ff63866
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-03 (Tue, 03 Dec 2019)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/mattermost/MattermostNotifier.java
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M src/main/java/jenkins/plugins/mattermost/workflow/MattermostSendStep.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java
    M src/test/java/jenkins/plugins/mattermost/workflow/TestListener.java

  Log Message:
  -----------
  RC2


  Commit: 367a94bec0c0b84f34eb237e629115d88400c6f3
      
https://github.com/jenkinsci/mattermost-plugin/commit/367a94bec0c0b84f34eb237e629115d88400c6f3
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java

  Log Message:
  -----------
  proxy fix


  Commit: ec2a93c143aea2275226c3838ae2485b836595d2
      
https://github.com/jenkinsci/mattermost-plugin/commit/ec2a93c143aea2275226c3838ae2485b836595d2
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java

  Log Message:
  -----------
  changed log output to hide endpoint secret part


  Commit: 622bb96b8febbdd5ee3905aaa5ead0be095c96fa
      
https://github.com/jenkinsci/mattermost-plugin/commit/622bb96b8febbdd5ee3905aaa5ead0be095c96fa
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M src/main/java/jenkins/plugins/mattermost/StandardMattermostService.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java

  Log Message:
  -----------
  changed log output to hide endpoint secret part


  Commit: 79288ff18b44992c250e310b58ae7e0deee01a8f
      
https://github.com/jenkinsci/mattermost-plugin/commit/79288ff18b44992c250e310b58ae7e0deee01a8f
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master'


  Commit: 135314b40645d8be6e6c1b3bb989ac9f0d73d3d6
      
https://github.com/jenkinsci/mattermost-plugin/commit/135314b40645d8be6e6c1b3bb989ac9f0d73d3d6
  Author: Louis Roebben <[email protected]>
  Date:   2019-12-04 (Wed, 04 Dec 2019)

  Changed paths:
    M pom.xml
    M src/main/java/jenkins/plugins/mattermost/MattermostNotifier.java
    M src/test/java/jenkins/plugins/mattermost/MattermostNotifierStub.java
    M 
src/test/java/jenkins/plugins/mattermost/workflow/MattermostSendStepIntegrationTest.java

  Log Message:
  -----------
  dsl fix


Compare: 
https://github.com/jenkinsci/mattermost-plugin/compare/c5cce2042594...135314b40645

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/mattermost-plugin/push/refs/heads/master/c5cce2-135314%40github.com.

Reply via email to