Branch: refs/heads/dev Home: https://github.com/jenkinsci/windows-azure-storage-plugin Commit: 24da04bd73db8736d56168aaf245abc48c8e63d6 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/24da04bd73db8736d56168aaf245abc48c8e63d6 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017)
Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilderContext.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/beans/StorageAccountInfo.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadBlobService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/BuilderServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadType.java A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.jelly A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.properties A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.jelly A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.properties R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.properties M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java Log Message: ----------- refactor the storage plugin Commit: bb11f96d9acffe794acb3da4255d37a321aa020c https://github.com/jenkinsci/windows-azure-storage-plugin/commit/bb11f96d9acffe794acb3da4255d37a321aa020c Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java Log Message: ----------- fix integration tests Commit: b00fa6914b966a95ebbb5d6b65711bbb9a4f6106 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b00fa6914b966a95ebbb5d6b65711bbb9a4f6106 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017) Changed paths: M pom.xml M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadBlobService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadType.java R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.jelly R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/config.properties R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.jelly R src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePublisher/global.properties A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly A src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.properties A src/test/java/IntegrationTests/FileStorageUploadIT.java M src/test/java/IntegrationTests/IntegrationTest.java M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java M src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/CredentialMigrationTest.java Log Message: ----------- fix integration tests Commit: 14cb697eee7cb44f92281478beba1bfcf35193e1 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/14cb697eee7cb44f92281478beba1bfcf35193e1 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadBlobService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties A src/main/webapp/help-azureFileShareName.html A src/main/webapp/help-azureblobstorage.html A src/main/webapp/help-azurefilestorage.html M src/test/java/IntegrationTests/FileStorageUploadIT.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java Log Message: ----------- implement file storage upload Commit: 9df75c7816aa323ac4cea3e17cb277210bb33a6c https://github.com/jenkinsci/windows-azure-storage-plugin/commit/9df75c7816aa323ac4cea3e17cb277210bb33a6c Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlob.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly Log Message: ----------- implmentation for file storage Commit: 63ca27846f07506c91ec8a4c60fa5a68a47b4653 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/63ca27846f07506c91ec8a4c60fa5a68a47b4653 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017) Changed paths: M src/test/java/IntegrationTests/FileStorageUploadIT.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java Log Message: ----------- add integration tests for file stroage Commit: 5ec15066813cbff037eac93a17214797acdae7dc https://github.com/jenkinsci/windows-azure-storage-plugin/commit/5ec15066813cbff037eac93a17214797acdae7dc Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-01 (Thu, 01 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java Log Message: ----------- fix issue after rebase Commit: 58f7a12c5b97bd50d630d94a23877963dd77cae8 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/58f7a12c5b97bd50d630d94a23877963dd77cae8 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-02 (Fri, 02 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties Log Message: ----------- merge the latest codes from main upstream Commit: 703a41bb9da59339c662ab5b772d80cfeb2bb973 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/703a41bb9da59339c662ab5b772d80cfeb2bb973 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-06 (Tue, 06 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/BuilderServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/PublisherServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties M src/test/java/IntegrationTests/FileStorageUploadIT.java M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java Log Message: ----------- reslove comments Commit: b57b5cb9461cd574cb2535f64d40e08fa12b49ed https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b57b5cb9461cd574cb2535f64d40e08fa12b49ed Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-07 (Wed, 07 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties Log Message: ----------- flatten the DownloadType class to fields for backward compatibility Commit: 66ec12fcd8d9fd4509fb0ec495310057bd732626 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/66ec12fcd8d9fd4509fb0ec495310057bd732626 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-09 (Fri, 09 Jun 2017) Changed paths: M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly Log Message: ----------- check container name and remove testing code Commit: cf236b1ba0f4be23f08040b797133b1a402eef99 https://github.com/jenkinsci/windows-azure-storage-plugin/commit/cf236b1ba0f4be23f08040b797133b1a402eef99 Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-12 (Mon, 12 Jun 2017) Changed paths: M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly Log Message: ----------- flatten the storage publisher properties Commit: 70701beccac3d17af65aba67a62ed3f54f164fed https://github.com/jenkinsci/windows-azure-storage-plugin/commit/70701beccac3d17af65aba67a62ed3f54f164fed Author: Junbo Wang <juniw...@microsoft.com> Date: 2017-06-13 (Tue, 13 Jun 2017) Changed paths: M pom.xml M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlob.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobAction.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilderContext.java R src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStorageClient.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/beans/StorageAccountInfo.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java M src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromBuildService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromContainerService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/StoragePluginService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java A src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadType.java M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder/config.jelly M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/Messages.properties M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.jelly M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/config.properties M src/main/resources/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher/global.jelly A src/main/webapp/help-azureFileShareName.html A src/main/webapp/help-azureblobstorage.html A src/main/webapp/help-azurefilestorage.html A src/test/java/IntegrationTests/FileStorageUploadIT.java M src/test/java/IntegrationTests/IntegrationTest.java M src/test/java/IntegrationTests/WAStorageClientDownloadIT.java M src/test/java/IntegrationTests/WAStorageClientUploadIT.java M src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/CredentialMigrationTest.java Log Message: ----------- Merge pull request #62 from juniwang/dev Support file storage Compare: https://github.com/jenkinsci/windows-azure-storage-plugin/compare/e06578d162cd...70701beccac3 -- 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.