Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: googleapis/google-auth-library-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 15 commits
  • 10 files changed
  • 4 contributors

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    1303b3b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. 1 Configuration menu
    Copy the full SHA
    b8c08e5 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2017

  1. Factor out the JWT assertion creation for easier testing.

    - Factor out GoogleCredentials.createAssertion() from
      GoogleCredentials.refreshAccessToken()
    
    - Add ServiceAccountCredentialsTest.createAssertion_correct() test
      case
    
    - remove unused private method GoogleCredentials.readObject()
    vchudnov-g committed May 11, 2017
    Configuration menu
    Copy the full SHA
    432ee7e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

  1. Configuration menu
    Copy the full SHA
    b795fa2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b25a5e3 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2017

  1. Respond to PR comments

    vchudnov-g committed May 16, 2017
    Configuration menu
    Copy the full SHA
    434140b View commit details
    Browse the repository at this point in the history
  2. Make the new ServiceAccountCredentials constructor package-private

    The new ServiceAccountCredentials constructor that includes a
    serviceAccountUser is now package-private for testing.
    vchudnov-g committed May 16, 2017
    Configuration menu
    Copy the full SHA
    d6b9665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3532a4 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2017

  1. Merge pull request #102 from vchudnov-g/master

    Add GoogleCredentials.createDelegated() method
    vchudnov-g authored May 18, 2017
    Configuration menu
    Copy the full SHA
    92bf7ef View commit details
    Browse the repository at this point in the history

Commits on May 25, 2017

  1. Configuration menu
    Copy the full SHA
    98a8155 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    tcoffee-google committed May 25, 2017
    Configuration menu
    Copy the full SHA
    9466b59 View commit details
    Browse the repository at this point in the history
  3. Address PR feedback

    tcoffee-google committed May 25, 2017
    Configuration menu
    Copy the full SHA
    d6d0c40 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge pull request #104 from tcoffee-google/retry_refresh_token

    Retry HTTP failures in ServiceAccountCredentials.refreshAccessToken
    tcoffee-google authored May 30, 2017
    Configuration menu
    Copy the full SHA
    97cf8aa View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Configuration menu
    Copy the full SHA
    41070a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from tcoffee-google/master

    Bumping to 0.7.0 for release
    tcoffee-google authored Jun 1, 2017
    Configuration menu
    Copy the full SHA
    4870755 View commit details
    Browse the repository at this point in the history
Loading