Branch: refs/heads/master
Home: https://github.com/jenkinsci/google-storage-plugin
Commit: 7f51acb9271970c2723b6a9ea80c19b8f0a141d3
https://github.com/jenkinsci/google-storage-plugin/commit/7f51acb9271970c2723b6a9ea80c19b8f0a141d3
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M CONTRIBUTING.md
M README.md
Log Message:
-----------
Updated the branching model and community doc refs
Commit: 6a0e4c91c1f8b179ebb262c2054597b76b8b3da3
https://github.com/jenkinsci/google-storage-plugin/commit/6a0e4c91c1f8b179ebb262c2054597b76b8b3da3
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
Added Google Java Format to maven
Commit: ecebfc98f1e386e4cd6ca9acfa5f49b91cacf870
https://github.com/jenkinsci/google-storage-plugin/commit/ecebfc98f1e386e4cd6ca9acfa5f49b91cacf870
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M
src/main/java/com/google/jenkins/plugins/storage/AbstractBucketLifecycleManager.java
M
src/main/java/com/google/jenkins/plugins/storage/AbstractBucketLifecycleManagerDescriptor.java
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java
M src/main/java/com/google/jenkins/plugins/storage/ClassicUpload.java
M src/main/java/com/google/jenkins/plugins/storage/ClassicUploadStep.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
M
src/main/java/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManager.java
M
src/main/java/com/google/jenkins/plugins/storage/GoogleCloudStorageUploader.java
M src/main/java/com/google/jenkins/plugins/storage/HttpHeaders.java
M
src/main/java/com/google/jenkins/plugins/storage/InvalidAnnotationException.java
M src/main/java/com/google/jenkins/plugins/storage/StdoutUpload.java
M
src/main/java/com/google/jenkins/plugins/storage/StorageScopeRequirement.java
M src/main/java/com/google/jenkins/plugins/storage/UploadException.java
M src/main/java/com/google/jenkins/plugins/storage/UploadModule.java
M
src/main/java/com/google/jenkins/plugins/storage/reports/AbstractGcsUploadReport.java
M
src/main/java/com/google/jenkins/plugins/storage/reports/BuildGcsUploadReport.java
M
src/main/java/com/google/jenkins/plugins/storage/reports/ProjectGcsUploadReport.java
M src/main/java/com/google/jenkins/plugins/storage/util/BucketPath.java
M
src/main/java/com/google/jenkins/plugins/storage/util/RetryStorageOperation.java
M src/main/java/com/google/jenkins/plugins/storage/util/StorageUtil.java
M src/test/java/com/google/api/client/http/StubHttpResponseException.java
M
src/test/java/com/google/jenkins/plugins/storage/AbstractBucketLifecycleManagerTest.java
M src/test/java/com/google/jenkins/plugins/storage/AbstractUploadTest.java
M
src/test/java/com/google/jenkins/plugins/storage/ClassicUploadStepTest.java
M src/test/java/com/google/jenkins/plugins/storage/ClassicUploadTest.java
M src/test/java/com/google/jenkins/plugins/storage/DownloadStepTest.java
M
src/test/java/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManagerTest.java
M
src/test/java/com/google/jenkins/plugins/storage/GoogleCloudStorageUploaderTest.java
M src/test/java/com/google/jenkins/plugins/storage/HttpHeadersTest.java
M src/test/java/com/google/jenkins/plugins/storage/MockUploadModule.java
M src/test/java/com/google/jenkins/plugins/storage/StdoutUploadTest.java
M src/test/java/com/google/jenkins/plugins/storage/UploadModuleTest.java
M
src/test/java/com/google/jenkins/plugins/storage/reports/AbstractGcsUploadReportTest.java
M
src/test/java/com/google/jenkins/plugins/storage/reports/BuildGcsUploadReportTest.java
M
src/test/java/com/google/jenkins/plugins/storage/reports/ProjectGcsUploadReportTest.java
M
src/test/java/com/google/jenkins/plugins/storage/util/RetryStorageOperationTest.java
M src/test/java/com/google/jenkins/plugins/storage/util/StorageUtilTest.java
Log Message:
-----------
Code formatted using thew format plugin
Commit: 24ecbd5c58fb653746889668f2276bd73cef5e69
https://github.com/jenkinsci/google-storage-plugin/commit/24ecbd5c58fb653746889668f2276bd73cef5e69
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M CONTRIBUTING.md
Log Message:
-----------
Incorporated PR feedback
Commit: 185c59cb25c849f11b6253c8dce385a593d87d48
https://github.com/jenkinsci/google-storage-plugin/commit/185c59cb25c849f11b6253c8dce385a593d87d48
Author: Craig Barber <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M README.md
Log Message:
-----------
Updated expired slack invite link.
Switched to using bitly link so that future changes to README won't be required.
Commit: 15f6eb6a3f65de9661feeee02056615dfb650bc0
https://github.com/jenkinsci/google-storage-plugin/commit/15f6eb6a3f65de9661feeee02056615dfb650bc0
Author: Rachel Yen <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M docs/home.md
M pom.xml
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
A
src/main/java/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManagerStep.java
A src/main/java/com/google/jenkins/plugins/storage/StdoutUploadStep.java
A src/main/java/com/google/jenkins/plugins/storage/client/ClientFactory.java
A
src/main/java/com/google/jenkins/plugins/storage/client/RetryHttpInitializerWrapper.java
A src/main/java/com/google/jenkins/plugins/storage/client/StorageClient.java
A src/main/java/com/google/jenkins/plugins/storage/util/CredentialsUtil.java
M
src/main/resources/com/google/jenkins/plugins/storage/AbstractBucketLifecycleManager/config.jelly
M
src/main/resources/com/google/jenkins/plugins/storage/AbstractUpload/config.jelly
M
src/main/resources/com/google/jenkins/plugins/storage/ClassicUpload/elements.jelly
M
src/main/resources/com/google/jenkins/plugins/storage/ClassicUploadStep/config.jelly
M
src/main/resources/com/google/jenkins/plugins/storage/DownloadStep/config.jelly
M
src/main/resources/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManager/elements.jelly
A
src/main/resources/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManagerStep/config.jelly
M
src/main/resources/com/google/jenkins/plugins/storage/GoogleCloudStorageUploader/config.jelly
M src/main/resources/com/google/jenkins/plugins/storage/Messages.properties
M
src/main/resources/com/google/jenkins/plugins/storage/StdoutUpload/elements.jelly
A
src/main/resources/com/google/jenkins/plugins/storage/StdoutUploadStep/config.jelly
A
src/main/resources/com/google/jenkins/plugins/storage/StdoutUploadStep/config.properties
A
src/main/resources/com/google/jenkins/plugins/storage/client/Messages.properties
M
src/main/resources/com/google/jenkins/plugins/storage/reports/AbstractGcsUploadReport/index.jelly
A
src/main/resources/com/google/jenkins/plugins/storage/util/Messages.properties
A
src/test/java/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManagerStepTest.java
A src/test/java/com/google/jenkins/plugins/storage/StdoutUploadStepTest.java
A
src/test/java/com/google/jenkins/plugins/storage/StringJsonServiceAccountConfig.java
A
src/test/java/com/google/jenkins/plugins/storage/client/ClientFactoryTest.java
A
src/test/java/com/google/jenkins/plugins/storage/client/StorageClientTest.java
A
src/test/java/com/google/jenkins/plugins/storage/integration/ClassicUploadStepPipelineIT.java
A
src/test/java/com/google/jenkins/plugins/storage/integration/DownloadStepPipelineIT.java
A
src/test/java/com/google/jenkins/plugins/storage/integration/ExpiringBucketLifeCycleManagerIT.java
A src/test/java/com/google/jenkins/plugins/storage/integration/ITUtil.java
A
src/test/java/com/google/jenkins/plugins/storage/integration/StdoutUploadStepPipelineIT.java
A
src/test/java/com/google/jenkins/plugins/storage/util/CredentialsUtilTest.java
A
src/test/resources/com/google/jenkins/plugins/storage/integration/classicUploadPostStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/classicUploadStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/downloadStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/downloadstep_test.txt
A
src/test/resources/com/google/jenkins/plugins/storage/integration/expiringBucketLifecycleManagerStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/malformedClassicUploadStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/malformedDownloadStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/malformedExpiringBucketLifecycleManagerStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/malformedStdoutUploadStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/nonexistentBucketClassicUploadStepPipeline.groovy
A
src/test/resources/com/google/jenkins/plugins/storage/integration/stdoutUploadStepPipeline.groovy
Log Message:
-----------
Pipeline DSL syntax(#70)
Added pipeline DSL syntax functionality with integration tests. Upgraded
Jenkins version in POM. StdoutUpload and ExpiringBucketLifecycleManager are
available now as build steps.
Commit: 6e45934fe3a6505cf14ca652f319fdf7d04fee93
https://github.com/jenkinsci/google-storage-plugin/commit/6e45934fe3a6505cf14ca652f319fdf7d04fee93
Author: Rachel Yen <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M src/main/java/com/google/jenkins/plugins/storage/ClassicUploadStep.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
M src/main/java/com/google/jenkins/plugins/storage/UploadModule.java
Log Message:
-----------
Whitelist fix (#73)
* Made UploadModule transient to resolve deserialization security issue with
JEP-200
* Made UploadModule not serializable and cleaned up abstractUpload/brought it
to standards
Commit: 305370bb280fd0d9c70303b5273fec2e8da7a3f3
https://github.com/jenkinsci/google-storage-plugin/commit/305370bb280fd0d9c70303b5273fec2e8da7a3f3
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M .gitignore
M pom.xml
Log Message:
-----------
Add class-level concurrency for a virtually free speedup in running the tests.
Commit: 92ae7ff295080d6a6e7dc6a54e65e78d1303164f
https://github.com/jenkinsci/google-storage-plugin/commit/92ae7ff295080d6a6e7dc6a54e65e78d1303164f
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
Log Message:
-----------
Code reformatting from fmt-maven plugin with mvn verify command.
Commit: e2555cac88d7e42405dcebfbceff4df7c9aacc65
https://github.com/jenkinsci/google-storage-plugin/commit/e2555cac88d7e42405dcebfbceff4df7c9aacc65
Author: Rachel Yen <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
A CHANGELOG.md
Log Message:
-----------
Changelog (#75)
* Change to 1.3.0
Commit: 381d124fb125ec29037c848f2390341c6359620d
https://github.com/jenkinsci/google-storage-plugin/commit/381d124fb125ec29037c848f2390341c6359620d
Author: Rachel Yen <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M
src/main/java/com/google/jenkins/plugins/storage/AbstractBucketLifecycleManager.java
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java
M src/main/java/com/google/jenkins/plugins/storage/ClassicUpload.java
M src/main/java/com/google/jenkins/plugins/storage/ClassicUploadStep.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
M
src/main/java/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManager.java
M
src/main/java/com/google/jenkins/plugins/storage/ExpiringBucketLifecycleManagerStep.java
M
src/main/java/com/google/jenkins/plugins/storage/GoogleCloudStorageUploader.java
M src/main/java/com/google/jenkins/plugins/storage/HttpHeaders.java
M
src/main/java/com/google/jenkins/plugins/storage/InvalidAnnotationException.java
M src/main/java/com/google/jenkins/plugins/storage/StdoutUpload.java
M src/main/java/com/google/jenkins/plugins/storage/StdoutUploadStep.java
M src/main/java/com/google/jenkins/plugins/storage/client/StorageClient.java
M src/main/java/com/google/jenkins/plugins/storage/util/BucketPath.java
M
src/main/java/com/google/jenkins/plugins/storage/util/RetryStorageOperation.java
M src/main/java/com/google/jenkins/plugins/storage/util/StorageUtil.java
Log Message:
-----------
Javadoc fix for release. (#76)
Commit: 241ae7e0adb201bba9cee54927328130cfbc5dd4
https://github.com/jenkinsci/google-storage-plugin/commit/241ae7e0adb201bba9cee54927328130cfbc5dd4
Author: Rachel Yen <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release google-storage-plugin-1.3.0
Commit: 21b77e1928455ada796b8f20cc16337544f768b4
https://github.com/jenkinsci/google-storage-plugin/commit/21b77e1928455ada796b8f20cc16337544f768b4
Author: Rachel Yen <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: fe0ba06d5b16ecac78cf2feb3c9da89ed99b5ea0
https://github.com/jenkinsci/google-storage-plugin/commit/fe0ba06d5b16ecac78cf2feb3c9da89ed99b5ea0
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
graphite team change
Commit: 3b69f0ee527cc52f598685c46742e59d63346c66
https://github.com/jenkinsci/google-storage-plugin/commit/3b69f0ee527cc52f598685c46742e59d63346c66
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
fixed github username
Commit: 74dcee36ea8e62e39f16aa9c348c8b8869b89de2
https://github.com/jenkinsci/google-storage-plugin/commit/74dcee36ea8e62e39f16aa9c348c8b8869b89de2
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java
M src/main/java/com/google/jenkins/plugins/storage/ClassicUpload.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
Log Message:
-----------
Fix NPEs caused by making upload module transient. The UploadModule is now
recreated if null.
Commit: 0908bd2172a4d623cbc06c3450472728c28f8a97
https://github.com/jenkinsci/google-storage-plugin/commit/0908bd2172a4d623cbc06c3450472728c28f8a97
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
Log Message:
-----------
Rather than modifying the value, return a new UploadModule every time if null.
Commit: d296c635bde10a80940248d1866a30c692c9c15b
https://github.com/jenkinsci/google-storage-plugin/commit/d296c635bde10a80940248d1866a30c692c9c15b
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M
src/main/java/com/google/jenkins/plugins/storage/AbstractUploadDescriptor.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
Log Message:
-----------
Use synchronized to avoid potential runtime errors.
Commit: ce58c9ecbc0c16524ce72bdd60d5531a876fddf6
https://github.com/jenkinsci/google-storage-plugin/commit/ce58c9ecbc0c16524ce72bdd60d5531a876fddf6
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Prepare release 1.3.1 with changelog.
Commit: 221abafc7527efbe6162e545d6c63dc5cedda316
https://github.com/jenkinsci/google-storage-plugin/commit/221abafc7527efbe6162e545d6c63dc5cedda316
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release google-storage-plugin-1.3.1
Commit: f1788a40a90d69ca4a1903109e10ea8eea4592aa
https://github.com/jenkinsci/google-storage-plugin/commit/f1788a40a90d69ca4a1903109e10ea8eea4592aa
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 4965bb45c9079b6d21e9782f83227a49bca6ffeb
https://github.com/jenkinsci/google-storage-plugin/commit/4965bb45c9079b6d21e9782f83227a49bca6ffeb
Author: Stephen Shank <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M
src/main/java/com/google/jenkins/plugins/storage/AbstractBucketLifecycleManager.java
M src/main/java/com/google/jenkins/plugins/storage/AbstractUpload.java
M src/main/java/com/google/jenkins/plugins/storage/DownloadStep.java
M src/main/java/com/google/jenkins/plugins/storage/UploadModule.java
Log Message:
-----------
Remote agents return null for Jenkins.getInstanceOrNull(), so avoid invoking
this when generating an UploadModule.
Commit: 8a20b64a98cf6aab2e5798d6618d236e53aabc44
https://github.com/jenkinsci/google-storage-plugin/commit/8a20b64a98cf6aab2e5798d6618d236e53aabc44
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
release 1.3.2
Commit: 19f8d2a0b7d35bbd2ab576abbb0f2b8bf9fe1533
https://github.com/jenkinsci/google-storage-plugin/commit/19f8d2a0b7d35bbd2ab576abbb0f2b8bf9fe1533
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release google-storage-plugin-1.3.2
Commit: 3e818f205dd346b5bc8daf6bab8e5961b661e832
https://github.com/jenkinsci/google-storage-plugin/commit/3e818f205dd346b5bc8daf6bab8e5961b661e832
Author: craigatgoogle <[email protected]>
Date: 2019-07-09 (Tue, 09 Jul 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare:
https://github.com/jenkinsci/google-storage-plugin/compare/9b1b0ba10258...3e818f205dd3
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/google-storage-plugin/push/refs/heads/master/9b1b0b-3e818f%40github.com.
For more options, visit https://groups.google.com/d/optout.