Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore(python): fix formatting issue in noxfile.py.j2 (#417)
fix: improper types in pagers generation fix: add 'dict' annotation type to 'request' fix(deps): require proto-plus==1.15.0
- Loading branch information
Showing
with
277 additions
and 28,934 deletions.
- +1 −1 .github/.OwlBot.lock.yaml
- +1 −1 .kokoro/samples/lint/common.cfg
- +40 −0 .kokoro/samples/python3.10/common.cfg
- +6 −0 .kokoro/samples/python3.10/continuous.cfg
- +11 −0 .kokoro/samples/python3.10/periodic-head.cfg
- +6 −0 .kokoro/samples/python3.10/periodic.cfg
- +6 −0 .kokoro/samples/python3.10/presubmit.cfg
- +1 −1 .kokoro/samples/python3.6/common.cfg
- +1 −1 .kokoro/samples/python3.6/periodic.cfg
- +1 −1 .kokoro/samples/python3.7/common.cfg
- +1 −1 .kokoro/samples/python3.7/periodic.cfg
- +1 −1 .kokoro/samples/python3.8/common.cfg
- +1 −1 .kokoro/samples/python3.8/periodic.cfg
- +1 −1 .kokoro/samples/python3.9/common.cfg
- +1 −1 .kokoro/samples/python3.9/periodic.cfg
- +0 −2 .kokoro/test-samples-against-head.sh
- +0 −2 .kokoro/test-samples.sh
- +14 −1 .trampolinerc
- +7 −5 CONTRIBUTING.rst
- +5 −5 docs/conf.py
- +47 −47 google/cloud/logging_v2/services/config_service_v2/client.py
- +18 −18 google/cloud/logging_v2/services/config_service_v2/pagers.py
- +1 −1 google/cloud/logging_v2/services/config_service_v2/transports/base.py
- +3 −3 google/cloud/logging_v2/services/config_service_v2/transports/grpc.py
- +3 −3 google/cloud/logging_v2/services/config_service_v2/transports/grpc_asyncio.py
- +11 −21 google/cloud/logging_v2/services/logging_service_v2/client.py
- +14 −14 google/cloud/logging_v2/services/logging_service_v2/pagers.py
- +1 −1 google/cloud/logging_v2/services/logging_service_v2/transports/base.py
- +3 −3 google/cloud/logging_v2/services/logging_service_v2/transports/grpc.py
- +3 −3 google/cloud/logging_v2/services/logging_service_v2/transports/grpc_asyncio.py
- +11 −11 google/cloud/logging_v2/services/metrics_service_v2/client.py
- +6 −6 google/cloud/logging_v2/services/metrics_service_v2/pagers.py
- +1 −1 google/cloud/logging_v2/services/metrics_service_v2/transports/base.py
- +3 −3 google/cloud/logging_v2/services/metrics_service_v2/transports/grpc.py
- +3 −3 google/cloud/logging_v2/services/metrics_service_v2/transports/grpc_asyncio.py
- +6 −6 noxfile.py
- +0 −17 owl-bot-staging/v2/.coveragerc
- +0 −2 owl-bot-staging/v2/MANIFEST.in
- +0 −49 owl-bot-staging/v2/README.rst
- +0 −376 owl-bot-staging/v2/docs/conf.py
- +0 −7 owl-bot-staging/v2/docs/index.rst
- +0 −10 owl-bot-staging/v2/docs/logging_v2/config_service_v2.rst
- +0 −10 owl-bot-staging/v2/docs/logging_v2/logging_service_v2.rst
- +0 −10 owl-bot-staging/v2/docs/logging_v2/metrics_service_v2.rst
- +0 −8 owl-bot-staging/v2/docs/logging_v2/services.rst
- +0 −7 owl-bot-staging/v2/docs/logging_v2/types.rst
- +0 −143 owl-bot-staging/v2/google/cloud/logging/__init__.py
- +0 −2 owl-bot-staging/v2/google/cloud/logging/py.typed
- +0 −144 owl-bot-staging/v2/google/cloud/logging_v2/__init__.py
- +0 −391 owl-bot-staging/v2/google/cloud/logging_v2/gapic_metadata.json
- +0 −2 owl-bot-staging/v2/google/cloud/logging_v2/py.typed
- +0 −15 owl-bot-staging/v2/google/cloud/logging_v2/services/__init__.py
- +0 −22 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/__init__.py
- +0 −2,016 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/async_client.py
- +0 −2,198 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/client.py
- +0 −506 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/pagers.py
- +0 −33 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/transports/__init__.py
- +0 −536 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/transports/base.py
- +0 −878 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/transports/grpc.py
- +0 −882 owl-bot-staging/v2/google/cloud/logging_v2/services/config_service_v2/transports/grpc_asyncio.py
- +0 −22 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/__init__.py
- +0 −781 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/async_client.py
- +0 −920 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/client.py
- +0 −386 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/pagers.py
- +0 −33 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/transports/__init__.py
- +0 −291 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/transports/base.py
- +0 −402 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/transports/grpc.py
- +0 −406 owl-bot-staging/v2/google/cloud/logging_v2/services/logging_service_v2/transports/grpc_asyncio.py
- +0 −22 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/__init__.py
- +0 −640 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/async_client.py
- +0 −799 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/client.py
- +0 −140 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/pagers.py
- +0 −33 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/transports/__init__.py
- +0 −261 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/transports/base.py
- +0 −357 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/transports/grpc.py
- +0 −361 owl-bot-staging/v2/google/cloud/logging_v2/services/metrics_service_v2/transports/grpc_asyncio.py
- +0 −138 owl-bot-staging/v2/google/cloud/logging_v2/types/__init__.py
- +0 −321 owl-bot-staging/v2/google/cloud/logging_v2/types/log_entry.py
- +0 −573 owl-bot-staging/v2/google/cloud/logging_v2/types/logging.py
- +0 −1,457 owl-bot-staging/v2/google/cloud/logging_v2/types/logging_config.py
- +0 −371 owl-bot-staging/v2/google/cloud/logging_v2/types/logging_metrics.py
- +0 −3 owl-bot-staging/v2/mypy.ini
- +0 −132 owl-bot-staging/v2/noxfile.py
- +0 −209 owl-bot-staging/v2/scripts/fixup_logging_v2_keywords.py
- +0 −54 owl-bot-staging/v2/setup.py
- +0 −16 owl-bot-staging/v2/tests/__init__.py
- +0 −16 owl-bot-staging/v2/tests/unit/__init__.py
- +0 −16 owl-bot-staging/v2/tests/unit/gapic/__init__.py
- +0 −16 owl-bot-staging/v2/tests/unit/gapic/logging_v2/__init__.py
- +0 −6,447 owl-bot-staging/v2/tests/unit/gapic/logging_v2/test_config_service_v2.py
- +0 −2,494 owl-bot-staging/v2/tests/unit/gapic/logging_v2/test_logging_service_v2.py
- +0 −2,359 owl-bot-staging/v2/tests/unit/gapic/logging_v2/test_metrics_service_v2.py
- +4 −1 renovate.json
- +31 −21 samples/snippets/noxfile.py
- +1 −1 scripts/readme-gen/templates/install_deps.tmpl.rst
- +1 −1 setup.py
- +1 −1 testing/constraints-3.6.txt
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,3 +1,3 @@ | ||
docker: | ||
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest | ||
digest: sha256:424d88d5d08ddd955782a4359559dc536e658db1a77416c9a4fff79df9519ad2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,40 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
# Build logs will be here | ||
action { | ||
define_artifacts { | ||
regex: "**/*sponge_log.xml" | ||
} | ||
} | ||
|
||
# Specify which tests to run | ||
env_vars: { | ||
key: "RUN_TESTS_SESSION" | ||
value: "py-3.10" | ||
} | ||
|
||
# Declare build specific Cloud project. | ||
env_vars: { | ||
key: "BUILD_SPECIFIC_GCLOUD_PROJECT" | ||
value: "python-docs-samples-tests-310" | ||
} | ||
|
||
env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/python-logging/.kokoro/test-samples.sh" | ||
} | ||
|
||
# Configure the docker image for kokoro-trampoline. | ||
env_vars: { | ||
key: "TRAMPOLINE_IMAGE" | ||
value: "gcr.io/cloud-devrel-kokoro-resources/python-samples-testing-docker" | ||
} | ||
|
||
# Download secrets for samples | ||
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/python-docs-samples" | ||
|
||
# Download trampoline resources. | ||
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline" | ||
|
||
# Use the trampoline script to run in docker. | ||
build_file: "python-logging/.kokoro/trampoline_v2.sh" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,6 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "True" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,11 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "True" | ||
} | ||
|
||
env_vars: { | ||
key: "TRAMPOLINE_BUILD_FILE" | ||
value: "github/python-logging/.kokoro/test-samples-against-head.sh" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,6 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "False" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,6 @@ | ||
# Format: //devtools/kokoro/config/proto/build.proto | ||
|
||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "True" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3,4 +3,4 @@ | ||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "False" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3,4 +3,4 @@ | ||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "False" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3,4 +3,4 @@ | ||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "False" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -3,4 +3,4 @@ | ||
env_vars: { | ||
key: "INSTALL_LIBRARY_FROM_SOURCE" | ||
value: "False" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -23,6 +23,4 @@ set -eo pipefail | ||
# Enables `**` to include files nested inside sub-folders | ||
shopt -s globstar | ||
|
||
exec .kokoro/test-samples-impl.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.