Branch: refs/heads/master Home: https://github.com/jenkinsci/google-oauth-plugin Commit: 32c613f8707a5eccf983b55402d96371657de271 https://github.com/jenkinsci/google-oauth-plugin/commit/32c613f8707a5eccf983b55402d96371657de271 Author: ikedam <de...@ikedam.jp> Date: 2018-08-15 (Wed, 15 Aug 2018)
Changed paths: M pom.xml M src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/KeyUtils.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig.java M src/main/resources/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentials/config.jelly M src/main/resources/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig/config.jelly M src/main/resources/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig/config.jelly Log Message: ----------- [FIXED JENKINS-38869] Use SecretBytes to store credentials Commit: 7802a546cfb625a49409d53f76967ec75e67c02c https://github.com/jenkinsci/google-oauth-plugin/commit/7802a546cfb625a49409d53f76967ec75e67c02c Author: ikedam <de...@ikedam.jp> Date: 2018-08-15 (Wed, 15 Aug 2018) Changed paths: M src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/RemotableGoogleCredentialsTest.java Log Message: ----------- [JENKINS-38869] Update tests to properly work with SecretBytes Commit: 15b7c8ec221ca846d6b314663d008568a758e5f7 https://github.com/jenkinsci/google-oauth-plugin/commit/15b7c8ec221ca846d6b314663d008568a758e5f7 Author: ikedam <de...@ikedam.jp> Date: 2018-08-15 (Wed, 15 Aug 2018) Changed paths: M src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/KeyUtils.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/RemotableGoogleCredentialsTest.java Log Message: ----------- [JENKINS-38869] Fix styles Commit: b0d86550cc11e6a0226928de241fab84aeee1e60 https://github.com/jenkinsci/google-oauth-plugin/commit/b0d86550cc11e6a0226928de241fab84aeee1e60 Author: ikedam <de...@ikedam.jp> Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M pom.xml Log Message: ----------- [JENKINS-38869] Use credentials-2.1.12 so that `SecretBytes` can be used in `DataBoundConstructor` (JENKINS-41946) Commit: 46e26714937d8e6f2595bf53564fe4eab8e89176 https://github.com/jenkinsci/google-oauth-plugin/commit/46e26714937d8e6f2595bf53564fe4eab8e89176 Author: ikedam <de...@ikedam.jp> Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig.java Log Message: ----------- [JENKINS-38869] Accept invalid configurations in constructors Commit: d6e9260d4bd44803aba75cc3f22e24501f0b6691 https://github.com/jenkinsci/google-oauth-plugin/commit/d6e9260d4bd44803aba75cc3f22e24501f0b6691 Author: ikedam <de...@ikedam.jp> Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfigTest.java Log Message: ----------- [JENKINS-38869] Revert tests verifying invalid configurations Commit: 3eb4e6abb2a747ab2d1145e987e53b30ede58c36 https://github.com/jenkinsci/google-oauth-plugin/commit/3eb4e6abb2a747ab2d1145e987e53b30ede58c36 Author: ikedam <de...@ikedam.jp> Date: 2019-03-30 (Sat, 30 Mar 2019) Changed paths: M src/main/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig.java Log Message: ----------- [JENKINS-38869] Fix findbug issues adding null check Commit: 5af04a619293c54abf83caebe2975dfe064d8885 https://github.com/jenkinsci/google-oauth-plugin/commit/5af04a619293c54abf83caebe2975dfe064d8885 Author: Stephen Shank <stephensh...@google.com> Date: 2019-04-15 (Mon, 15 Apr 2019) Changed paths: M pom.xml M src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/KeyUtils.java M src/main/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig.java M src/main/resources/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentials/config.jelly M src/main/resources/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig/config.jelly M src/main/resources/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig/config.jelly M src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfigTest.java M src/test/java/com/google/jenkins/plugins/credentials/oauth/RemotableGoogleCredentialsTest.java Log Message: ----------- Merge pull request #19 from ikedam/feature/JENKINS-38869_UseSecretBytes [JENKINS-38869] Use SecretBytes to store credentials Compare: https://github.com/jenkinsci/google-oauth-plugin/compare/15cbe8cf7ec1...5af04a619293 -- 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.