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-api-go-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.173.0
Choose a base ref
...
head repository: googleapis/google-api-go-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.175.0
Choose a head ref
  • 9 commits
  • 114 files changed
  • 3 contributors

Commits on Apr 16, 2024

  1. feat: add hooks in for new auth library (#2228)

    All code that calls into the old base auth layer can not optionally call into the new stack. Where possible, packages call into new auth packages directly. As a fallback, and for cases where we don't have 1-1 replacements the code in internal should ensure that at least the ADC logic from the new auth stack is called into.
    
    Flipping the environment variable on for this repo so we make sure that all tests currently written pass without any code changes. This should give confidence that when options are in place to call into the new stack code continues to work as is without any code changes.
    codyoss authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    4054271 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    f49960d View commit details
    Browse the repository at this point in the history
  2. fix(internal): set scopes for new auth flow (#2525)

    Also updated a test that relied on impl specific types before.
    Testing the TokenSource methods instead of NewClient as NewClient
    defers impl to NewTokenSource anyways.
    
    Fixes: #2523
    Fixes: #2522
    codyoss authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0f0a2f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8960e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    ec3a580 View commit details
    Browse the repository at this point in the history
  2. fix: bump auth deps (#2528)

    codyoss authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f662ab7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    9622a0d View commit details
    Browse the repository at this point in the history
  2. fix: various auth transition bugs (#2533)

    - Better support for oauth2.Credential conversion
    - set quota project when setting tokensource based cred
    - honor SkipValidation option
    - if DefaultEndpointTemplate is not set pass old DefaultEndpoint. As we just do a string replace code works without formatting derective present.
    - simiplfiy poolAdapter calls to delegate more
    codyoss authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    d64b1d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a5d6d View commit details
    Browse the repository at this point in the history
Loading