8000 chore: enable snippet-bot (#81) · samkenxstream/python-datastore@9535aba · GitHub
[go: up one dir, main page]

Skip to content

Commit 9535aba

Browse files
chore: enable snippet-bot (googleapis#81)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/b8e5112c-3774-4b12-81b9-e691b2c52110/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@d91dd8a
1 parent 78ca691 commit 9535aba

File tree

2 files changed

+89
-2
lines changed

2 files changed

+89
-2
lines changed

.github/snippet-bot.yml

Whitespace-only changes.

synth.metadata

Lines changed: 89 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/python-datastore.git",
7-
"sha": "c947ad76d6619ae31767a64cb01b66073708d5db"
7+
"sha": "7df727d00dce7c022f2b6a3c03b31ff7c3836d49"
8+
89
}
910
},
1011
{
@@ -19,7 +20,7 @@
1920
"git": {
2021
"name": "synthtool",
2122
"remote": "https://github.com/googleapis/synthtool.git",
22-
"sha": "bd0deaa1113b588d70449535ab9cbf0f2bd0e72f"
23+
"sha": "d91dd8aac77f7a9c5506c238038a26fa4f9e361e"
2324
}
2425
}
2526
],
@@ -42,5 +43,91 @@
4243
"generator": "bazel"
4344
}
4445
}
46+
],
47+
"generatedFiles": [
48+
".coveragerc",
49+
".flake8",
50+
".github/CONTRIBUTING.md",
51+
".github/ISSUE_TEMPLATE/bug_report.md",
52+
".github/ISSUE_TEMPLATE/feature_request.md",
53+
".github/ISSUE_TEMPLATE/support_request.md",
54+
".github/PULL_REQUEST_TEMPLATE.md",
55+
".github/release-please.yml",
56+
".github/snippet-bot.yml",
57+
".gitignore",
58+
".kokoro/build.sh",
59+
".kokoro/continuous/common.cfg",
60+
".kokoro/continuous/continuous.cfg",
61+
".kokoro/docker/docs/Dockerfile",
62+
".kokoro/docker/docs/fetch_gpg_keys.sh",
63+
".kokoro/docs/common.cfg",
64+
".kokoro/docs/docs-presubmit.cfg",
65+
".kokoro/docs/docs.cfg",
66+
".kokoro/presubmit/common.cfg",
67+
".kokoro/presubmit/presubmit.cfg",
68+
".kokoro/publish-docs.sh",
69+
".kokoro/release.sh",
70+
".kokoro/release/common.cfg",
71+
".kokoro/release/release.cfg",
72+
".kokoro/samples/lint/common.cfg",
73+
".kokoro/samples/lint/continuous.cfg",
74+
".kokoro/samples/lint/periodic.cfg",
75+
".kokoro/samples/lint/presubmit.cfg",
76+
".kokoro/samples/python3.6/common.cfg",
77+
".kokoro/samples/python3.6/continuous.cfg",
78+
".kokoro/samples/python3.6/periodic.cfg",
79+
".kokoro/samples/python3.6/presubmit.cfg",
80+
".kokoro/samples/python3.7/common.cfg",
81+
".kokoro/samples/python3.7/continuous.cfg",
82+
".kokoro/samples/python3.7/periodic.cfg",
83+
".kokoro/samples/python3.7/presubmit.cfg",
84+
".kokoro/samples/python3.8/common.cfg",
85+
".kokoro/samples/python3.8/continuous.cfg",
86+
".kokoro/samples/python3.8/periodic.cfg",
87+
".kokoro/samples/python3.8/presubmit.cfg",
88+
".kokoro/test-samples.sh",
89+
".kokoro/trampoline.sh",
90+
".kokoro/trampoline_v2.sh",
91+
".trampolinerc",
92+
"CODE_OF_CONDUCT.md",
93+
"CONTRIBUTING.rst",
94+
"LICENSE",
95+
"MANIFEST.in",
96+
"docs/_static/custom.css",
97+
"docs/_templates/layout.html",
98+
"google/cloud/datastore_admin_v1/proto/__init__.py",
99+
"google/cloud/datastore_admin_v1/proto/datastore_admin.proto",
100+
"google/cloud/datastore_admin_v1/proto/datastore_admin_pb2.py",
101+
"google/cloud/datastore_admin_v1/proto/datastore_admin_pb2_grpc.py",
102+
"google/cloud/datastore_admin_v1/proto/index.proto",
103+
"google/cloud/datastore_admin_v1/proto/index_pb2.py",
104+
"google/cloud/datastore_admin_v1/proto/index_pb2_grpc.py",
105+
"google/cloud/datastore_v1/gapic/__init__.py",
106+
"google/cloud/datastore_v1/gapic/datastore_client.py",
107+
"google/cloud/datastore_v1/gapic/datastore_client_config.py",
108+
"google/cloud/datastore_v1/gapic/enums.py",
109+
"google/cloud/datastore_v1/gapic/transports/__init__.py",
110+
"google/cloud/datastore_v1/gapic/transports/datastore_grpc_transport.py",
111+
"google/cloud/datastore_v1/proto/__init__.py",
112+
"google/cloud/datastore_v1/proto/datastore.proto",
113+
"google/cloud/datastore_v1/proto/datastore_pb2.py",
114+
"google/cloud/datastore_v1/proto/datastore_pb2_grpc.py",
115+
"google/cloud/datastore_v1/proto/entity.proto",
116+
"google/cloud/datastore_v1/proto/entity_pb2.py",
117+
"google/cloud/datastore_v1/proto/entity_pb2_grpc.py",
118+
"google/cloud/datastore_v1/proto/query.proto",
119+
"google/cloud/datastore_v1/proto/query_pb2.py",
120+
"google/cloud/datastore_v1/proto/query_pb2_grpc.py",
121+
"noxfile.py",
122+
"renovate.json",
123+
"scripts/decrypt-secrets.sh",
124+
"scripts/readme-gen/readme_gen.py",
125+
"scripts/readme-gen/templates/README.tmpl.rst",
126+
"scripts/readme-gen/templates/auth.tmpl.rst",
127+
"scripts/readme-gen/templates/auth_api_key.tmpl.rst",
128+
"scripts/readme-gen/templates/install_deps.tmpl.rst",
129+
"scripts/readme-gen/templates/install_portaudio.tmpl.rst",
130+
"setup.cfg",
131+
"testing/.gitignore"
45132
]
46133
}

0 commit comments

Comments
 (0)
0