Branch: refs/heads/add-backend
  Home:   https://github.com/jenkinsci/node-sharing-plugin
  Commit: fee434f7331bb918ad9cc2bfef551a56565d897c
      
https://github.com/jenkinsci/node-sharing-plugin/commit/fee434f7331bb918ad9cc2bfef551a56565d897c
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/ReservationTest.java
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java

  Log Message:
  -----------
  Resurect failed test


  Commit: 818dc79adb1fb7619645713cf97d10f77c1efa00
      
https://github.com/jenkinsci/node-sharing-plugin/commit/818dc79adb1fb7619645713cf97d10f77c1efa00
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M 
backend-plugin/src/main/java/com/redhat/jenkins/nodesharingbackend/Api.java
    M jth-tests/pom.xml
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/NodeSharingJenkinsRule.java
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java
    M nodesharing-lib/pom.xml
    M plugin/pom.xml
    M plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/Api.java
    M pom.xml

  Log Message:
  -----------
  Get rid of jackson - we are using GSON


  Commit: be21aada9c4c707b66de934ce08cd26b9134eff9
      
https://github.com/jenkinsci/node-sharing-plugin/commit/be21aada9c4c707b66de934ce08cd26b9134eff9
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-06 (Wed, 06 Dec 2017)

  Changed paths:
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java
    R 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/Communication.java
    A 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/transport/RunState.java
    M plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/Api.java

  Log Message:
  -----------
  Move transport class where it belongs


  Commit: c056068ce6f22abfe853c5c02d522d13dd59ef0f
      
https://github.com/jenkinsci/node-sharing-plugin/commit/c056068ce6f22abfe853c5c02d522d13dd59ef0f
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java
    M 
plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/SharedNodeCloud.java

  Log Message:
  -----------
  Report exceptions in form validation


  Commit: c5f96b8e6d94b576a4937297805df9e68ff22d01
      
https://github.com/jenkinsci/node-sharing-plugin/commit/c5f96b8e6d94b576a4937297805df9e68ff22d01
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-07 (Thu, 07 Dec 2017)

  Changed paths:
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java
    A 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/RestEndpoint.java
    M plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/Api.java

  Log Message:
  -----------
  Prototype ws.rs removal


  Commit: 16d65283485a6c1e8551e39d89db7717e7272eb9
      
https://github.com/jenkinsci/node-sharing-plugin/commit/16d65283485a6c1e8551e39d89db7717e7272eb9
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/NodeSharingJenkinsRule.java
    M jth-tests/src/test/java/com/redhat/jenkins/nodesharing/PoolTest.java
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java
    M 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/ConfigRepo.java
    M 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/ExecutorJenkins.java
    M 
nodesharing-lib/src/test/java/com/redhat/jenkins/nodesharing/ExecutorJenkinsTest.java
    M plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/Api.java
    M 
plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/SharedNodeCloud.java

  Log Message:
  -----------
  Prepare for orchestrator -> executor calls


  Commit: efeba8b92991a6242b77658df3378b06efb8fafb
      
https://github.com/jenkinsci/node-sharing-plugin/commit/efeba8b92991a6242b77658df3378b06efb8fafb
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-08 (Fri, 08 Dec 2017)

  Changed paths:
    M 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/RestEndpoint.java

  Log Message:
  -----------
  Report failed REST calls


  Commit: d7c568c0bdfb3cbc3580475ff2d6a93a13218c8b
      
https://github.com/jenkinsci/node-sharing-plugin/commit/d7c568c0bdfb3cbc3580475ff2d6a93a13218c8b
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-09 (Sat, 09 Dec 2017)

  Changed paths:
    M 
backend-plugin/src/main/java/com/redhat/jenkins/nodesharingbackend/Api.java
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/NodeSharingJenkinsRule.java
    M 
jth-tests/src/test/java/com/redhat/jenkins/nodesharing/SharedNodeCloudTest.java
    M 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/ExecutorJenkins.java
    A 
nodesharing-lib/src/main/java/com/redhat/jenkins/nodesharing/transport/ReportWorkloadResponse.java
    M plugin/src/main/java/com/redhat/jenkins/nodesharingfrontend/Api.java

  Log Message:
  -----------
  Finish the move away from ws.rs


  Commit: 16e9db1f0eb483360bfeca8469acfb192a539979
      
https://github.com/jenkinsci/node-sharing-plugin/commit/16e9db1f0eb483360bfeca8469acfb192a539979
  Author: Oliver Gondža <[email protected]>
  Date:   2017-12-09 (Sat, 09 Dec 2017)

  Changed paths:
    M jth-tests/pom.xml
    M nodesharing-lib/pom.xml
    M plugin/pom.xml
    M pom.xml

  Log Message:
  -----------
  Removing Jersey dependency


Compare: 
https://github.com/jenkinsci/node-sharing-plugin/compare/0dd4ad0caef2...16e9db1f0eb4

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

Reply via email to