-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore: update templates #16
Commits on Dec 30, 2020
-
chore(py_library): add some excludes in docs/conf.py
This should fix build failures in python-bigquery. Example: googleapis/python-bigquery#205 * also add a comment Source-Author: Takashi Matsuo <[email protected]> Source-Date: Mon Aug 3 15:08:00 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 4f8f5dc24af79694887385015294e4dbb214c352 Source-Link: googleapis/synthtool@4f8f5dc
Configuration menu - View commit details
-
Copy full SHA for 232a056 - Browse repository at this point
Copy the full SHA 232a056View commit details -
chore(py-library): enable snippet-bot
Co-authored-by: Benjamin E. Coe <[email protected]> Source-Author: Takashi Matsuo <[email protected]> Source-Date: Tue Sep 1 17:14:08 2020 +0000 Source-Repo: googleapis/synthtool Source-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361e Source-Link: googleapis/synthtool@d91dd8a
Configuration menu - View commit details
-
Copy full SHA for 3b649c8 - Browse repository at this point
Copy the full SHA 3b649c8View commit details -
chore(py-library): update decrypt secrets file
* chore(py-library): update decrypt secrets file From https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh * docs: explain conditional Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: Bu Sun Kim <[email protected]> Source-Date: Tue Sep 8 11:35:59 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0 Source-Link: googleapis/synthtool@d302f93
Configuration menu - View commit details
-
Copy full SHA for 85e53a6 - Browse repository at this point
Copy the full SHA 85e53a6View commit details -
chore(python-library): use sphinx 1.5.5 for the docfx job
Originally tested at: googleapis/python-texttospeech#89 This change will fix the missing docstring in the yaml files. Source-Author: Takashi Matsuo <[email protected]> Source-Date: Thu Sep 10 04:12:14 2020 +0000 Source-Repo: googleapis/synthtool Source-Sha: ffcee7952b74f647cbb3ef021d95422f10816fca Source-Link: googleapis/synthtool@ffcee79
Configuration menu - View commit details
-
Copy full SHA for 9f8911c - Browse repository at this point
Copy the full SHA 9f8911cView commit details -
build(python): use release-publish app for notifying GitHub of releas…
* build(python): use release-publish app for notifying GitHub of release status * fix: re-add pypi password Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Sep 16 08:46:42 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 257fda18168bedb76985024bd198ed1725485488 Source-Link: googleapis/synthtool@257fda1
Configuration menu - View commit details
-
Copy full SHA for f7aaf37 - Browse repository at this point
Copy the full SHA f7aaf37View commit details -
build(python): add secret manager in kokoro
Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Sep 16 10:24:40 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bd Source-Link: googleapis/synthtool@dba48bb
Configuration menu - View commit details
-
Copy full SHA for f041927 - Browse repository at this point
Copy the full SHA f041927View commit details -
chore(python): add sphinx doctest extension
Source-Author: Bu Sun Kim <[email protected]> Source-Date: Mon Sep 21 13:09:57 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24 Source-Link: googleapis/synthtool@27f4406
Configuration menu - View commit details
-
Copy full SHA for 62c6bee - Browse repository at this point
Copy the full SHA 62c6beeView commit details -
chore(python): remove note about editable installs
`pip install -e .` is supported and is how we install the library for tests. Source-Author: Bu Sun Kim <[email protected]> Source-Date: Tue Sep 22 12:06:12 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d Source-Link: googleapis/synthtool@a651c5f
Configuration menu - View commit details
-
Copy full SHA for 66faadc - Browse repository at this point
Copy the full SHA 66faadcView commit details -
chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for samples
https://github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32 `BUILD_SPECIFIC_GCLOUD_PROJECT` is an alternate project used for sample tests that do poorly with concurrent runs on the same project. Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Sep 30 13:06:03 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4 Source-Link: googleapis/synthtool@9b0da52
Configuration menu - View commit details
-
Copy full SHA for 6f22fde - Browse repository at this point
Copy the full SHA 6f22fdeView commit details -
build(python): samples tests should pass if no samples exist
Source-Author: Daniel Sanche <[email protected]> Source-Date: Wed Oct 14 08:00:06 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52 Source-Link: googleapis/synthtool@477764c
Configuration menu - View commit details
-
Copy full SHA for cea7b44 - Browse repository at this point
Copy the full SHA cea7b44View commit details -
chore(python_library): change the docs bucket name
Source-Author: Takashi Matsuo <[email protected]> Source-Date: Fri Oct 16 09:58:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: da5c6050d13b4950c82666a81d8acd25157664ae Source-Link: googleapis/synthtool@da5c605
Configuration menu - View commit details
-
Copy full SHA for 6c9eaf8 - Browse repository at this point
Copy the full SHA 6c9eaf8View commit details -
chore(docs): update code of conduct of synthtool and templates
Source-Author: Christopher Wilcox <[email protected]> Source-Date: Thu Oct 22 14:22:01 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76 Source-Link: googleapis/synthtool@5f6ef0e
Configuration menu - View commit details
-
Copy full SHA for 7b0d5ef - Browse repository at this point
Copy the full SHA 7b0d5efView commit details -
docs: add proto-plus to intersphinx mapping
Source-Author: Tim Swast <[email protected]> Source-Date: Tue Oct 27 12:01:14 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120 Source-Link: googleapis/synthtool@ea52b8a
Configuration menu - View commit details
-
Copy full SHA for a8e0ab4 - Browse repository at this point
Copy the full SHA a8e0ab4View commit details -
docs(python): update intersphinx for grpc and auth
* docs(python): update intersphinx for grpc and auth * use https for python intersphinx Co-authored-by: Tim Swast <[email protected]> Source-Author: Bu Sun Kim <[email protected]> Source-Date: Wed Nov 18 14:37:25 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9 Source-Link: googleapis/synthtool@9a7d9fb
Configuration menu - View commit details
-
Copy full SHA for 898f9d8 - Browse repository at this point
Copy the full SHA 898f9d8View commit details -
docs(python): fix intersphinx link for google-auth
Source-Author: Bu Sun Kim <[email protected]> Source-Date: Thu Nov 19 10:16:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984 Source-Link: googleapis/synthtool@a073c87
Configuration menu - View commit details
-
Copy full SHA for 1e33f66 - Browse repository at this point
Copy the full SHA 1e33f66View commit details -
chore: add config / docs for 'pre-commit' support
Source-Author: Tres Seaver <[email protected]> Source-Date: Tue Dec 1 16:01:20 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: 32af6da519a6b042e3da62008e2a75e991efb6b4 Source-Link: googleapis/synthtool@32af6da
Configuration menu - View commit details
-
Copy full SHA for 154cecf - Browse repository at this point
Copy the full SHA 154cecfView commit details -
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.3.0
Source-Author: WhiteSource Renovate <[email protected]> Source-Date: Wed Dec 2 17:18:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: 69629b64b83c6421d616be2b8e11795738ec8a6c Source-Link: googleapis/synthtool@69629b6
Configuration menu - View commit details
-
Copy full SHA for 56049b8 - Browse repository at this point
Copy the full SHA 56049b8View commit details -
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.4.0
Co-authored-by: Tres Seaver <[email protected]> Source-Author: WhiteSource Renovate <[email protected]> Source-Date: Wed Dec 16 18:13:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: aa255b15d52b6d8950cca48cfdf58f7d27a60c8a Source-Link: googleapis/synthtool@aa255b1
Configuration menu - View commit details
-
Copy full SHA for 3b75181 - Browse repository at this point
Copy the full SHA 3b75181View commit details -
docs(python): document adding Python 3.9 support, dropping 3.5 support
Closes #787 Source-Author: Tres Seaver <[email protected]> Source-Date: Thu Dec 17 16:08:02 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: b670a77a454f415d247907908e8ee7943e06d718 Source-Link: googleapis/synthtool@b670a77
Configuration menu - View commit details
-
Copy full SHA for 096aa8e - Browse repository at this point
Copy the full SHA 096aa8eView commit details -
chore: exclude
.nox
directories from lintingThe samples tests create `.nox` directories with all dependencies installed. These directories should be excluded from linting. I've tested this change locally, and it significantly speeds up linting on my machine. Source-Author: Tim Swast <[email protected]> Source-Date: Tue Dec 22 13:04:04 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 373861061648b5fe5e0ac4f8a38b32d639ee93e4 Source-Link: googleapis/synthtool@3738610
Configuration menu - View commit details
-
Copy full SHA for 14c1e36 - Browse repository at this point
Copy the full SHA 14c1e36View commit details