Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

docs: use sphinx-1.5.5 for sphinx-docfx-yaml#89

Merged
tmatsuo merged 1 commit intogoogleapis:masterfromtmatsuo:sphinx-155
Sep 9, 2020

Conversation

@tmatsuo
Copy link
Contributor

It should only affects docfx session.

It should only affects docfx session.
@google-clagoogle-clabot added the cla: yesThis human has signed the Contributor License Agreement. labelSep 9, 2020
@tmatsuo
Copy link
ContributorAuthor

For the record, here is some debugging trial.

Thedocfx nox session has dependency as follows:

session.install("sphinx", "alabaster", "recommonmark", "sphinx-docfx-yaml")

This is done silently in the nox session. When I manually run the following:

pip install sphinx alabaster recommonmark sphinx-docfx-yaml

I get this error:

ERROR: sphinx-docfx-yaml 1.2.74 has requirement sphinx==1.5.5, but you'll have sphinx 3.2.1 which is incompatible.Installing collected packages: sphinx-docfx-yamlSuccessfully installed sphinx-docfx-yaml-1.2.74

Weirdly, the installation completes with the error message.

When I change the nox dependency to the following:

session.install("sphinx==1.5.5", "alabaster", "recommonmark", "sphinx-docfx-yaml")

The docfx nox session fails with:

nox > Running session docfxnox > Creating virtual environment (virtualenv) using python3.8 in .nox/docfxnox > pip install -e .nox > pip install sphinx==1.5.5 alabaster recommonmark sphinx-docfx-yamlnox > sphinx-build -T -N -D extensions=sphinx.ext.autodoc,sphinx.ext.autosummary,sphinx.ext.intersphinx,sphinx.ext.coverage,sphinx.ext.napoleon,sphinx.ext.todo,sphinx.ext.viewcode,recommonmark,docfx_yaml.extension -d docs/_build/doctrees/ docs/ docs/_build/html/Running Sphinx v1.5.5making output directory...Traceback (most recent call last):  File "/workspace/.nox/docfx/lib/python3.8/site-packages/sphinx/cmdline.py", line 293, in main    app = Sphinx(srcdir, confdir, outdir, doctreedir, opts.builder,  File "/workspace/.nox/docfx/lib/python3.8/site-packages/sphinx/application.py", line 172, in __init__    raise VersionRequirementError(sphinx.errors.VersionRequirementError: This project needs at least Sphinx v1.6.3 and therefore cannot be built with this version.Sphinx version error:This project needs at least Sphinx v1.6.3 and therefore cannot be built with this version.

Ok, when I change the needs_sphinx version inconf.py as follows:

needs_sphinx = "1.5.5"

Then the docfx session succeeds, and combined with the sphinx version above (sphinx==1.5.5), it seems that now we have method descriptions.

@tmatsuotmatsuo merged commitfeb04c5 intogoogleapis:masterSep 9, 2020
@tmatsuotmatsuo deleted the sphinx-155 branchSeptember 9, 2020 04:48
tmatsuo pushed a commit to tmatsuo/synthtool that referenced this pull requestSep 9, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.
tmatsuo pushed a commit to googleapis/synthtool that referenced this pull requestSep 10, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.
yoshi-automation added a commit to googleapis/python-pubsub that referenced this pull requestSep 10, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-pubsub that referenced this pull requestSep 10, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigquery-datatransfer that referenced this pull requestSep 11, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigquery-storage that referenced this pull requestSep 11, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-analytics-data that referenced this pull requestSep 15, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-area120-tables that referenced this pull requestSep 15, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigquery-datatransfer that referenced this pull requestSep 15, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-functions that referenced this pull requestSep 15, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigquery-datatransfer that referenced this pull requestSep 16, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigtable that referenced this pull requestSep 16, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-datastore that referenced this pull requestSep 17, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-asset that referenced this pull requestSep 18, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigquery that referenced this pull requestSep 22, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-storage that referenced this pull requestSep 24, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
tseaver pushed a commit to googleapis/python-storage that referenced this pull requestSep 25, 2020
…manager (via synth) (#280)* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): skip reporting coverage for namespace packageSource-Author: Tres Seaver <tseaver@palladion.com>Source-Date: Wed Sep 23 10:58:13 2020 -0400Source-Repo: googleapis/synthtoolSource-Sha: f3c04883d6c43261ff13db1f52d03a283be06871Source-Link:googleapis/synthtool@f3c0488
yoshi-automation added a commit to googleapis/python-video-transcoder that referenced this pull requestOct 2, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
busunkim96 pushed a commit to googleapis/python-video-transcoder that referenced this pull requestOct 5, 2020
* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52
yoshi-automation added a commit to googleapis/python-trace that referenced this pull requestOct 14, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-bigquery-connection that referenced this pull requestOct 17, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-logging that referenced this pull requestOct 20, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-scheduler that referenced this pull requestDec 2, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-service-directory that referenced this pull requestDec 2, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-phishingprotection that referenced this pull requestDec 4, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-scheduler that referenced this pull requestDec 8, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-recaptcha-enterprise that referenced this pull requestDec 23, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-trace that referenced this pull requestDec 23, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-webrisk that referenced this pull requestDec 23, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-websecurityscanner that referenced this pull requestDec 23, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-memcache that referenced this pull requestDec 24, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-trace that referenced this pull requestDec 24, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-access-context-manager that referenced this pull requestDec 29, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-analytics-admin that referenced this pull requestDec 29, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-iot that referenced this pull requestDec 29, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-org-policy that referenced this pull requestDec 30, 2020
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
busunkim96 pushed a commit to googleapis/python-org-policy that referenced this pull requestDec 30, 2020
* chore(py_library): add some excludes in docs/conf.pyThis should fix build failures in python-bigquery.Example:googleapis/python-bigquery#205* also add a commentSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Mon Aug 3 15:08:00 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 4f8f5dc24af79694887385015294e4dbb214c352Source-Link:googleapis/synthtool@4f8f5dc* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52* build(python): samples tests should pass if no samples existSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Wed Oct 14 08:00:06 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52Source-Link:googleapis/synthtool@477764c* chore(python_library): change the docs bucket nameSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Oct 16 09:58:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: da5c6050d13b4950c82666a81d8acd25157664aeSource-Link:googleapis/synthtool@da5c605* chore(docs): update code of conduct of synthtool and templatesSource-Author: Christopher Wilcox <crwilcox@google.com>Source-Date: Thu Oct 22 14:22:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76Source-Link:googleapis/synthtool@5f6ef0e* docs: add proto-plus to intersphinx mappingSource-Author: Tim Swast <swast@google.com>Source-Date: Tue Oct 27 12:01:14 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120Source-Link:googleapis/synthtool@ea52b8a* docs(python): update intersphinx for grpc and auth* docs(python): update intersphinx for grpc and auth* use https for python intersphinxCo-authored-by: Tim Swast <swast@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Nov 18 14:37:25 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9Source-Link:googleapis/synthtool@9a7d9fb* docs(python): fix intersphinx link for google-authSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Thu Nov 19 10:16:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984Source-Link:googleapis/synthtool@a073c87* chore: add config / docs for 'pre-commit' supportSource-Author: Tres Seaver <tseaver@palladion.com>Source-Date: Tue Dec 1 16:01:20 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: 32af6da519a6b042e3da62008e2a75e991efb6b4Source-Link:googleapis/synthtool@32af6da* chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.3.0Source-Author: WhiteSource Renovate <bot@renovateapp.com>Source-Date: Wed Dec 2 17:18:24 2020 +0100Source-Repo: googleapis/synthtoolSource-Sha: 69629b64b83c6421d616be2b8e11795738ec8a6cSource-Link:googleapis/synthtool@69629b6* chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.4.0Co-authored-by: Tres Seaver <tseaver@palladion.com>Source-Author: WhiteSource Renovate <bot@renovateapp.com>Source-Date: Wed Dec 16 18:13:24 2020 +0100Source-Repo: googleapis/synthtoolSource-Sha: aa255b15d52b6d8950cca48cfdf58f7d27a60c8aSource-Link:googleapis/synthtool@aa255b1* docs(python): document adding Python 3.9 support, dropping 3.5 supportCloses #787Source-Author: Tres Seaver <tseaver@palladion.com>Source-Date: Thu Dec 17 16:08:02 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: b670a77a454f415d247907908e8ee7943e06d718Source-Link:googleapis/synthtool@b670a77* chore: exclude `.nox` directories from lintingThe samples tests create `.nox` directorieswith all dependencies installed. These directoriesshould be excluded from linting.I've tested this change locally, and it significantlyspeeds up linting on my machine.Source-Author: Tim Swast <swast@google.com>Source-Date: Tue Dec 22 13:04:04 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 373861061648b5fe5e0ac4f8a38b32d639ee93e4Source-Link:googleapis/synthtool@3738610
yoshi-automation added a commit that referenced this pull requestJan 6, 2021
Originally tested at:#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit that referenced this pull requestFeb 27, 2021
Originally tested at:#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-trace that referenced this pull requestFeb 27, 2021
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit that referenced this pull requestMar 19, 2021
Originally tested at:#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-trace that referenced this pull requestMar 23, 2021
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-iot that referenced this pull requestMar 24, 2021
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
yoshi-automation added a commit to googleapis/python-websecurityscanner that referenced this pull requestMar 25, 2021
Originally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79
cojenco pushed a commit to cojenco/python-storage that referenced this pull requestOct 13, 2021
…manager (via synth) (googleapis#280)* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): skip reporting coverage for namespace packageSource-Author: Tres Seaver <tseaver@palladion.com>Source-Date: Wed Sep 23 10:58:13 2020 -0400Source-Repo: googleapis/synthtoolSource-Sha: f3c04883d6c43261ff13db1f52d03a283be06871Source-Link:googleapis/synthtool@f3c0488
cojenco pushed a commit to cojenco/python-storage that referenced this pull requestOct 13, 2021
…manager (via synth) (googleapis#280)* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): skip reporting coverage for namespace packageSource-Author: Tres Seaver <tseaver@palladion.com>Source-Date: Wed Sep 23 10:58:13 2020 -0400Source-Repo: googleapis/synthtoolSource-Sha: f3c04883d6c43261ff13db1f52d03a283be06871Source-Link:googleapis/synthtool@f3c0488
msampathkumar pushed a commit to GoogleCloudPlatform/python-docs-samples that referenced this pull requestNov 14, 2022
* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52* chore(python): use 'setup.py' to detect repo rootCloses#792Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Fri Oct 9 15:06:33 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: e0ae456852bf22f38796deb79cff30b516fde244Source-Link:googleapis/synthtool@e0ae456* build(python): samples tests should pass if no samples existSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Wed Oct 14 08:00:06 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52Source-Link:googleapis/synthtool@477764c* chore(python_library): change the docs bucket nameSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Oct 16 09:58:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: da5c6050d13b4950c82666a81d8acd25157664aeSource-Link:googleapis/synthtool@da5c605* chore(docs): update code of conduct of synthtool and templatesSource-Author: Christopher Wilcox <crwilcox@google.com>Source-Date: Thu Oct 22 14:22:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76Source-Link:googleapis/synthtool@5f6ef0e* docs: add proto-plus to intersphinx mappingSource-Author: Tim Swast <swast@google.com>Source-Date: Tue Oct 27 12:01:14 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120Source-Link:googleapis/synthtool@ea52b8a* fix(python_library): fix external unit test dependenciesI recently submittedhttps://github.com/googleapis/synthtool/pull/811/files, allowing external dependencies for unit tests. This fixes a small missing comma bugSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Thu Oct 29 16:58:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 6542bd723403513626f61642fc02ddca528409aaSource-Link:googleapis/synthtool@6542bd7* chore: add type hint checkSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Wed Nov 4 17:36:32 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 3d3e94c4e02370f307a9a200b0c743c3d8d19f29Source-Link:googleapis/synthtool@3d3e94c* chore: add blacken to templateSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 5 15:22:03 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 1f1148d3c7a7a52f0c98077f976bd9b3c948ee2bSource-Link:googleapis/synthtool@1f1148d* fix: address lint issuesSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 12 11:30:49 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: e89175cf074dccc4babb4eca66ae913696e47a71Source-Link:googleapis/synthtool@e89175c
msampathkumar pushed a commit to GoogleCloudPlatform/python-docs-samples that referenced this pull requestNov 16, 2022
* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52* chore(python): use 'setup.py' to detect repo rootCloses#792Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Fri Oct 9 15:06:33 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: e0ae456852bf22f38796deb79cff30b516fde244Source-Link:googleapis/synthtool@e0ae456* build(python): samples tests should pass if no samples existSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Wed Oct 14 08:00:06 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52Source-Link:googleapis/synthtool@477764c* chore(python_library): change the docs bucket nameSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Oct 16 09:58:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: da5c6050d13b4950c82666a81d8acd25157664aeSource-Link:googleapis/synthtool@da5c605* chore(docs): update code of conduct of synthtool and templatesSource-Author: Christopher Wilcox <crwilcox@google.com>Source-Date: Thu Oct 22 14:22:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76Source-Link:googleapis/synthtool@5f6ef0e* docs: add proto-plus to intersphinx mappingSource-Author: Tim Swast <swast@google.com>Source-Date: Tue Oct 27 12:01:14 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120Source-Link:googleapis/synthtool@ea52b8a* fix(python_library): fix external unit test dependenciesI recently submittedhttps://github.com/googleapis/synthtool/pull/811/files, allowing external dependencies for unit tests. This fixes a small missing comma bugSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Thu Oct 29 16:58:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 6542bd723403513626f61642fc02ddca528409aaSource-Link:googleapis/synthtool@6542bd7* chore: add type hint checkSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Wed Nov 4 17:36:32 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 3d3e94c4e02370f307a9a200b0c743c3d8d19f29Source-Link:googleapis/synthtool@3d3e94c* chore: add blacken to templateSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 5 15:22:03 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 1f1148d3c7a7a52f0c98077f976bd9b3c948ee2bSource-Link:googleapis/synthtool@1f1148d* fix: address lint issuesSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 12 11:30:49 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: e89175cf074dccc4babb4eca66ae913696e47a71Source-Link:googleapis/synthtool@e89175c
dandhlee pushed a commit to GoogleCloudPlatform/python-docs-samples that referenced this pull requestNov 17, 2022
* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52* chore(python): use 'setup.py' to detect repo rootCloses#792Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Fri Oct 9 15:06:33 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: e0ae456852bf22f38796deb79cff30b516fde244Source-Link:googleapis/synthtool@e0ae456* build(python): samples tests should pass if no samples existSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Wed Oct 14 08:00:06 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52Source-Link:googleapis/synthtool@477764c* chore(python_library): change the docs bucket nameSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Oct 16 09:58:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: da5c6050d13b4950c82666a81d8acd25157664aeSource-Link:googleapis/synthtool@da5c605* chore(docs): update code of conduct of synthtool and templatesSource-Author: Christopher Wilcox <crwilcox@google.com>Source-Date: Thu Oct 22 14:22:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76Source-Link:googleapis/synthtool@5f6ef0e* docs: add proto-plus to intersphinx mappingSource-Author: Tim Swast <swast@google.com>Source-Date: Tue Oct 27 12:01:14 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120Source-Link:googleapis/synthtool@ea52b8a* fix(python_library): fix external unit test dependenciesI recently submittedhttps://github.com/googleapis/synthtool/pull/811/files, allowing external dependencies for unit tests. This fixes a small missing comma bugSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Thu Oct 29 16:58:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 6542bd723403513626f61642fc02ddca528409aaSource-Link:googleapis/synthtool@6542bd7* chore: add type hint checkSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Wed Nov 4 17:36:32 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 3d3e94c4e02370f307a9a200b0c743c3d8d19f29Source-Link:googleapis/synthtool@3d3e94c* chore: add blacken to templateSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 5 15:22:03 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 1f1148d3c7a7a52f0c98077f976bd9b3c948ee2bSource-Link:googleapis/synthtool@1f1148d* fix: address lint issuesSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 12 11:30:49 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: e89175cf074dccc4babb4eca66ae913696e47a71Source-Link:googleapis/synthtool@e89175c
parthea pushed a commit to googleapis/google-cloud-python that referenced this pull requestJun 4, 2023
…34)* chore(py_library): add some excludes in docs/conf.pyThis should fix build failures in python-bigquery.Example:googleapis/python-bigquery#205* also add a commentSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Mon Aug 3 15:08:00 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 4f8f5dc24af79694887385015294e4dbb214c352Source-Link:googleapis/synthtool@4f8f5dc* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): skip reporting coverage for namespace packageSource-Author: Tres Seaver <tseaver@palladion.com>Source-Date: Wed Sep 23 10:58:13 2020 -0400Source-Repo: googleapis/synthtoolSource-Sha: f3c04883d6c43261ff13db1f52d03a283be06871Source-Link:googleapis/synthtool@f3c0488* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52* build(python): samples tests should pass if no samples existSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Wed Oct 14 08:00:06 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52Source-Link:googleapis/synthtool@477764c* chore(python_library): change the docs bucket nameSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Oct 16 09:58:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: da5c6050d13b4950c82666a81d8acd25157664aeSource-Link:googleapis/synthtool@da5c605* chore(docs): update code of conduct of synthtool and templatesSource-Author: Christopher Wilcox <crwilcox@google.com>Source-Date: Thu Oct 22 14:22:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76Source-Link:googleapis/synthtool@5f6ef0e* docs: add proto-plus to intersphinx mappingSource-Author: Tim Swast <swast@google.com>Source-Date: Tue Oct 27 12:01:14 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120Source-Link:googleapis/synthtool@ea52b8a* fix(python_library): fix external unit test dependenciesI recently submittedhttps://github.com/googleapis/synthtool/pull/811/files, allowing external dependencies for unit tests. This fixes a small missing comma bugSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Thu Oct 29 16:58:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 6542bd723403513626f61642fc02ddca528409aaSource-Link:googleapis/synthtool@6542bd7
parthea pushed a commit to googleapis/google-cloud-python that referenced this pull requestSep 20, 2023
* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52
parthea pushed a commit to googleapis/google-cloud-python that referenced this pull requestSep 22, 2023
* changes without context        autosynth cannot find the source of changes triggered by earlier changes in this        repository, or by version upgrades to tools such as linters.* chore(py-library): enable snippet-botCo-authored-by: Benjamin E. Coe <bencoe@google.com>Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Tue Sep 1 17:14:08 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361eSource-Link:googleapis/synthtool@d91dd8a* chore(py-library): update decrypt secrets file* chore(py-library): update decrypt secrets fileFromhttps://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/scripts/decrypt-secrets.sh* docs: explain conditionalCo-authored-by: Jeffrey Rennie <rennie@google.com>Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 8 11:35:59 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: d302f93d7f47e2852e585ac35ab2d15585717ec0Source-Link:googleapis/synthtool@d302f93* chore(python-library): use sphinx 1.5.5 for the docfx jobOriginally tested at:googleapis/python-texttospeech#89This change will fix the missing docstring in the yaml files.Source-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Thu Sep 10 04:12:14 2020 +0000Source-Repo: googleapis/synthtoolSource-Sha: ffcee7952b74f647cbb3ef021d95422f10816fcaSource-Link:googleapis/synthtool@ffcee79* 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 passwordSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 08:46:42 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 257fda18168bedb76985024bd198ed1725485488Source-Link:googleapis/synthtool@257fda1* build(python): add secret manager in kokoroSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 16 10:24:40 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: dba48bb9bc6959c232bec9150ac6313b608fe7bdSource-Link:googleapis/synthtool@dba48bb* chore(python): add sphinx doctest extensionSource-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Mon Sep 21 13:09:57 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24Source-Link:googleapis/synthtool@27f4406* 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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Tue Sep 22 12:06:12 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8dSource-Link:googleapis/synthtool@a651c5f* chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for sampleshttps://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 <8822365+busunkim96@users.noreply.github.com>Source-Date: Wed Sep 30 13:06:03 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4Source-Link:googleapis/synthtool@9b0da52* chore(python): use 'setup.py' to detect repo rootCloses#792Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>Source-Date: Fri Oct 9 15:06:33 2020 -0600Source-Repo: googleapis/synthtoolSource-Sha: e0ae456852bf22f38796deb79cff30b516fde244Source-Link:googleapis/synthtool@e0ae456* build(python): samples tests should pass if no samples existSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Wed Oct 14 08:00:06 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52Source-Link:googleapis/synthtool@477764c* chore(python_library): change the docs bucket nameSource-Author: Takashi Matsuo <tmatsuo@google.com>Source-Date: Fri Oct 16 09:58:05 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: da5c6050d13b4950c82666a81d8acd25157664aeSource-Link:googleapis/synthtool@da5c605* chore(docs): update code of conduct of synthtool and templatesSource-Author: Christopher Wilcox <crwilcox@google.com>Source-Date: Thu Oct 22 14:22:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76Source-Link:googleapis/synthtool@5f6ef0e* docs: add proto-plus to intersphinx mappingSource-Author: Tim Swast <swast@google.com>Source-Date: Tue Oct 27 12:01:14 2020 -0500Source-Repo: googleapis/synthtoolSource-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120Source-Link:googleapis/synthtool@ea52b8a* fix(python_library): fix external unit test dependenciesI recently submittedhttps://github.com/googleapis/synthtool/pull/811/files, allowing external dependencies for unit tests. This fixes a small missing comma bugSource-Author: Daniel Sanche <d.sanche14@gmail.com>Source-Date: Thu Oct 29 16:58:01 2020 -0700Source-Repo: googleapis/synthtoolSource-Sha: 6542bd723403513626f61642fc02ddca528409aaSource-Link:googleapis/synthtool@6542bd7* chore: add type hint checkSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Wed Nov 4 17:36:32 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 3d3e94c4e02370f307a9a200b0c743c3d8d19f29Source-Link:googleapis/synthtool@3d3e94c* chore: add blacken to templateSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 5 15:22:03 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: 1f1148d3c7a7a52f0c98077f976bd9b3c948ee2bSource-Link:googleapis/synthtool@1f1148d* fix: address lint issuesSource-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>Source-Date: Thu Nov 12 11:30:49 2020 -0800Source-Repo: googleapis/synthtoolSource-Sha: e89175cf074dccc4babb4eca66ae913696e47a71Source-Link:googleapis/synthtool@e89175c
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.

Reviewers

1 more reviewer

@busunkim96busunkim96busunkim96 approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@tmatsuo@busunkim96

[8]ページ先頭

©2009-2025 Movatter.jp