Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat!: migrate to v2.0.0 (#147)
* chore: remove old generated files * chore: remove type files * refactor: move handwritten files to google/cloud/spanner * chore: update synth.py * chore: regen library via microgenerator * fix: update imports to use new files * fix: update _helper.py * update backup.py * fix: update batch.py * fix: update param_types.py * fix: update pool.py * test: update test_keyset.py * test: update test__opentelemetry_tracing.py * fix: update client.py * test: update test_client.py * fix: update database.py * test: update test_database.py * fix: update commmit call missing kwarg * test: update test_session.py * fix: update streamed.py * test: update TestStreamedResultSet tests in streamed.py * fix: update instance.py * test: update test_instance.py * fix: add _parse_value method to _helper.py * test: update test/_helper.py * fix: update transaction.py and test_transaction.py * fix: remove creating list_value_pb * fix: update snapshot.py and test_snapshot.py * fix: update setup.py * fix: use struct pb for partition_query * fix: support merging RepeatedComposite objects * fix: replace dict with Statements * fix: replace dict with Statements * lint: format code * fix: update synth.py * chore: regen with gapic-generator v0.33.4 * test: increase test coverage * fix: use backup pb instead of dict * fix: update api calls to use supported kwargs * fix: update api calls to use supported kwargs and remove unused function * test: update system tests * test: add tests for _parse_value function * test: update empty list Value to correctly reflect the format * refactor: use _parse_value in _parse_value_pb * refactor: remove unneeded wrapper classes * fix: use default retry (see golang) as ExecuteStreamingSql does not define retry settings * refactor: remove unneeded wrapper class * fix: use pb for params kwargs * test: increase coverage * test: correctly assert UNKNOWN error * chore: remove unneeded replacesments and regen with gapic-generator v0.33.6 * fix: update kwarg to type_ * refactor: remove unused imports * refactor: remove unused imports * fix: update kwarg to all_ * fix: update kwarg to type_ * fix: update kwarg and attribute to type_ * fix: update kwarg to type_ * test: fix test name * style: format code * fix: update kwarg to type_ * fix: update api calls * test: update param types to use param_types types * test: update numeric tests * test: remove unused variable * refactor: remove unused import * docs: update doc references * test: increase test coverage * chore: test with and without opentelemetry for full test coverage * chore: regen samples README * fix: update emulator Github action * docs: manually fix typo that breaks docs * docs: remove unsupported markdown and point to link with removed info * docs: fix broken hyperlink * chore: add replacement for docs formatting issue * chore: regen library (via synth) * chore: exclude noxfile.py from being generated * refator: move handwritten files back into google/cloud/spanner_v1 * style: fix lint * fix: update sample to use correct type * fix: create alias for proto types * fix: update imports * test: update test to use proto-plus structures * ci: update python version for emulator tests * fix: update backup pagination example * test: revert test_keyset for coverage * test: fix expected ranges * fix: ignore google/cloud/spanner_v1/__init__.py for regen * chore: regen (via synth) * docs: revert import changes * refactor: address comments * docs: add UPDATING guide * refactor: revert imports * feat: remove deprecated arguments * docs: update guide to mention deprecated arguments * test: lower required coverage to 99% * test: remove deprecated options * style: fix lint error * Update UPGRADING.md Co-authored-by: skuruppu <skuruppu@google.com> Co-authored-by: larkee <larkee@users.noreply.github.com> Co-authored-by: skuruppu <skuruppu@google.com>
- Loading branch information
Showing
with
35,546 additions
and 27,564 deletions.
- 0 google/cloud/spanner_admin_database_v1/gapic/__init__.py → .github/snippet-bot.yml
- +2 −2 .github/workflows/integration-tests-against-emulator.yaml
- +1 −1 .kokoro/docker/docs/Dockerfile
- +1 −1 .kokoro/docs/common.cfg
- +43 −0 .kokoro/populate-secrets.sh
- +13 −37 .kokoro/release/common.cfg
- +6 −0 .kokoro/samples/python3.6/common.cfg
- +6 −0 .kokoro/samples/python3.7/common.cfg
- +6 −0 .kokoro/samples/python3.8/common.cfg
- +7 −1 .kokoro/test-samples.sh
- +10 −5 .kokoro/trampoline.sh
- +87 −36 CODE_OF_CONDUCT.md
- +0 −19 CONTRIBUTING.rst
- +0 −1 MANIFEST.in
- +318 −0 UPGRADING.md
- +5 −5 docs/advanced-session-pool-topics.rst
- +6 −6 docs/api-reference.rst
- +3 −2 docs/conf.py
- +0 −6 docs/gapic/v1/admin_database_api.rst
- +0 −6 docs/gapic/v1/admin_database_types.rst
- +0 −6 docs/gapic/v1/admin_instance_api.rst
- +0 −6 docs/gapic/v1/admin_instance_types.rst
- +0 −6 docs/gapic/v1/api.rst
- +0 −241 docs/gapic/v1/transactions.rst
- +0 −6 docs/gapic/v1/types.rst
- +17 −17 docs/instance-usage.rst
- +6 −0 docs/spanner_admin_database_v1/services.rst
- +5 −0 docs/spanner_admin_database_v1/types.rst
- +6 −0 docs/spanner_admin_instance_v1/services.rst
- +5 −0 docs/spanner_admin_instance_v1/types.rst
- +6 −0 docs/spanner_v1/services.rst
- +5 −0 docs/spanner_v1/types.rst
- +2 −2 docs/transaction-usage.rst
- +16 −17 google/cloud/spanner.py
- +68 −14 google/cloud/spanner_admin_database_v1/__init__.py
- +0 −1,923 google/cloud/spanner_admin_database_v1/gapic/database_admin_client.py
- +0 −147 google/cloud/spanner_admin_database_v1/gapic/database_admin_client_config.py
- +0 −74 google/cloud/spanner_admin_database_v1/gapic/enums.py
- +0 −410 google/cloud/spanner_admin_database_v1/gapic/transports/database_admin_grpc_transport.py
- 0 google/cloud/spanner_admin_database_v1/proto/__init__.py
- +0 −1,407 google/cloud/spanner_admin_database_v1/proto/backup_pb2.py
- +0 −3 google/cloud/spanner_admin_database_v1/proto/backup_pb2_grpc.py
- +0 −148 google/cloud/spanner_admin_database_v1/proto/common_pb2.py
- +0 −3 google/cloud/spanner_admin_database_v1/proto/common_pb2_grpc.py
- +0 −2,145 google/cloud/spanner_admin_database_v1/proto/spanner_database_admin_pb2.py
- +0 −895 google/cloud/spanner_admin_database_v1/proto/spanner_database_admin_pb2_grpc.py
- +2 −0 google/cloud/spanner_admin_database_v1/py.typed
- +16 −0 google/cloud/spanner_admin_database_v1/services/__init__.py
- +24 −0 google/cloud/spanner_admin_database_v1/services/database_admin/__init__.py
- +1,925 −0 google/cloud/spanner_admin_database_v1/services/database_admin/async_client.py
- +2,047 −0 google/cloud/spanner_admin_database_v1/services/database_admin/client.py
- +540 −0 google/cloud/spanner_admin_database_v1/services/database_admin/pagers.py
- +36 −0 google/cloud/spanner_admin_database_v1/services/database_admin/transports/__init__.py
- +473 −0 google/cloud/spanner_admin_database_v1/services/database_admin/transports/base.py
- +817 −0 google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc.py
- +831 −0 google/cloud/spanner_admin_database_v1/services/database_admin/transports/grpc_asyncio.py
- +0 −63 google/cloud/spanner_admin_database_v1/types.py
- +83 −0 google/cloud/spanner_admin_database_v1/types/__init__.py
- +480 −0 google/cloud/spanner_admin_database_v1/types/backup.py
- +51 −0 google/cloud/spanner_admin_database_v1/types/common.py
- +562 −0 google/cloud/spanner_admin_database_v1/types/spanner_database_admin.py
- +36 −14 google/cloud/spanner_admin_instance_v1/__init__.py
- 0 google/cloud/spanner_admin_instance_v1/gapic/__init__.py
- +0 −76 google/cloud/spanner_admin_instance_v1/gapic/enums.py
- +0 −1,223 google/cloud/spanner_admin_instance_v1/gapic/instance_admin_client.py
- +0 −112 google/cloud/spanner_admin_instance_v1/gapic/instance_admin_client_config.py
- 0 google/cloud/spanner_admin_instance_v1/gapic/transports/__init__.py
- +0 −340 google/cloud/spanner_admin_instance_v1/gapic/transports/instance_admin_grpc_transport.py
- 0 google/cloud/spanner_admin_instance_v1/proto/__init__.py
- +0 −1,896 google/cloud/spanner_admin_instance_v1/proto/spanner_instance_admin_pb2.py
- +0 −640 google/cloud/spanner_admin_instance_v1/proto/spanner_instance_admin_pb2_grpc.py
- +2 −0 google/cloud/spanner_admin_instance_v1/py.typed
- +16 −0 google/cloud/spanner_admin_instance_v1/services/__init__.py
- +24 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/__init__.py
- +1,282 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/async_client.py
- +1,427 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/client.py
- +282 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/pagers.py
- +36 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/__init__.py
- +322 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/base.py
- +651 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc.py
- +663 −0 google/cloud/spanner_admin_instance_v1/services/instance_admin/transports/grpc_asyncio.py
- +0 −66 google/cloud/spanner_admin_instance_v1/types.py
- +51 −0 google/cloud/spanner_admin_instance_v1/types/__init__.py
- +482 −0 google/cloud/spanner_admin_instance_v1/types/spanner_instance_admin.py
- +81 −8 google/cloud/spanner_v1/__init__.py
- +53 −42 google/cloud/spanner_v1/_helpers.py
- +3 −3 google/cloud/spanner_v1/_opentelemetry_tracing.py
- +18 −31 google/cloud/spanner_v1/backup.py
- +5 −6 google/cloud/spanner_v1/batch.py
- +26 −116 google/cloud/spanner_v1/client.py
- +54 −56 google/cloud/spanner_v1/database.py
- 0 google/cloud/spanner_v1/gapic/__init__.py
- +0 −129 google/cloud/spanner_v1/gapic/enums.py
- +0 −1,913 google/cloud/spanner_v1/gapic/spanner_client.py
- +0 −137 google/cloud/spanner_v1/gapic/spanner_client_config.py
- 0 google/cloud/spanner_v1/gapic/transports/__init__.py
- +0 −88 google/cloud/spanner_v1/gapic/transports/spanner.grpc.config
- +0 −415 google/cloud/spanner_v1/gapic/transports/spanner_grpc_transport.py
- +40 −92 google/cloud/spanner_v1/instance.py
- +5 −5 google/cloud/spanner_v1/keyset.py
- +19 −19 google/cloud/spanner_v1/param_types.py
- +7 −3 google/cloud/spanner_v1/pool.py
- 0 google/cloud/spanner_v1/proto/__init__.py
- +0 −381 google/cloud/spanner_v1/proto/keys_pb2.py
- +0 −3 google/cloud/spanner_v1/proto/keys_pb2_grpc.py
- +0 −448 google/cloud/spanner_v1/proto/mutation_pb2.py
- +0 −3 google/cloud/spanner_v1/proto/mutation_pb2_grpc.py
- +0 −623 google/cloud/spanner_v1/proto/query_plan_pb2.py
- +0 −3 google/cloud/spanner_v1/proto/query_plan_pb2_grpc.py
- +0 −633 google/cloud/spanner_v1/proto/result_set_pb2.py
- +0 −3 google/cloud/spanner_v1/proto/result_set_pb2_grpc.py
- +0 −302 google/cloud/spanner_v1/proto/spanner_database_admin.proto
- +0 −475 google/cloud/spanner_v1/proto/spanner_instance_admin.proto
- +0 −3,437 google/cloud/spanner_v1/proto/spanner_pb2.py
- +0 −819 google/cloud/spanner_v1/proto/spanner_pb2_grpc.py
- +2 −276 google/cloud/spanner_v1/proto/transaction.proto
- +0 −1,028 google/cloud/spanner_v1/proto/transaction_pb2.py
- +0 −3 google/cloud/spanner_v1/proto/transaction_pb2_grpc.py
- +1 −1 google/cloud/spanner_v1/proto/type.proto
- +0 −418 google/cloud/spanner_v1/proto/type_pb2.py
- +0 −3 google/cloud/spanner_v1/proto/type_pb2_grpc.py
- +2 −0 google/cloud/spanner_v1/py.typed
- +16 −0 google/cloud/spanner_v1/services/__init__.py
- +24 −0 google/cloud/spanner_v1/services/spanner/__init__.py
- +1,402 −0 google/cloud/spanner_v1/services/spanner/async_client.py
- +1,550 −0 google/cloud/spanner_v1/services/spanner/client.py
- +148 −0 google/cloud/spanner_v1/services/spanner/pagers.py
- +36 −0 google/cloud/spanner_v1/services/spanner/transports/__init__.py
- +420 −0 google/cloud/spanner_v1/services/spanner/transports/base.py
- +741 −0 google/cloud/spanner_v1/services/spanner/transports/grpc.py
- +760 −0 google/cloud/spanner_v1/services/spanner/transports/grpc_asyncio.py
- +17 −12 google/cloud/spanner_v1/session.py
- +56 −48 google/cloud/spanner_v1/snapshot.py
- +38 −48 google/cloud/spanner_v1/streamed.py
- +38 −31 google/cloud/spanner_v1/transaction.py
- +0 −67 google/cloud/spanner_v1/types.py
- +103 −0 google/cloud/spanner_v1/types/__init__.py
- +210 −0 google/cloud/spanner_v1/types/keys.py
- +145 −0 google/cloud/spanner_v1/types/mutation.py
- +165 −0 google/cloud/spanner_v1/types/query_plan.py
- +263 −0 google/cloud/spanner_v1/types/result_set.py
- +948 −0 google/cloud/spanner_v1/types/spanner.py
- +231 −0 google/cloud/spanner_v1/types/transaction.py
- +113 −0 google/cloud/spanner_v1/types/type.py
- +53 −29 noxfile.py
- +45 −73 samples/samples/README.rst
- +4 −3 samples/samples/backup_sample.py
- +19 −12 samples/samples/noxfile.py
- +1 −1 samples/samples/quickstart_test.py
- +2 −4 samples/samples/snippets.py
- +14 −1 scripts/decrypt-secrets.sh
- +194 −0 scripts/fixup_spanner_admin_database_v1_keywords.py
- +187 −0 scripts/fixup_spanner_admin_instance_v1_keywords.py
- +192 −0 scripts/fixup_spanner_v1_keywords.py
- +9 −7 setup.py
- 0 google/cloud/spanner_admin_database_v1/gapic/transports/__init__.py → stale_outputs_checked
- +4 −12 synth.metadata
- +11 −104 synth.py
- +1 −1 tests/_helpers.py
- +37 −46 tests/system/test_system.py
- +1 −0 tests/unit/gapic/spanner_admin_database_v1/__init__.py
- +5,050 −0 tests/unit/gapic/spanner_admin_database_v1/test_database_admin.py
- +1 −0 tests/unit/gapic/spanner_admin_instance_v1/__init__.py
- +3,380 −0 tests/unit/gapic/spanner_admin_instance_v1/test_instance_admin.py
- +1 −0 tests/unit/gapic/spanner_v1/__init__.py
- +3,462 −0 tests/unit/gapic/spanner_v1/test_spanner.py
- +0 −842 tests/unit/gapic/v1/test_database_admin_client_v1.py
- +0 −538 tests/unit/gapic/v1/test_instance_admin_client_v1.py
- +0 −722 tests/unit/gapic/v1/test_spanner_client_v1.py
- +264 −49 tests/unit/test__helpers.py
- +27 −6 tests/unit/test__opentelemetry_tracing.py
- +61 −101 tests/unit/test_backup.py
- +19 −26 tests/unit/test_batch.py
- +60 −83 tests/unit/test_client.py
- +120 −118 tests/unit/test_database.py
- +161 −169 tests/unit/test_instance.py
- +23 −33 tests/unit/test_keyset.py
- +11 −12 tests/unit/test_param_types.py
- +8 −7 tests/unit/test_pool.py
- +123 −65 tests/unit/test_session.py
- +101 −71 tests/unit/test_snapshot.py
- +293 −220 tests/unit/test_streamed.py
- +56 −53 tests/unit/test_transaction.py
There are no files selected for viewing
File renamed without changes.
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
@@ -12,7 +12,7 @@ | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
from ubuntu:20.04 | ||
|
||
ENV DEBIAN_FRONTEND noninteractive | ||
|
||
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
@@ -30,7 +30,7 @@ env_vars: { | ||
|
||
env_vars: { | ||
key: "V2_STAGING_BUCKET" | ||
value: "docs-staging-v2" | ||
} | ||
|
||
# It will upload the docker image after successful builds. | ||
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,43 @@ | ||
#!/bin/bash | ||
# Copyright 2020 Google LLC. | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
set -eo pipefail | ||
|
||
function now { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n' ;} | ||
function msg { println "$*" >&2 ;} | ||
function println { printf '%s\n' "$(now) $*" ;} | ||
|
||
|
||
# Populates requested secrets set in SECRET_MANAGER_KEYS from service account: | ||
# kokoro-trampoline@cloud-devrel-kokoro-resources.iam.gserviceaccount.com | ||
SECRET_LOCATION="${KOKORO_GFILE_DIR}/secret_manager" | ||
msg "Creating folder on disk for secrets: ${SECRET_LOCATION}" | ||
mkdir -p ${SECRET_LOCATION} | ||
for key in $(echo ${SECRET_MANAGER_KEYS} | sed "s/,/ /g") | ||
do | ||
msg "Retrieving secret ${key}" | ||
docker run --entrypoint=gcloud \ | ||
--volume=${KOKORO_GFILE_DIR}:${KOKORO_GFILE_DIR} \ | ||
gcr.io/google.com/cloudsdktool/cloud-sdk \ | ||
secrets versions access latest \ | ||
--project cloud-devrel-kokoro-resources \ | ||
--secret ${key} > \ | ||
"${SECRET_LOCATION}/${key}" | ||
if [[ $? == 0 ]]; then | ||
msg "Secret written to ${SECRET_LOCATION}/${key}" | ||
else | ||
msg "Error retrieving secret ${key}" | ||
fi | ||
done |
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
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
@@ -1,44 +1,95 @@ | ||
<!-- # Generated by synthtool. DO NOT EDIT! !--> | ||
# Code of Conduct | ||
|
||
## Our Pledge | ||
|
||
In the interest of fostering an open and welcoming environment, we as | ||
contributors and maintainers pledge to making participation in our project and | ||
our community a harassment-free experience for everyone, regardless of age, body | ||
size, disability, ethnicity, gender identity and expression, level of | ||
experience, education, socio-economic status, nationality, personal appearance, | ||
race, religion, or sexual identity and orientation. | ||
|
||
## Our Standards | ||
|
||
Examples of behavior that contributes to creating a positive environment | ||
include: | ||
|
||
* Using welcoming and inclusive language | ||
* Being respectful of differing viewpoints and experiences | ||
* Gracefully accepting constructive criticism | ||
* Focusing on what is best for the community | ||
* Showing empathy towards other community members | ||
|
||
Examples of unacceptable behavior by participants include: | ||
|
||
* The use of sexualized language or imagery and unwelcome sexual attention or | ||
advances | ||
* Trolling, insulting/derogatory comments, and personal or political attacks | ||
* Public or private harassment | ||
* Publishing others' private information, such as a physical or electronic | ||
address, without explicit permission | ||
* Other conduct which could reasonably be considered inappropriate in a | ||
professional setting | ||
|
||
## Our Responsibilities | ||
|
||
Project maintainers are responsible for clarifying the standards of acceptable | ||
behavior and are expected to take appropriate and fair corrective action in | ||
response to any instances of unacceptable behavior. | ||
|
||
Project maintainers have the right and responsibility to remove, edit, or reject | ||
comments, commits, code, wiki edits, issues, and other contributions that are | ||
not aligned to this Code of Conduct, or to ban temporarily or permanently any | ||
contributor for other behaviors that they deem inappropriate, threatening, | ||
offensive, or harmful. | ||
|
||
## Scope | ||
|
||
This Code of Conduct applies both within project spaces and in public spaces | ||
when an individual is representing the project or its community. Examples of | ||
representing a project or community include using an official project e-mail | ||
address, posting via an official social media account, or acting as an appointed | ||
representative at an online or offline event. Representation of a project may be | ||
further defined and clarified by project maintainers. | ||
|
||
This Code of Conduct also applies outside the project spaces when the Project | ||
Steward has a reasonable belief that an individual's behavior may have a | ||
negative impact on the project or its community. | ||
|
||
## Conflict Resolution | ||
|
||
We do not believe that all conflict is bad; healthy debate and disagreement | ||
often yield positive results. However, it is never okay to be disrespectful or | ||
to engage in behavior that violates the project’s code of conduct. | ||
|
||
If you see someone violating the code of conduct, you are encouraged to address | ||
the behavior directly with those involved. Many issues can be resolved quickly | ||
and easily, and this gives people more control over the outcome of their | ||
dispute. If you are unable to resolve the matter for any reason, or if the | ||
behavior is threatening or harassing, report it. We are dedicated to providing | ||
an environment where participants feel welcome and safe. | ||
|
||
|
||
Reports should be directed to *googleapis-stewards@google.com*, the | ||
Project Steward(s) for *Google Cloud Client Libraries*. It is the Project Steward’s duty to | ||
receive and address reported violations of the code of conduct. They will then | ||
work with a committee consisting of representatives from the Open Source | ||
Programs Office and the Google Open Source Strategy team. If for any reason you | ||
are uncomfortable reaching out to the Project Steward, please email | ||
opensource@google.com. | ||
|
||
We will investigate every complaint, but you may not receive a direct response. | ||
We will use our discretion in determining when and how to follow up on reported | ||
incidents, which may range from not taking action to permanent expulsion from | ||
the project and project-sponsored spaces. We will notify the accused of the | ||
report and provide them an opportunity to discuss it before any action is taken. | ||
The identity of the reporter will be omitted from the details of the report | ||
supplied to the accused. In potentially harmful situations, such as ongoing | ||
harassment or threats to anyone's safety, we may take action without notice. | ||
|
||
## Attribution | ||
|
||
This Code of Conduct is adapted from the Contributor Covenant, version 1.4, | ||
available at | ||
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html |
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
@@ -16,7 +16,6 @@ | ||
|
||
# Generated by synthtool. DO NOT EDIT! | ||
include README.rst LICENSE | ||
recursive-include google *.json *.proto | ||
recursive-include tests * | ||
global-exclude *.py[co] | ||
Oops, something went wrong.