- Notifications
You must be signed in to change notification settings - Fork6.7k
Fix ordering method for Cloud SQL sample#792
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Merged
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Change-Id: Ia2111abca66e7defd2ba815d12f93dc635542fe0
jerjou approved these changesFeb 9, 2017
msampathkumar pushed a commit 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 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 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
m-strzelczyk pushed a commit that referenced this pull requestNov 18, 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(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* 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@a073c87Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Linchin pushed a commit that referenced this pull requestAug 18, 2025
* 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(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
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.