Branch: refs/heads/dev
  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: 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: 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: 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: 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


Compare: 
https://github.com/jenkinsci/windows-azure-storage-plugin/compare/7f4fae6240e7...f63ec78c8a3d

-- 
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.

Reply via email to