Branch: refs/heads/master

  Home:   https://github.com/jenkinsci/google-oauth-plugin

  Commit: 000424727ae0804336d4d0ea679d0e04dcfd7279

      
https://github.com/jenkinsci/google-oauth-plugin/commit/000424727ae0804336d4d0ea679d0e04dcfd7279

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-04-24 (Wed, 24 Apr 2019)



  Changed paths:

    M CHANGELOG.md

    M pom.xml



  Log Message:

  -----------

  Update changelog in preparation for release 0.8. (#55)



* Update changelog in preparation for release 0.8.



* Add date and fix formatting.





  Commit: b8d049398101dc63ff49f1e32c86cc12510f1e1b

      
https://github.com/jenkinsci/google-oauth-plugin/commit/b8d049398101dc63ff49f1e32c86cc12510f1e1b

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-04-25 (Thu, 25 Apr 2019)



  Changed paths:

    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:

  -----------

  Make sure that a newly submitted file is submitted last (#57)





  Commit: 57e7b31962d3e0bbe4593c2d1ddd0a288c634c66

      
https://github.com/jenkinsci/google-oauth-plugin/commit/57e7b31962d3e0bbe4593c2d1ddd0a288c634c66

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-04-25 (Thu, 25 Apr 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Turn off doclint for java 8 (#58)



* Turn off doclint for java 8



* Use doclint property because realease uses maven-javadoc-plugin version 3.0.1





  Commit: 98a6227799f10a8d70d93e041a96704c95f03da3

      
https://github.com/jenkinsci/google-oauth-plugin/commit/98a6227799f10a8d70d93e041a96704c95f03da3

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-04-25 (Thu, 25 Apr 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release google-oauth-plugin-0.8





  Commit: b8d9060d83479cda723963f8fab35b52bdcf474b

      
https://github.com/jenkinsci/google-oauth-plugin/commit/b8d9060d83479cda723963f8fab35b52bdcf474b

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-04-25 (Thu, 25 Apr 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 39df0b00f713d1305d5532171130d2cc04178bf0

      
https://github.com/jenkinsci/google-oauth-plugin/commit/39df0b00f713d1305d5532171130d2cc04178bf0

  Author: Craig Barber <craigbar...@google.com>

  Date:   2019-05-10 (Fri, 10 May 2019)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Updated expired slack invite link.



Switched to using bitly link so further changes to the README won't be required.





  Commit: eb90690293242af8233e885ae75609d91dbbf291

      
https://github.com/jenkinsci/google-oauth-plugin/commit/eb90690293242af8233e885ae75609d91dbbf291

  Author: Craig Barber <craigbar...@google.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Update README.md





  Commit: adbf4062abc971f1e25db8c96058758edbeb6602

      
https://github.com/jenkinsci/google-oauth-plugin/commit/adbf4062abc971f1e25db8c96058758edbeb6602

  Author: Craig Barber <craigbar...@google.com>

  Date:   2019-05-13 (Mon, 13 May 2019)



  Changed paths:

    M README.md



  Log Message:

  -----------

  Merge pull request #60 from jenkinsci/craigatgoogle-patch-1



Updated expired slack invite link.





  Commit: 61fc9463bbf21a27ea3913065f9cad61e8485498

      
https://github.com/jenkinsci/google-oauth-plugin/commit/61fc9463bbf21a27ea3913065f9cad61e8485498

  Author: ashutoshcp <as0...@gmail.com>

  Date:   2019-05-14 (Tue, 14 May 2019)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/AbstractGoogleRobotCredentialsDescriptor.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentialsModule.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentialsModule.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/LegacyJsonKey.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/RemotableGoogleCredentials.java

    A src/test/java/com/google/jenkins/GoogleOAuthPluginTestSuite.java

    A src/test/java/com/google/jenkins/plugins/CredentialsOAuthTestSuite.java

    A src/test/java/com/google/jenkins/plugins/UtilTestSuite.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleOAuth2ScopeSpecificationTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/TestGoogleOAuth2DomainRequirement.java



  Log Message:

  -----------

  1. Fixed link to classes @linkĀ  <= @code

2. Added Suites for tests, Easy to run the tests in suite rather than running 
one by one

3. Fixed few

4. Reviewed changes || reset head into single commit.





  Commit: 6d89980d2f962862164a9ba497d454cf84f0c552

      
https://github.com/jenkinsci/google-oauth-plugin/commit/6d89980d2f962862164a9ba497d454cf84f0c552

  Author: Craig Barber <craigbar...@google.com>

  Date:   2019-05-14 (Tue, 14 May 2019)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/AbstractGoogleRobotCredentialsDescriptor.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentialsModule.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentialsModule.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/LegacyJsonKey.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/RemotableGoogleCredentials.java

    A src/test/java/com/google/jenkins/GoogleOAuthPluginTestSuite.java

    A src/test/java/com/google/jenkins/plugins/CredentialsOAuthTestSuite.java

    A src/test/java/com/google/jenkins/plugins/UtilTestSuite.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleOAuth2ScopeSpecificationTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/TestGoogleOAuth2DomainRequirement.java



  Log Message:

  -----------

  Merge pull request #61 from ashutoshcp/develop-ashu



Few link fixes in java doc & Added test suite for unit tests & Fixed few tests.





  Commit: c1c6104935c0a9106b9df0176c6aecff2dcbad22

      
https://github.com/jenkinsci/google-oauth-plugin/commit/c1c6104935c0a9106b9df0176c6aecff2dcbad22

  Author: Joseph Petersen <joseph...@gmail.com>

  Date:   2019-06-07 (Fri, 07 Jun 2019)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/P12ServiceAccountConfig.java

    M src/main/java/com/google/jenkins/plugins/util/MetadataReader.java

    M src/main/java/com/google/jenkins/plugins/util/MockExecutor.java

    M src/main/java/com/google/jenkins/plugins/util/Resolve.java



  Log Message:

  -----------

  Clean CasC deps (#63)



* update parent pom



* update jenkins, jcasc, credentials version. remove jcasc support and co



* use Jenkins.get(), use java 7 idioms





  Commit: d7fdd246cdf1c0cbd632fcf5defcb5d18a9bd46f

      
https://github.com/jenkinsci/google-oauth-plugin/commit/d7fdd246cdf1c0cbd632fcf5defcb5d18a9bd46f

  Author: craigatgoogle <craigbar...@google.com>

  Date:   2019-06-27 (Thu, 27 Jun 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  graphite team change





  Commit: a2102c218a908ec8f751585b8e4aca5d63af33ef

      
https://github.com/jenkinsci/google-oauth-plugin/commit/a2102c218a908ec8f751585b8e4aca5d63af33ef

  Author: Craig Barber <craigbar...@google.com>

  Date:   2019-06-27 (Thu, 27 Jun 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #64 from craigdbarber/graphite-team-change



graphite team change





  Commit: 5759a6d252d6ca514032d713e895e6dbe9ef3413

      
https://github.com/jenkinsci/google-oauth-plugin/commit/5759a6d252d6ca514032d713e895e6dbe9ef3413

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-08-05 (Mon, 05 Aug 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Format and tidy pom file after release preparation completes.





  Commit: a81f5b04f767624ab5a1b0094083b918d82c2983

      
https://github.com/jenkinsci/google-oauth-plugin/commit/a81f5b04f767624ab5a1b0094083b918d82c2983

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-08-07 (Wed, 07 Aug 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Merge pull request #66 from stephenashank/feature/pomformat



Format and tidy pom file after release preparation completes.





  Commit: dfa8a6f12299f467a57c4ca7e15c2bfe689870b8

      
https://github.com/jenkinsci/google-oauth-plugin/commit/dfa8a6f12299f467a57c4ca7e15c2bfe689870b8

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-08-22 (Thu, 22 Aug 2019)



  Changed paths:

    M checkstyle.xml

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentials.java

    M src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonKey.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/LegacyJsonKey.java

    M src/main/java/com/google/jenkins/plugins/util/MetadataReader.java

    M src/test/java/com/google/jenkins/GoogleOAuthPluginTestSuite.java

    M src/test/java/com/google/jenkins/plugins/CredentialsOAuthTestSuite.java

    M src/test/java/com/google/jenkins/plugins/UtilTestSuite.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/ConfigurationAsCodeTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java



  Log Message:

  -----------

  Prepare for use with plugins using the new gcp-plugin-core library. Address 
checkstyle and spotbugs errors. Enable failOnViolation/Error for checkstyle.





  Commit: 4caf87971f56386d4c3eff837b80ddc040946152

      
https://github.com/jenkinsci/google-oauth-plugin/commit/4caf87971f56386d4c3eff837b80ddc040946152

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-08-27 (Tue, 27 Aug 2019)



  Changed paths:

    M checkstyle.xml

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotMetadataCredentials.java

    M src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonKey.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/LegacyJsonKey.java

    M src/main/java/com/google/jenkins/plugins/util/MetadataReader.java

    M src/test/java/com/google/jenkins/GoogleOAuthPluginTestSuite.java

    M src/test/java/com/google/jenkins/plugins/CredentialsOAuthTestSuite.java

    M src/test/java/com/google/jenkins/plugins/UtilTestSuite.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/ConfigurationAsCodeTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java



  Log Message:

  -----------

  Merge pull request #67 from stephenashank/feature/plugin-core-support



Prepare for use with plugins using the new gcp-plugin-core library.





  Commit: 9f454f573a3410bef23f1797aaab072777a83d52

      
https://github.com/jenkinsci/google-oauth-plugin/commit/9f454f573a3410bef23f1797aaab072777a83d52

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-08-30 (Fri, 30 Aug 2019)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentialsModule.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java

    M src/test/java/com/google/jenkins/GoogleOAuthPluginTestSuite.java

    M src/test/java/com/google/jenkins/plugins/CredentialsOAuthTestSuite.java

    M src/test/java/com/google/jenkins/plugins/UtilTestSuite.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfigTestUtil.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/LegacyJsonServiceAccountConfigUtil.java



  Log Message:

  -----------

  Fix dependency conflicts with api client and guava.





  Commit: a18f48c5dcf88c73f0be2cd5dcb2bd336e892a90

      
https://github.com/jenkinsci/google-oauth-plugin/commit/a18f48c5dcf88c73f0be2cd5dcb2bd336e892a90

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-08-30 (Fri, 30 Aug 2019)



  Changed paths:

    M pom.xml

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotCredentialsModule.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentials.java

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfig.java

    M src/test/java/com/google/jenkins/GoogleOAuthPluginTestSuite.java

    M src/test/java/com/google/jenkins/plugins/CredentialsOAuthTestSuite.java

    M src/test/java/com/google/jenkins/plugins/UtilTestSuite.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/JsonServiceAccountConfigTestUtil.java

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/LegacyJsonServiceAccountConfigUtil.java



  Log Message:

  -----------

  Merge pull request #68 from stephenashank/feature/jenkinsdependencies



Fix dependency conflicts with api client and guava.





  Commit: 8e1c8e935a925318c242d4a6a508d170ba1b6d4b

      
https://github.com/jenkinsci/google-oauth-plugin/commit/8e1c8e935a925318c242d4a6a508d170ba1b6d4b

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Release 0.9 with changelog





  Commit: cc1818ed2a2d2ac1f1deb320e645a66eac5770b2

      
https://github.com/jenkinsci/google-oauth-plugin/commit/cc1818ed2a2d2ac1f1deb320e645a66eac5770b2

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release google-oauth-plugin-0.9





  Commit: 20ea68b0e1e1775102de4c2eeea7ca1adf2426bb

      
https://github.com/jenkinsci/google-oauth-plugin/commit/20ea68b0e1e1775102de4c2eeea7ca1adf2426bb

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 20a2e25801810d35f0438eec1736cb5f1f809b08

      
https://github.com/jenkinsci/google-oauth-plugin/commit/20a2e25801810d35f0438eec1736cb5f1f809b08

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-09-03 (Tue, 03 Sep 2019)



  Changed paths:

    M CHANGELOG.md

    M pom.xml



  Log Message:

  -----------

  Merge pull request #69 from stephenashank/release/0.9



Release 0.9 with changelog





  Commit: aef26a8425e515a9986412000d6191db95fa9e56

      
https://github.com/jenkinsci/google-oauth-plugin/commit/aef26a8425e515a9986412000d6191db95fa9e56

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 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

    M 
src/main/java/com/google/jenkins/plugins/credentials/oauth/ServiceAccountConfig.java



  Log Message:

  -----------

  SECURITY-1583: Add RunScripts permissions check for loading legacy secret 
files when upgrading.





  Commit: 41b5766051079194210f3960cd2a0ec9f85d6572

      
https://github.com/jenkinsci/google-oauth-plugin/commit/41b5766051079194210f3960cd2a0ec9f85d6572

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

    M Jenkinsfile

    A jenkins/maven-pod.yaml

    A jenkins/saveAndCompress.sh



  Log Message:

  -----------

  Onboard OAuth plugin in team CI server.





  Commit: 739a8662b06e2132e9f9df7ece3b2d6b400d3155

      
https://github.com/jenkinsci/google-oauth-plugin/commit/739a8662b06e2132e9f9df7ece3b2d6b400d3155

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

    M Jenkinsfile

    A jenkins/maven-pod.yaml

    A jenkins/saveAndCompress.sh



  Log Message:

  -----------

  Merge pull request #72 from stephenashank/feature/cicd



Onboard OAuth plugin in team CI server.





  Commit: a775bfe6a19f7bdc0abc2bc3356b6eff5cc7286b

      
https://github.com/jenkinsci/google-oauth-plugin/commit/a775bfe6a19f7bdc0abc2bc3356b6eff5cc7286b

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Prepare release 0.10 with changelog.





  Commit: 69f500398015447ad273236c123e827bfa037686

      
https://github.com/jenkinsci/google-oauth-plugin/commit/69f500398015447ad273236c123e827bfa037686

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release google-oauth-plugin-0.10





  Commit: 70db8d3ced13c9cf7ad6b7f9f84f5e3585f1c48b

      
https://github.com/jenkinsci/google-oauth-plugin/commit/70db8d3ced13c9cf7ad6b7f9f84f5e3585f1c48b

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





  Commit: 718753df4074aee6f58a6c6e977eddf9dcec76c7

      
https://github.com/jenkinsci/google-oauth-plugin/commit/718753df4074aee6f58a6c6e977eddf9dcec76c7

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-10 (Thu, 10 Oct 2019)



  Changed paths:

    M CHANGELOG.md

    M pom.xml



  Log Message:

  -----------

  Merge pull request #73 from jenkinsci/release/0.10



Release 0.10 with changelog





  Commit: 874b6986c08cbf7a0bdc15b12e81337a6dda4606

      
https://github.com/jenkinsci/google-oauth-plugin/commit/874b6986c08cbf7a0bdc15b12e81337a6dda4606

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-11 (Fri, 11 Oct 2019)



  Changed paths:

    M Jenkinsfile



  Log Message:

  -----------

  Clean branch name before creating artifacts.





  Commit: e2b27b07443f8d0ee99d2fc7ed89cd4e8c4e2f34

      
https://github.com/jenkinsci/google-oauth-plugin/commit/e2b27b07443f8d0ee99d2fc7ed89cd4e8c4e2f34

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-11 (Fri, 11 Oct 2019)



  Changed paths:

    M Jenkinsfile



  Log Message:

  -----------

  Merge pull request #74 from stephenashank/feature/cleanbranch



Clean branch name before creating artifacts.





  Commit: 7cd60260a35a249cda63cac7d566438a6034f0eb

      
https://github.com/jenkinsci/google-oauth-plugin/commit/7cd60260a35a249cda63cac7d566438a6034f0eb

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-23 (Wed, 23 Oct 2019)



  Changed paths:

    M pom.xml

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java



  Log Message:

  -----------

  Update to version 20.0 of Guava, and version 1.25.0 of the google client 
libraries.





  Commit: babcfab4932e76a54006426eebd80445049898cb

      
https://github.com/jenkinsci/google-oauth-plugin/commit/babcfab4932e76a54006426eebd80445049898cb

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-23 (Wed, 23 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Use exclusion in oauth plugin to avoid exclusions downstream.





  Commit: 0c619fa5967055c06d1e895cd729b22deef4a563

      
https://github.com/jenkinsci/google-oauth-plugin/commit/0c619fa5967055c06d1e895cd729b22deef4a563

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-24 (Thu, 24 Oct 2019)



  Changed paths:

    M pom.xml

    M 
src/test/java/com/google/jenkins/plugins/credentials/oauth/GoogleRobotPrivateKeyCredentialsTest.java



  Log Message:

  -----------

  Merge pull request #75 from stephenashank/feature/guava



Update to version 20.0 of Guava, and version 1.25.0 of the google client 
libraries.





  Commit: f55ad6a830b95c57d4f23d596ef4e706ec53b91a

      
https://github.com/jenkinsci/google-oauth-plugin/commit/f55ad6a830b95c57d4f23d596ef4e706ec53b91a

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-25 (Fri, 25 Oct 2019)



  Changed paths:

    M CHANGELOG.md

    M pom.xml



  Log Message:

  -----------

  Prepare release 1.0.0 with changelog





  Commit: 443234a7defb552226be97a5a5e74dce7c5f3ed5

      
https://github.com/jenkinsci/google-oauth-plugin/commit/443234a7defb552226be97a5a5e74dce7c5f3ed5

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-25 (Fri, 25 Oct 2019)



  Changed paths:

    M CHANGELOG.md

    M pom.xml



  Log Message:

  -----------

  Limit scope of dependency version difference to where the incompatibility is.





  Commit: 1170eaa0e8d4870b27c97e8c1f39b7cd6c9627a0

      
https://github.com/jenkinsci/google-oauth-plugin/commit/1170eaa0e8d4870b27c97e8c1f39b7cd6c9627a0

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-28 (Mon, 28 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  Use consistent version labels.





  Commit: 6ec2d7097398a093fe1ec49742a1cbac7938d836

      
https://github.com/jenkinsci/google-oauth-plugin/commit/6ec2d7097398a093fe1ec49742a1cbac7938d836

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-29 (Tue, 29 Oct 2019)



  Changed paths:

    M CHANGELOG.md



  Log Message:

  -----------

  Update release date





  Commit: 58edf6f915527e64034c418a3383b339f2780c81

      
https://github.com/jenkinsci/google-oauth-plugin/commit/58edf6f915527e64034c418a3383b339f2780c81

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-29 (Tue, 29 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare release google-oauth-plugin-1.0.0





  Commit: 3f56bde95aa7e9e1b2d5d03a693dfd85571f121b

      
https://github.com/jenkinsci/google-oauth-plugin/commit/3f56bde95aa7e9e1b2d5d03a693dfd85571f121b

  Author: Stephen Shank <stephensh...@google.com>

  Date:   2019-10-29 (Tue, 29 Oct 2019)



  Changed paths:

    M pom.xml



  Log Message:

  -----------

  [maven-release-plugin] prepare for next development iteration





Compare: 
https://github.com/jenkinsci/google-oauth-plugin/compare/a63cc1e90002...3f56bde95aa7

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/google-oauth-plugin/push/refs/heads/master/a63cc1-3f56bd%40github.com.

Reply via email to