Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/parallel-test-executor-plugin
  Commit: fb56f2aaaf70eb175065d093c038a50db3c064e6
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/fb56f2aaaf70eb175065d093c038a50db3c064e6
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/InclusionExclusionPattern.java
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
    M 
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java

  Log Message:
  -----------
  Renaming isIncludes to getIncludes so Groovy can find it.


  Commit: 228b0c300d556343356a1d764bb9e6b9a1dab26e
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/228b0c300d556343356a1d764bb9e6b9a1dab26e
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M .gitignore
    M demo/Dockerfile
    M demo/JENKINS_HOME/config.xml
    R demo/JENKINS_HOME/credentials.xml
    A demo/JENKINS_HOME/jenkins.model.JenkinsLocationConfiguration.xml
    R demo/JENKINS_HOME/jobs/flow/config.xml
    A demo/JENKINS_HOME/jobs/pipeline/config.xml
    M demo/JENKINS_HOME/jobs/sub/config.xml
    A demo/JENKINS_HOME/log/Pipeline.xml
    R demo/JENKINS_HOME/log/Workflow.xml
    M demo/Makefile
    M demo/README.md
    A demo/gen.sh
    A demo/plugins.txt
    A demo/repo/Jenkinsfile
    A demo/repo/pom.xml
    R demo/run.sh
    A demo/snapshot/Dockerfile

  Log Message:
  -----------
  Refactored demo.


  Commit: 17823e33932d891200ab6a1a187744f774389717
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/17823e33932d891200ab6a1a187744f774389717
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M demo/Dockerfile

  Log Message:
  -----------
  Only really need to run one test during priming.


  Commit: 2ba878cfac4ce29dddb5e93125496a596ed3ee57
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/2ba878cfac4ce29dddb5e93125496a596ed3ee57
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-19 (Tue, 19 Jan 2016)

  Changed paths:
    M demo/README.md
    M demo/gen.sh

  Log Message:
  -----------
  Make tests a little slower to demonstrate effect vs. slave/Maven overhead.


  Commit: 6c373f5a27206cba2b89292a4555dea024a7b5a4
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/6c373f5a27206cba2b89292a4555dea024a7b5a4
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M demo/JENKINS_HOME/jobs/main/config.xml
    M demo/JENKINS_HOME/jobs/pipeline/config.xml
    M demo/JENKINS_HOME/jobs/sub/config.xml

  Log Message:
  -----------
  @amuniz was confused by plugin attributes; deleting them all (some had 
already been deleted).


  Commit: eb9097f1b006116756599c88e31d035d3754c784
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/eb9097f1b006116756599c88e31d035d3754c784
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M demo/repo/Jenkinsfile

  Log Message:
  -----------
  Syntactic simplifications.


  Commit: f36a3789a899c796198f3fb905d3ac5ceb0b3a35
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/f36a3789a899c796198f3fb905d3ac5ceb0b3a35
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M pom.xml
    M 
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorTest.java

  Log Message:
  -----------
  Writing a functional test proving that isIncludes() did not work, at least in 
the sandbox.


  Commit: 4f2e8f36cf74e0ce7264fbab378b57725182d4ee
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/4f2e8f36cf74e0ce7264fbab378b57725182d4ee
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-20 (Wed, 20 Jan 2016)

  Changed paths:
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java

  Log Message:
  -----------
  Switching from HashMap to TreeMap to make calculation deterministic for 
benefit of tests.


  Commit: f16174c9f7447998b907a6e0ef215a8bea43d987
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/f16174c9f7447998b907a6e0ef215a8bea43d987
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-01-25 (Mon, 25 Jan 2016)

  Changed paths:
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/InclusionExclusionPattern.java
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
    M 
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java

  Log Message:
  -----------
  Reverting fb56f2a given fix in script-security 1.17.


  Commit: ae823f941b4d434b67976ae1da0c413ff8d263ef
      
https://github.com/jenkinsci/parallel-test-executor-plugin/commit/ae823f941b4d434b67976ae1da0c413ff8d263ef
  Author: Jesse Glick <jgl...@cloudbees.com>
  Date:   2016-02-03 (Wed, 03 Feb 2016)

  Changed paths:
    M .gitignore
    M demo/Dockerfile
    M demo/JENKINS_HOME/config.xml
    R demo/JENKINS_HOME/credentials.xml
    A demo/JENKINS_HOME/jenkins.model.JenkinsLocationConfiguration.xml
    R demo/JENKINS_HOME/jobs/flow/config.xml
    M demo/JENKINS_HOME/jobs/main/config.xml
    A demo/JENKINS_HOME/jobs/pipeline/config.xml
    M demo/JENKINS_HOME/jobs/sub/config.xml
    A demo/JENKINS_HOME/log/Pipeline.xml
    R demo/JENKINS_HOME/log/Workflow.xml
    M demo/Makefile
    M demo/README.md
    A demo/gen.sh
    A demo/plugins.txt
    A demo/repo/Jenkinsfile
    A demo/repo/pom.xml
    R demo/run.sh
    A demo/snapshot/Dockerfile
    M pom.xml
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/InclusionExclusionPattern.java
    M 
src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java
    M 
src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorTest.java

  Log Message:
  -----------
  Merge pull request #17 from jglick/new-demo

Overhauled demo


Compare: 
https://github.com/jenkinsci/parallel-test-executor-plugin/compare/f1c779ca42cc...ae823f941b4d

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