Branch: refs/heads/master
Home: https://github.com/jenkinsci/windows-azure-storage-plugin
Commit: 68bfab64a96774176d7389d39b74f4d43998c137
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/68bfab64a96774176d7389d39b74f4d43998c137
Author: Junbo Wang <[email protected]>
Date: 2017-07-24 (Mon, 24 Jul 2017)
Changed paths:
M pom.xml
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
A
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePlugin.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.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
M
src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/UtilsTest.java
Log Message:
-----------
enable AI
Commit: ca8465bc9187f67774038ac0d60d49993a83031c
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/ca8465bc9187f67774038ac0d60d49993a83031c
Author: Junbo Wang <[email protected]>
Date: 2017-07-25 (Tue, 25 Jul 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePlugin.java
Log Message:
-----------
remove useless methed
Commit: 3788e297ff30b15c432c71c661ce6a3b7a30a43e
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/3788e297ff30b15c432c71c661ce6a3b7a30a43e
Author: Junbo Wang <[email protected]>
Date: 2017-07-25 (Tue, 25 Jul 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
M src/test/java/IntegrationTests/IntegrationTest.java
Log Message:
-----------
disable AI in integration tests
Commit: 48d6aa4564a5c0b5b16c618ee4c31be9dbf1420f
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/48d6aa4564a5c0b5b16c618ee4c31be9dbf1420f
Author: Yuan Hang <[email protected]>
Date: 2017-07-27 (Thu, 27 Jul 2017)
Changed paths:
M src/test/java/IntegrationTests/IntegrationTest.java
A src/test/java/MyTest/IntegrationTest.java
A src/test/java/MyTest/WAStorageClientDownloadIT.java
A src/test/java/MyTest/WAStorageClientUploadIT.java
Log Message:
-----------
Modify the Integration Test from t-yuhang
Commit: 32929b59b050985a1899805df5862e64a5d2192a
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/32929b59b050985a1899805df5862e64a5d2192a
Author: Dayang Shen <[email protected]>
Date: 2017-07-28 (Fri, 28 Jul 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java
Log Message:
-----------
Add null check for string configuration fields and fix default storage type
[FIXES JENKINS-45161]
Commit: b3065e28f2101471736b90e4b17ee63001c839b7
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b3065e28f2101471736b90e4b17ee63001c839b7
Author: Dayang Shen <[email protected]>
Date: 2017-07-28 (Fri, 28 Jul 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtils.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
M src/main/webapp/help-blobEndPointURL.html
A
src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtilsTest.java
Log Message:
-----------
Support secure transfer for file upload/download
This fixes #68 .
Commit: 81056ca4e3c12671592488a47dc30414bbc03527
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/81056ca4e3c12671592488a47dc30414bbc03527
Author: Yuan Hang <[email protected]>
Date: 2017-07-28 (Fri, 28 Jul 2017)
Changed paths:
M src/test/java/IntegrationTests/IntegrationTest.java
M src/test/java/MyTest/IntegrationTest.java
M src/test/java/MyTest/WAStorageClientDownloadIT.java
M src/test/java/MyTest/WAStorageClientUploadIT.java
Log Message:
-----------
Modify some test patches
Commit: 8d0c5be2e1d1617bf74649ea05b63a49eb2f1461
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/8d0c5be2e1d1617bf74649ea05b63a49eb2f1461
Author: tyuanhang <[email protected]>
Date: 2017-07-28 (Fri, 28 Jul 2017)
Changed paths:
M src/test/java/IntegrationTests/IntegrationTest.java
M src/test/java/MyTest/IntegrationTest.java
M src/test/java/MyTest/WAStorageClientDownloadIT.java
M src/test/java/MyTest/WAStorageClientUploadIT.java
Log Message:
-----------
Merge pull request #74 from tyuanhang/dev
Modify some test patches
Commit: e4e833a12884a8ac32217a5de708fe2b0f5b95ea
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/e4e833a12884a8ac32217a5de708fe2b0f5b95ea
Author: Yuan Hang <[email protected]>
Date: 2017-07-31 (Mon, 31 Jul 2017)
Changed paths:
A src/test/java/JenkinsTest/IntegrationTest.java
A src/test/java/JenkinsTest/WAStorageClientDownloadIT.java
A src/test/java/JenkinsTest/WAStorageClientUploadIT.java
Log Message:
-----------
Modify the file name of the tests
Commit: 5a4f4142932ade058341cbc00376d823f93ce130
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/5a4f4142932ade058341cbc00376d823f93ce130
Author: Yuan Hang <[email protected]>
Date: 2017-07-31 (Mon, 31 Jul 2017)
Changed paths:
R src/test/java/MyTest/IntegrationTest.java
R src/test/java/MyTest/WAStorageClientDownloadIT.java
R src/test/java/MyTest/WAStorageClientUploadIT.java
Log Message:
-----------
Delete the previous directory
Commit: b675e2289ea8afd2f1631af8701061d5215a9bd3
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/b675e2289ea8afd2f1631af8701061d5215a9bd3
Author: tyuanhang <[email protected]>
Date: 2017-07-31 (Mon, 31 Jul 2017)
Changed paths:
A src/test/java/JenkinsTest/IntegrationTest.java
A src/test/java/JenkinsTest/WAStorageClientDownloadIT.java
A src/test/java/JenkinsTest/WAStorageClientUploadIT.java
R src/test/java/MyTest/IntegrationTest.java
R src/test/java/MyTest/WAStorageClientDownloadIT.java
R src/test/java/MyTest/WAStorageClientUploadIT.java
Log Message:
-----------
Merge pull request #75 from tyuanhang/dev
Modify the name of the test directory
Commit: 662814afce092ebdca2f948ed46dc0bf3969ba69
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/662814afce092ebdca2f948ed46dc0bf3969ba69
Author: Menghua Xiao <[email protected]>
Date: 2017-07-31 (Mon, 31 Jul 2017)
Changed paths:
M checkstyle.xml
M pom.xml
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
M
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/UploadService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
Log Message:
-----------
Unify checkstyle.xml
Commit: 91ad6983f587216d51f456df7f57c92428b2a70f
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/91ad6983f587216d51f456df7f57c92428b2a70f
Author: Junbo Wang <[email protected]>
Date: 2017-08-03 (Thu, 03 Aug 2017)
Changed paths:
M pom.xml
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
Log Message:
-----------
fix issue that ContentLength wasn't correctly set
Commit: 1c9952fc2e2a796948274ef066d4262ed50a4d22
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/1c9952fc2e2a796948274ef066d4262ed50a4d22
Author: Menghua Xiao <[email protected]>
Date: 2017-08-04 (Fri, 04 Aug 2017)
Changed paths:
M checkstyle.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/AzureBlobMetadataPair.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties.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/beans/StorageAccountInfo.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/exceptions/WAStorageException.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.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/CredentialMigration.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.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/DownloadFromFileService.java
M
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/UploadService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java
Log Message:
-----------
Remove unnecessary final parameters
Commit: 17c89aaa41ee56d20193c7449438592f12393450
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/17c89aaa41ee56d20193c7449438592f12393450
Author: Junbo Wang <[email protected]>
Date: 2017-08-07 (Mon, 07 Aug 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
Log Message:
-----------
properly set content Length in download
Commit: 33362d7425bd826f92655fc4795da3a4c51aa4c9
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/33362d7425bd826f92655fc4795da3a4c51aa4c9
Author: Dayang Shen <[email protected]>
Date: 2017-09-08 (Fri, 08 Sep 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Constants.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.java
Log Message:
-----------
Allow root container
This fixes #18 and fixes #77.
Commit: 75b28bd9eace889ac83cf2f2d2a30b824b90d169
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/75b28bd9eace889ac83cf2f2d2a30b824b90d169
Author: Junbo Wang <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 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
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/DownloadFromFileService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
M src/main/webapp/help-blobEndPointURL.html
A src/test/java/JenkinsTest/IntegrationTest.java
A src/test/java/JenkinsTest/WAStorageClientDownloadIT.java
A src/test/java/JenkinsTest/WAStorageClientUploadIT.java
A
src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureUtilsTest.java
Log Message:
-----------
Merge remote-tracking branch 'upstream/dev' into dev
Commit: 4290ee4b082b5fbc54dd42eb0269cd0ac5d630c7
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/4290ee4b082b5fbc54dd42eb0269cd0ac5d630c7
Author: Junbo Wang <[email protected]>
Date: 2017-09-27 (Wed, 27 Sep 2017)
Changed paths:
M checkstyle.xml
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/AzureBlobMetadataPair.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties.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/beans/StorageAccountInfo.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/exceptions/WAStorageException.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.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/CredentialMigration.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.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/DownloadFromFileService.java
M
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/UploadService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java
M src/test/java/IntegrationTests/FileStorageDownloadIT.java
M 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
R src/test/java/JenkinsTest/IntegrationTest.java
R src/test/java/JenkinsTest/WAStorageClientDownloadIT.java
R src/test/java/JenkinsTest/WAStorageClientUploadIT.java
Log Message:
-----------
merge codeing style change
Commit: 7f4fae6240e7cf0dd1b24d6aa3c0ceb3d2bba317
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/7f4fae6240e7cf0dd1b24d6aa3c0ceb3d2bba317
Author: Junbo Wang <[email protected]>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M checkstyle.xml
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/AzureBlobMetadataPair.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProjectAction.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureBlobProperties.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/beans/StorageAccountInfo.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/exceptions/WAStorageException.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/AzureCredentials.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/CredentialMigration.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.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/DownloadFromFileService.java
M
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/UploadService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToBlobService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/UploadToFileService.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/DownloadServiceData.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/ServiceData.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/service/model/UploadServiceData.java
Log Message:
-----------
Merge pull request #76 from ArieShout/unify-checkstyle
Unify checkstyle
Commit: 23e778755bab6165239eace2a57c5b416695177a
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/23e778755bab6165239eace2a57c5b416695177a
Author: Junbo Wang <[email protected]>
Date: 2017-10-26 (Thu, 26 Oct 2017)
Log Message:
-----------
Merge remote-tracking branch 'upstream/dev' into dev
Commit: cc340bf70f6dfa9aa0725aea47734e7492c62182
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/cc340bf70f6dfa9aa0725aea47734e7492c62182
Author: Junbo Wang <[email protected]>
Date: 2017-10-26 (Thu, 26 Oct 2017)
Changed paths:
M src/test/java/IntegrationTests/FileStorageDownloadIT.java
Log Message:
-----------
update teardown to remove temp files first in case it's never get called
Commit: e2b27db2951b04fc83b3cf99735a59789feb0223
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/e2b27db2951b04fc83b3cf99735a59789feb0223
Author: Junbo Wang <[email protected]>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePlugin.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
Log Message:
-----------
add more events
Commit: 162ac2b482fdac153e4f8c558c4463f8df623b7c
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/162ac2b482fdac153e4f8c558c4463f8df623b7c
Author: Junbo Wang <[email protected]>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
update azure-commons version
Commit: f63ec78c8a3d96da4a0cbbb8573ecb0fae7a375a
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/f63ec78c8a3d96da4a0cbbb8573ecb0fae7a375a
Author: Junbo Wang <[email protected]>
Date: 2017-11-02 (Thu, 02 Nov 2017)
Changed paths:
M pom.xml
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStorageBuilder.java
A
src/main/java/com/microsoftopentechnologies/windowsazurestorage/AzureStoragePlugin.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/WAStoragePublisher.java
M
src/main/java/com/microsoftopentechnologies/windowsazurestorage/helper/Utils.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
M src/test/java/IntegrationTests/FileStorageDownloadIT.java
M 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
R src/test/java/JenkinsTest/IntegrationTest.java
R src/test/java/JenkinsTest/WAStorageClientDownloadIT.java
R src/test/java/JenkinsTest/WAStorageClientUploadIT.java
M
src/test/java/com/microsoftopentechnologies/windowsazurestorage/helper/UtilsTest.java
Log Message:
-----------
Merge pull request #71 from juniwang/dev
enable AI events
Commit: fa71fe915eade3e7aa49e900b6e750f2ad2cea59
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/fa71fe915eade3e7aa49e900b6e750f2ad2cea59
Author: Dayang Shen <[email protected]>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M readme.md
Log Message:
-----------
Add change log for v0.3.7
Commit: 9b03f50ffefaa3adb24bf727f147002bb4040b37
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/9b03f50ffefaa3adb24bf727f147002bb4040b37
Author: Dayang Shen <[email protected]>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
A CHANGELOG.md
A README.md
R readme.md
Log Message:
-----------
Move changelog to a separate file
Commit: 3d5fa5df8354905d9432e750211de9a46cd4e849
https://github.com/jenkinsci/windows-azure-storage-plugin/commit/3d5fa5df8354905d9432e750211de9a46cd4e849
Author: Menghua Xiao <[email protected]>
Date: 2017-11-07 (Tue, 07 Nov 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release windows-azure-storage-0.3.7
Compare:
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/5f0d23a042cd...3d5fa5df8354
--
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].
For more options, visit https://groups.google.com/d/optout.