Branch: refs/heads/master Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: 0748bfffac11b0ecf7c0d4f4cf48aa7c23b4068e https://github.com/jenkinsci/azure-vm-agents-plugin/commit/0748bfffac11b0ecf7c0d4f4cf48aa7c23b4068e Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017)
Changed paths: M .gitignore M pom.xml M src/main/java/com/microsoft/azure/AzureVMAgent.java M src/main/java/com/microsoft/azure/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/AzureVMAgentPostBuildAction.java M src/main/java/com/microsoft/azure/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/AzureVMCloud.java M src/main/java/com/microsoft/azure/AzureVMCloudRetensionStrategy.java M src/main/java/com/microsoft/azure/AzureVMCloudVerificationTask.java M src/main/java/com/microsoft/azure/AzureVMComputer.java M src/main/java/com/microsoft/azure/AzureVMManagementServiceDelegate.java R src/main/java/com/microsoft/azure/ServiceDelegateHelper.java M src/main/java/com/microsoft/azure/StorageServiceDelegate.java R src/main/java/com/microsoft/azure/util/AccessToken.java R src/main/java/com/microsoft/azure/util/AzureUserAgentFilter.java M src/main/java/com/microsoft/azure/util/Constants.java M src/main/java/com/microsoft/azure/util/TokenCache.java Log Message: ----------- Upgrade to Azure SDK 1.0 (big change) Commit: ffee6fe4d4af55c8353cd6d45e01e3147c0b43d5 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ffee6fe4d4af55c8353cd6d45e01e3147c0b43d5 Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/main/java/com/microsoft/azure/AzureVMAgentCleanUpTask.java M src/main/java/com/microsoft/azure/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/AzureVMCloudRetensionStrategy.java M src/main/java/com/microsoft/azure/AzureVMComputer.java M src/main/java/com/microsoft/azure/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/util/ExecutionEngine.java Log Message: ----------- Make code mockable Commit: 8bc768fa40bca45a043ec16ceb8757619b47ae4c https://github.com/jenkinsci/azure-vm-agents-plugin/commit/8bc768fa40bca45a043ec16ceb8757619b47ae4c Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M findbugs-exclude.xml R src/main/java/com/microsoft/azure/AzureVMAgent.java R src/main/java/com/microsoft/azure/AzureVMAgentCleanUpTask.java R src/main/java/com/microsoft/azure/AzureVMAgentPostBuildAction.java R src/main/java/com/microsoft/azure/AzureVMAgentTemplate.java R src/main/java/com/microsoft/azure/AzureVMCloud.java R src/main/java/com/microsoft/azure/AzureVMCloudRetensionStrategy.java R src/main/java/com/microsoft/azure/AzureVMCloudVerificationTask.java R src/main/java/com/microsoft/azure/AzureVMComputer.java R src/main/java/com/microsoft/azure/AzureVMDeploymentInfo.java R src/main/java/com/microsoft/azure/AzureVMManagementServiceDelegate.java R src/main/java/com/microsoft/azure/ImageProperties.java R src/main/java/com/microsoft/azure/ImageType.java R src/main/java/com/microsoft/azure/StorageServiceDelegate.java R src/main/java/com/microsoft/azure/exceptions/AzureCloudException.java R src/main/java/com/microsoft/azure/exceptions/AzureCredentialsValidationException.java R src/main/java/com/microsoft/azure/exceptions/UnrecoverableCloudException.java R src/main/java/com/microsoft/azure/remote/AzureVMAgentSSHLauncher.java R src/main/java/com/microsoft/azure/retry/DefaultRetryStrategy.java R src/main/java/com/microsoft/azure/retry/ExponentialRetryStrategy.java R src/main/java/com/microsoft/azure/retry/LinearRetryForAllExceptions.java R src/main/java/com/microsoft/azure/retry/NoRetryStrategy.java R src/main/java/com/microsoft/azure/retry/RetryStrategy.java R src/main/java/com/microsoft/azure/retry/RetryTask.java R src/main/java/com/microsoft/azure/util/AzureCredentials.java R src/main/java/com/microsoft/azure/util/AzureUtil.java R src/main/java/com/microsoft/azure/util/CleanUpAction.java R src/main/java/com/microsoft/azure/util/Constants.java R src/main/java/com/microsoft/azure/util/ExecutionEngine.java R src/main/java/com/microsoft/azure/util/FailureStage.java R src/main/java/com/microsoft/azure/util/TokenCache.java A src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java A src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java A src/main/java/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction.java A src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java A src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java A src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java A src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java A src/main/java/com/microsoft/azure/vmagent/AzureVMComputer.java A src/main/java/com/microsoft/azure/vmagent/AzureVMDeploymentInfo.java A src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java A src/main/java/com/microsoft/azure/vmagent/ImageProperties.java A src/main/java/com/microsoft/azure/vmagent/ImageType.java A src/main/java/com/microsoft/azure/vmagent/StorageServiceDelegate.java A src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCloudException.java A src/main/java/com/microsoft/azure/vmagent/exceptions/AzureCredentialsValidationException.java A src/main/java/com/microsoft/azure/vmagent/exceptions/UnrecoverableCloudException.java A src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java A src/main/java/com/microsoft/azure/vmagent/retry/DefaultRetryStrategy.java A src/main/java/com/microsoft/azure/vmagent/retry/ExponentialRetryStrategy.java A src/main/java/com/microsoft/azure/vmagent/retry/LinearRetryForAllExceptions.java A src/main/java/com/microsoft/azure/vmagent/retry/NoRetryStrategy.java A src/main/java/com/microsoft/azure/vmagent/retry/RetryStrategy.java A src/main/java/com/microsoft/azure/vmagent/retry/RetryTask.java A src/main/java/com/microsoft/azure/vmagent/util/AzureCredentials.java A src/main/java/com/microsoft/azure/vmagent/util/AzureUtil.java A src/main/java/com/microsoft/azure/vmagent/util/CleanUpAction.java A src/main/java/com/microsoft/azure/vmagent/util/Constants.java A src/main/java/com/microsoft/azure/vmagent/util/ExecutionEngine.java A src/main/java/com/microsoft/azure/vmagent/util/FailureStage.java A src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java R src/main/resources/com/microsoft/azure/AzureVMAgent/configure-entries.jelly R src/main/resources/com/microsoft/azure/AzureVMAgent/configure-entries.properties R src/main/resources/com/microsoft/azure/AzureVMAgentPostBuildAction/config.jelly R src/main/resources/com/microsoft/azure/AzureVMAgentPostBuildAction/config.properties R src/main/resources/com/microsoft/azure/AzureVMAgentTemplate/config.jelly R src/main/resources/com/microsoft/azure/AzureVMAgentTemplate/config.properties R src/main/resources/com/microsoft/azure/AzureVMCloud/config.jelly R src/main/resources/com/microsoft/azure/AzureVMCloud/config.properties R src/main/resources/com/microsoft/azure/AzureVMComputer/config.jelly R src/main/resources/com/microsoft/azure/AzureVMComputer/config.properties R src/main/resources/com/microsoft/azure/Messages.properties R src/main/resources/com/microsoft/azure/util/AzureCredentials/credentials.jelly A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgent/configure-entries.jelly A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgent/configure-entries.properties A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction/config.jelly A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentPostBuildAction/config.properties A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly A src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties A src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.jelly A src/main/resources/com/microsoft/azure/vmagent/AzureVMCloud/config.properties A src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/config.jelly A src/main/resources/com/microsoft/azure/vmagent/AzureVMComputer/config.properties A src/main/resources/com/microsoft/azure/vmagent/Messages.properties A src/main/resources/com/microsoft/azure/vmagent/util/AzureCredentials/credentials.jelly Log Message: ----------- Updated package names so they don't collide with the Azure SDK Commit: 47a57a498efde2fc95a4abd63a45ec68b7f64f36 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/47a57a498efde2fc95a4abd63a45ec68b7f64f36 Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: A src/main/java/com/microsoft/azure/util/AzureCredentials.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.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/AzureVMCloudVerificationTask.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java R src/main/java/com/microsoft/azure/vmagent/util/AzureCredentials.java M src/main/java/com/microsoft/azure/vmagent/util/Constants.java A src/main/resources/com/microsoft/azure/util/AzureCredentials/credentials.jelly R src/main/resources/com/microsoft/azure/vmagent/util/AzureCredentials/credentials.jelly A src/main/webapp/help-authenticationEndpoint.html A src/main/webapp/help-graphEndpoint.html A src/main/webapp/help-resourceManagerEndpoint.html M src/main/webapp/help-serviceManagementURL.html Log Message: ----------- Update Azure credentials to work with latest Azure SDK Commit: dae889df8d7ece27fcb6fef4de3c173260909d12 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/dae889df8d7ece27fcb6fef4de3c173260909d12 Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M .gitignore M pom.xml A src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.java A src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMCloud.java A src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java A src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java Log Message: ----------- Add integration tests Commit: 4bdb07e13c825b654b38cf157711fb15280caf29 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/4bdb07e13c825b654b38cf157711fb15280caf29 Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/main/java/com/microsoft/azure/vmagent/util/TokenCache.java Log Message: ----------- Add instance id to the userAgent Commit: f6235d1ccc82c2310a551d3288611d8845c42e9b https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f6235d1ccc82c2310a551d3288611d8845c42e9b Author: Claudiu Guiman <clgui...@microsoft.com> Date: 2017-01-31 (Tue, 31 Jan 2017) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java Log Message: ----------- Fixed verifyStorageAccountName Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/21c9f75f6e82...f6235d1ccc82 -- 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.