Branch: refs/heads/dev Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: c67e5a548d76434d97381b0f4428fb6f2187e0b2 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c67e5a548d76434d97381b0f4428fb6f2187e0b2 Author: Menghua Xiao <menx...@microsoft.com> Date: 2017-08-01 (Tue, 01 Aug 2017)
Changed paths: M checkstyle.xml M pom.xml M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/ImageProperties.java M src/main/java/com/microsoft/azure/vmagent/ImageType.java M src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCloudException.java M src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCredentialsValidationException.java M src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java M src/main/java/com/microsoft/azure/vmagent/retry/DefaultRetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/ExponentialRetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/LinearRetryForAllExceptions.java M src/main/java/com/microsoft/azure/vmagent/retry/NoRetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/RetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/RetryTask.java M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java M src/main/java/com/microsoft/azure/vmagent/util/CleanUpAction.java M src/main/java/com/microsoft/azure/vmagent/util/Constants.java M src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java M src/main/java/com/microsoft/azure/vmagent/util/FailureStage.java M src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java Log Message: ----------- unify checkstyle.xml, first attempt, method/file length breach Commit: 8688d02282ffbd508f744cf7528266ceebdfe82a https://github.com/jenkinsci/azure-vm-agents-plugin/commit/8688d02282ffbd508f744cf7528266ceebdfe82a Author: Menghua Xiao <menx...@microsoft.com> Date: 2017-08-01 (Tue, 01 Aug 2017) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCloudException.java M src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCredentialsValidationException.java M src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java M src/main/java/com/microsoft/azure/vmagent/retry/RetryTask.java M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java M src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java M src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java Log Message: ----------- Remove unnecessary final parameters Commit: 1090786acc3a79a51e215b059e66b300af4ebae3 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/1090786acc3a79a51e215b059e66b300af4ebae3 Author: Menghua Xiao <menx...@microsoft.com> Date: 2017-08-01 (Tue, 01 Aug 2017) Changed paths: M pom.xml Log Message: ----------- Exclude sources with long methods from checkstyle temporarily Commit: 97b050a4f123e7dee6ad4caf0de2e3efed4fdcae https://github.com/jenkinsci/azure-vm-agents-plugin/commit/97b050a4f123e7dee6ad4caf0de2e3efed4fdcae Author: Menghua Xiao <menx...@microsoft.com> Date: 2017-08-04 (Fri, 04 Aug 2017) Changed paths: M checkstyle.xml Log Message: ----------- Update checkstyle rule for for iterator construct Commit: fc803f6cbb45d227b87c44c183176a3c84226bd6 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/fc803f6cbb45d227b87c44c183176a3c84226bd6 Author: Menghua Xiao <ariesh...@gmail.com> Date: 2017-08-04 (Fri, 04 Aug 2017) Changed paths: M checkstyle.xml M pom.xml M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/ImageProperties.java M src/main/java/com/microsoft/azure/vmagent/ImageType.java M src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCloudException.java M src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCredentialsValidationException.java M src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java M src/main/java/com/microsoft/azure/vmagent/retry/DefaultRetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/ExponentialRetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/LinearRetryForAllExceptions.java M src/main/java/com/microsoft/azure/vmagent/retry/NoRetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/RetryStrategy.java M src/main/java/com/microsoft/azure/vmagent/retry/RetryTask.java M src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java M src/main/java/com/microsoft/azure/vmagent/util/CleanUpAction.java M src/main/java/com/microsoft/azure/vmagent/util/Constants.java M src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java M src/main/java/com/microsoft/azure/vmagent/util/FailureStage.java M src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java Log Message: ----------- Merge pull request #65 from ArieShout/unify-checkstyle Unify checkstyle.xml Excluded: src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/d72bff8b7c09...fc803f6cbb45 -- 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.