Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 3c20dc7

Browse files
authored
Merge branch 'main' into patch-1
2 parents e3d1595 + 77c8bc4 commit 3c20dc7

174 files changed

Lines changed: 9204 additions & 1904 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ omit =
66
*/samples/*
77
*/conftest.py
88
*/google-cloud-sdk/lib/*
9+
# NOTE: Temporarily disabling coverage for `_requests_base.py`.
10+
*/_requests_base.py
911
exclude_lines =
1012
# Re-enable the standard pragma
1113
pragma: NO COVER

.github/.OwlBot.lock.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/.OwlBot.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
# The @googleapis/googleapis-auth and @googleapis/yoshi-python is the default owner for changes in this repo
8-
* @googleapis/googleapis-auth @googleapis/yoshi-python
9-
google/auth/_default.py @googleapis/googleapis-auth @googleapis/aion-sdk
10-
google/auth/aws.py @googleapis/googleapis-auth @googleapis/aion-sdk
11-
google/auth/credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk
12-
google/auth/downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk
13-
google/auth/external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk
14-
google/auth/external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk
15-
google/auth/identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk
16-
google/auth/pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk
17-
google/auth/sts.py @googleapis/googleapis-auth @googleapis/aion-sdk
18-
google/auth/impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk
19-
tests/test__default.py @googleapis/googleapis-auth @googleapis/aion-sdk
20-
tests/test_aws.py @googleapis/googleapis-auth @googleapis/aion-sdk
21-
tests/test_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk
22-
tests/test_downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk
23-
tests/test_external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk
24-
tests/test_external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk
25-
tests/test_identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk
26-
tests/test_pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk
27-
tests/test_sts.py @googleapis/googleapis-auth @googleapis/aion-sdk
28-
tests/test_impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk
29-
/samples/ @googleapis/python-samples-owners
7+
# The @googleapis/googleapis-auth and @googleapis/python-core-client-libraries is the default owner for changes in this repo
8+
* @googleapis/googleapis-auth @googleapis/python-core-client-libraries
9+
google/auth/_default.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
10+
google/auth/aws.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
11+
google/auth/credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
12+
google/auth/downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
13+
google/auth/external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
14+
google/auth/external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
15+
google/auth/identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
16+
google/auth/pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
17+
google/auth/sts.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
18+
google/auth/impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
19+
tests/test__default.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
20+
tests/test_aws.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
21+
tests/test_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
22+
tests/test_downscoped.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
23+
tests/test_external_account.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
24+
tests/test_external_account_authorized_user.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
25+
tests/test_identity_pool.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
26+
tests/test_pluggable.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
27+
tests/test_sts.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
28+
tests/test_impersonated_credentials.py @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-core-client-libraries
29+
/samples/ @googleapis/googleapis-auth @googleapis/aion-sdk @googleapis/python-samples-owners @googleapis/python-core-client-libraries
3030
system_tests/secrets.tar.enc # Remove noise from test creds.

.github/release-please.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/release-trigger.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/sync-repo-settings.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.kokoro/build-systests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export PYTHONUNBUFFERED=1
2828
python3 -m pip uninstall --yes --quiet nox-automation
2929

3030
# Install nox
31-
python3 -m pip install --upgrade --quiet nox
31+
python3 -m pip install nox==2024.10.9
3232
python3 -m nox --version
3333

3434
# Setup service account credentials.

.kokoro/docker/docs/Dockerfile

Lines changed: 0 additions & 89 deletions
This file was deleted.

.kokoro/docker/docs/requirements.in

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)