Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add datastore admin client #39

Merged
merged 24 commits into from
Jul 1, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
e45b9a7
Integrate Python GAPIC Microgenerator in googleapis. This PR uses usi…
yoshi-automation Jun 23, 2020
0a6ac04
Fix documentation for string_value. The value does not have to be at …
yoshi-automation Jun 23, 2020
ca742ec
fix: make args optional
yoshi-automation Jun 23, 2020
ee88716
chore(python): create thread_safety doc
yoshi-automation Jun 23, 2020
539f127
BREAKING_CHANGE: Removing TimeSeriesQueryLanguageCondition as an aler…
yoshi-automation Jun 23, 2020
89350a9
build: use Bazel 3.0.0 for autosynth builds
yoshi-automation Jun 23, 2020
3dda575
Update python package name for datastore admin gapic client.
yoshi-automation Jun 23, 2020
c36886e
chore(python): remove extra #!/bin/bash
yoshi-automation Jun 23, 2020
3d75bce
fix: uses http for links to internal logs
yoshi-automation Jun 23, 2020
e5b4eef
fix: avoid running out of disk space
yoshi-automation Jun 23, 2020
ba3c85b
fix: restore GAPIC v2 retry configs
yoshi-automation Jun 23, 2020
c02fd4f
chore(python): remove one remaining extra bash line
yoshi-automation Jun 23, 2020
1217136
Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings.
yoshi-automation Jun 23, 2020
0807ac8
bazel: update protobuf, rules_go, gazelle, and gapic-generator-go ver…
yoshi-automation Jun 23, 2020
cbcb1d4
docs: update python docs template
yoshi-automation Jun 23, 2020
a6931d4
feat: add templates for python samples projects
yoshi-automation Jun 23, 2020
caff52b
chore: update default ignores for Python libraries
yoshi-automation Jun 23, 2020
2b1c59d
feat: allow custom python versions in noxfile
yoshi-automation Jun 23, 2020
e7ec619
chore: set Ruby namespace in proto options
yoshi-automation Jun 23, 2020
a238d38
fix: use protoc-docs-plugin 0.8.0
yoshi-automation Jun 23, 2020
fce8d93
feat(python): add defaults for microgenerator libraries
yoshi-automation Jun 23, 2020
f822b98
chore(python): fix line breaks in template and use newer black version
yoshi-automation Jun 23, 2020
5a344e3
fix: switch param order for
busunkim96 Jul 1, 2020
bd47d40
docs: use older sphinx
busunkim96 Jul 1, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(python): remove one remaining extra bash line
To avoid generating bogus PRs

Co-authored-by: Jeffrey Rennie <[email protected]>

Source-Author: Carlos de la Guardia <[email protected]>
Source-Date: Tue May 19 11:57:19 2020 -0500
Source-Repo: googleapis/synthtool
Source-Sha: d2364eb80b840a36136c8ce12f1c6efabcc9600e
Source-Link: googleapis/synthtool@d2364eb
  • Loading branch information
yoshi-automation committed Jun 23, 2020
commit c02fd4fbce71befa23a403481ee18813a950953a
2 changes: 0 additions & 2 deletions .kokoro/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

#!/bin/bash

set -eo pipefail

# Start the releasetool reporter
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5a90d467aa65e7f038f87585e8fbb45d74475e7c",
"internalRef": "312088359"
"sha": "cd3ce2651c3921670217e664303976cdf76e9fe2",
"internalRef": "312123588"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "7136daa5687f2a5bdcbba2cb25457f56fdf85d59"
"sha": "d2364eb80b840a36136c8ce12f1c6efabcc9600e"
}
}
],
Expand Down