Permalink
base repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v2.11.0
Choose a base ref
...
head repository: googleapis/google-auth-library-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v2.11.1
Choose a head ref
  • 15 commits
  • 33 files changed
  • 11 contributors

Commits on Aug 23, 2022

  1. docs(samples): add auth samples and tests (#1102)

    * docs(samples): add auth samples and tests
    
    * refactored verifying google token and lint fixed test file
    
    * Modified comment acc to review
    
    * renamed method acc to review comment
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * added comment acc to review
    
    * add samples tests as required checks
    
    * use GOOGLE_CLOUD_PROJECT
    
    * test new config 1
    
    * adding refresh token for sys test
    
    * updating all py verion configs
    
    * update 3
    
    * update 4
    
    * update 5 - trimming nox
    
    * update 6 - fixing requirements.txt
    
    * update 7 - fixing pytest flags
    
    * update 8 - fixing sa test cred
    
    * update 9- reading sa path from env
    
    * update 10- testing explicit
    
    * update 11 - fix multi reference
    
    * update 12 - remove project id from client params
    
    * update 13 - use projectid from default
    
    * update 14 - remove project param
    
    * update 15- fix assert
    
    * update 16 - updating other py versions
    
    * update 17: try replacing compute with storage
    
    * update 18: fix assert and pass project
    
    * update 19: fixing comments
    
    * update 20: remove unused
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    Co-authored-by: Sai Sunder Srinivasan <[email protected]>
    4 people authoredAug 23, 2022
    Configuration menu
    Copy the full SHA
    ac87520View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency google-cloud-compute to v1.5.1 (#1110)

    * chore(deps): update dependency google-cloud-compute to v1.5.1
    
    * exclude templated .kokoro/samples files
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    renovate-bot and parthea authoredAug 23, 2022
    Configuration menu
    Copy the full SHA
    fc53cf7View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28125b3View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04a9e69View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb5c979View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. fix: fix socket in impersonated_credentials (#1123)

    * fix: Fix socket  in impersonated_credentials
    
    impersonated_credentials.Credentials.sign_bytes() created
    a session that wasn't closed ing a socket. This fixes
    the issue by always closing the requests session after
    a signing request is complete.
    
    Fixes #1122
    @stewartmiles
    stewartmiles authoredAug 29, 2022
    Configuration menu
    Copy the full SHA
    b1eb467View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. chore: remove 'pip install' statements from python_library templates (#…

    …1124)
    
    * chore(python): exclude `grpcio==1.49.0rc1` in tests
    
    Source-Link: googleapis/synthtool@c4dd595
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:ce3c1686bc81145c81dd269bd12c4025c6b275b22d14641358827334fddb1d72
    
    * use templated renovate.json
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply..com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authoredAug 30, 2022
    Configuration menu
    Copy the full SHA
    23a12ebView commit details
    Browse the repository at this point in the history
  2. refactor: Add **kwargs to parent constructor for Async API (#1127)

    * refactor: Add **kwargs to parent constructor for Async API
    
    This resolves #1061.
    By passing in **kwargs to the parent constructor, `aiohhttp.ClientSession` parameters can be configured by users.
    @clundin25
    clundin25 authoredAug 30, 2022
    Configuration menu
    Copy the full SHA
    35e83ebView commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. chore: Remove code owner notification spam by filtering out system_te…

    …st creds (#1133)
    
    * chore: Remove code owner notification spam by filtering out system_test creds.
    @clundin25
    clundin25 authoredSep 1, 2022
    Configuration menu
    Copy the full SHA
    6983560View commit details
    Browse the repository at this point in the history
  2. fix: Skip oauth2client adapter tests if oauth2client is not installed (

    …#1132)
    
    * fix: Skip oauth2client adapter tests if oauth2client is not installed.
    
    This resolves #1118.
    @clundin25
    clundin25 authoredSep 1, 2022
    Configuration menu
    Copy the full SHA
    d15092fView commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    f26e90bView commit details
    Browse the repository at this point in the history
  2. chore: fix path to requirements.txt in release script (#1138)

    Source-Link: googleapis/synthtool@703554a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:94961fdc5c9ca6d13530a6a414a49d2f607203168215d074cdb0a1df9ec31c0b
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredSep 2, 2022
    Configuration menu
    Copy the full SHA
    4be1795View commit details
    Browse the repository at this point in the history
  3. chore(python): exclude setup.py in renovate config (#1140)

    Source-Link: googleapis/synthtool@56da63e
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:993a058718e84a82fda04c3177e58f0a43281a996c7c395e0a56ccc4d6d210d7
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredSep 2, 2022
    Configuration menu
    Copy the full SHA
    08b29e2View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. fix: Update token refresh threshold from 20 seconds to 5 minutes (#1146)

    * fix: Update token refresh threshold from 20 seconds to 5 minutes
    
    * update rt
    @sai-sunder-s
    sai-sunder-s authoredSep 20, 2022
    Configuration menu
    Copy the full SHA
    261a561View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.11.1 (#1112)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply..com>
    @release-please
    release-please[bot] authoredSep 20, 2022
    Configuration menu
    Copy the full SHA
    ea24429View commit details
    Browse the repository at this point in the history
Loading