Branch: refs/heads/master Home: https://github.com/jenkinsci/parallel-test-executor-plugin Commit: c57b597b8f032d6f9b0bd2fbb03cf067b116e56f https://github.com/jenkinsci/parallel-test-executor-plugin/commit/c57b597b8f032d6f9b0bd2fbb03cf067b116e56f Author: Vincent Latombe <vinc...@latombe.net> Date: 2024-03-11 (Mon, 11 Mar 2024)
Changed paths: M demo/repos/demo/Jenkinsfile M demo/repos/demo/goodbye/pom.xml M demo/repos/demo/hello/pom.xml M src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java M src/main/java/org/jenkinsci/plugins/parallel_test_executor/TestEntity.java M src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaClassName.java A src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaTestCaseName.java A src/main/resources/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaTestCaseName/help.html M src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java Log Message: ----------- Parallelize per java test case Commit: ba228c8506fa7acd71d6104c1463819df41f6868 https://github.com/jenkinsci/parallel-test-executor-plugin/commit/ba228c8506fa7acd71d6104c1463819df41f6868 Author: Vincent Latombe <vinc...@latombe.net> Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths: M src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/TestMode.java Log Message: ----------- Use equality instead of instanceof here Otherwise snippet generator for the new implementation won't work. Commit: 8789a68cb29699a8d274334dec14b2b1224ee8eb https://github.com/jenkinsci/parallel-test-executor-plugin/commit/8789a68cb29699a8d274334dec14b2b1224ee8eb Author: Vincent Latombe <vinc...@latombe.net> Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths: M src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/TestMode.java Log Message: ----------- Null safety Commit: 49982f393176b272c74c2e9083dacb71b0436cfc https://github.com/jenkinsci/parallel-test-executor-plugin/commit/49982f393176b272c74c2e9083dacb71b0436cfc Author: Vincent Latombe <vinc...@latombe.net> Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths: M src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaTestCaseName.java M src/main/resources/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaTestCaseName/help.html Log Message: ----------- Uppercase Java Co-authored-by: Jesse Glick <jgl...@cloudbees.com> Commit: 71a8294be322f626dde8234e563244de002ea60b https://github.com/jenkinsci/parallel-test-executor-plugin/commit/71a8294be322f626dde8234e563244de002ea60b Author: Jesse Glick <jgl...@cloudbees.com> Date: 2024-03-11 (Mon, 11 Mar 2024) Changed paths: M demo/repos/demo/Jenkinsfile M demo/repos/demo/goodbye/pom.xml M demo/repos/demo/hello/pom.xml M src/main/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutor.java M src/main/java/org/jenkinsci/plugins/parallel_test_executor/TestEntity.java M src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaClassName.java A src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaTestCaseName.java M src/main/java/org/jenkinsci/plugins/parallel_test_executor/testmode/TestMode.java A src/main/resources/org/jenkinsci/plugins/parallel_test_executor/testmode/JavaTestCaseName/help.html M src/test/java/org/jenkinsci/plugins/parallel_test_executor/ParallelTestExecutorUnitTest.java Log Message: ----------- Merge pull request #279 from Vlatombe/parallelize-per-java-test-case Parallelize per java test case Compare: https://github.com/jenkinsci/parallel-test-executor-plugin/compare/8efa07093b84...71a8294be322 To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/parallel-test-executor-plugin/settings/notifications -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parallel-test-executor-plugin/push/refs/heads/master/8efa07-71a829%40github.com.