Branch: refs/heads/spotless
Home: https://github.com/jenkinsci/plugin-compat-tester
Commit: 40187fdfaf26fb35ad655f1eba2b9835eee2ab24
https://github.com/jenkinsci/plugin-compat-tester/commit/40187fdfaf26fb35ad655f1eba2b9835eee2ab24
Author: Basil Crow <[email protected]>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
Log Message:
-----------
Simplify retrieval of `pom.xml` contents (#433)
Co-authored-by: James Nord <[email protected]>
Commit: 9f8d810671fae9eebd9f22e7ebe4c1c0100d86df
https://github.com/jenkinsci/plugin-compat-tester/commit/9f8d810671fae9eebd9f22e7ebe4c1c0100d86df
Author: Basil Crow <[email protected]>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M src/main/java/org/jenkins/tools/test/exception/PomExecutionException.java
M src/main/java/org/jenkins/tools/test/hook/SkipUIHelperPlugins.java
M src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java
M src/main/java/org/jenkins/tools/test/model/MavenCoordinates.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatResult.java
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
M src/main/java/org/jenkins/tools/test/model/PomData.java
M src/main/java/org/jenkins/tools/test/model/TestExecutionResult.java
M src/main/resources/org/jenkins/tools/test/resultToReport.xsl
Log Message:
-----------
Remove `warningMessages` (#424)
Commit: f2a7c2a15e83a762b9cec9ce5803b977f9bdfd30
https://github.com/jenkinsci/plugin-compat-tester/commit/f2a7c2a15e83a762b9cec9ce5803b977f9bdfd30
Author: Basil Crow <[email protected]>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M Makefile
M README.md
M src/main/docker/run-pct.sh
M src/main/java/org/jenkins/tools/test/CliOptions.java
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M src/main/java/org/jenkins/tools/test/PluginCompatTesterCli.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatReport.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatTesterConfig.java
M src/test/java/org/jenkins/tools/test/PluginCompatTesterTest.java
Log Message:
-----------
Remove cache options (#423)
Commit: bb1b53b646c41463f6eaea29ec8deb2de09fa9c9
https://github.com/jenkinsci/plugin-compat-tester/commit/bb1b53b646c41463f6eaea29ec8deb2de09fa9c9
Author: Basil Crow <[email protected]>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M
src/main/java/org/jenkins/tools/test/model/hook/PluginCompatTesterHooks.java
Log Message:
-----------
Remove unnecessary class loaders (#425)
Commit: 73bd18f884649df6c655f5e475272c9d0c924bab
https://github.com/jenkinsci/plugin-compat-tester/commit/73bd18f884649df6c655f5e475272c9d0c924bab
Author: Basil Crow <[email protected]>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M Jenkinsfile
M README.md
M src/main/java/org/jenkins/tools/test/CliOptions.java
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M src/main/java/org/jenkins/tools/test/PluginCompatTesterCli.java
M
src/main/java/org/jenkins/tools/test/hook/DeclarativePipelineMigrationHook.java
M src/main/java/org/jenkins/tools/test/hook/MinaSshdApi.java
M src/main/java/org/jenkins/tools/test/hook/PipelineStageViewHook.java
R src/main/java/org/jenkins/tools/test/model/MavenBom.java
R src/main/java/org/jenkins/tools/test/model/PCTPlugin.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatResult.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatTesterConfig.java
M src/main/java/org/jenkins/tools/test/model/PomData.java
M src/main/java/org/jenkins/tools/test/model/TestExecutionResult.java
M src/test/java/org/jenkins/tools/test/PluginCompatTesterTest.java
Log Message:
-----------
Delete plugin selection modes other than `-war` (#419)
Co-authored-by: James Nord <[email protected]>
Commit: b61dcdf7c2d7cad427e531808867b1e300c1d347
https://github.com/jenkinsci/plugin-compat-tester/commit/b61dcdf7c2d7cad427e531808867b1e300c1d347
Author: Basil Crow <[email protected]>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M Makefile
M README.md
M src/main/docker/run-pct.sh
M src/main/java/org/jenkins/tools/test/CliOptions.java
M src/main/java/org/jenkins/tools/test/PluginCompatTester.java
M src/main/java/org/jenkins/tools/test/PluginCompatTesterCli.java
M src/main/java/org/jenkins/tools/test/exception/PomExecutionException.java
M src/main/java/org/jenkins/tools/test/hook/SkipUIHelperPlugins.java
M src/main/java/org/jenkins/tools/test/maven/ExternalMavenRunner.java
M src/main/java/org/jenkins/tools/test/model/MavenCoordinates.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatReport.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatResult.java
M src/main/java/org/jenkins/tools/test/model/PluginCompatTesterConfig.java
M src/main/java/org/jenkins/tools/test/model/PluginRemoting.java
M src/main/java/org/jenkins/tools/test/model/PomData.java
M src/main/java/org/jenkins/tools/test/model/TestExecutionResult.java
M
src/main/java/org/jenkins/tools/test/model/hook/PluginCompatTesterHooks.java
M src/main/resources/org/jenkins/tools/test/resultToReport.xsl
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into spotless
Compare:
https://github.com/jenkinsci/plugin-compat-tester/compare/2e8261418cc7...b61dcdf7c2d7
--
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/plugin-compat-tester/push/refs/heads/spotless/2e8261-b61dcd%40github.com.