Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

feat(v1): add text detection params; fix: remove client side recv limits #82

Merged
merged 18 commits into from Dec 22, 2020

Commits on Dec 12, 2020

  1. 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.
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    7053ab2 View commit details
    Browse the repository at this point in the history
  2. chore(python): use BUILD_SPECIFIC_GCLOUD_PROJECT for samples

    https://github.com/googleapis/python-talent/blob/ef045e8eb348db36d7a2a611e6f26b11530d273b/samples/snippets/noxfile_config.py#L27-L32
    
    `BUILD_SPECIFIC_GCLOUD_PROJECT` is an alternate project used for sample tests that do poorly with concurrent runs on the same project.
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Wed Sep 30 13:06:03 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 9b0da5204ab90bcc36f8cd4e5689eff1a54cc3e4
    Source-Link: googleapis/synthtool@9b0da52
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    052d2f1 View commit details
    Browse the repository at this point in the history
  3. chore(python): use 'setup.py' to detect repo root

    Closes #792
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Fri Oct 9 15:06:33 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: e0ae456852bf22f38796deb79cff30b516fde244
    Source-Link: googleapis/synthtool@e0ae456
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    8d060a1 View commit details
    Browse the repository at this point in the history
  4. build(python): samples tests should pass if no samples exist

    Source-Author: Daniel Sanche <d.sanche14@gmail.com>
    Source-Date: Wed Oct 14 08:00:06 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 477764cc4ee6db346d3febef2bb1ea0abf27de52
    Source-Link: googleapis/synthtool@477764c
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    ace2d41 View commit details
    Browse the repository at this point in the history
  5. chore(python_library): change the docs bucket name

    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Fri Oct 16 09:58:05 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: da5c6050d13b4950c82666a81d8acd25157664ae
    Source-Link: googleapis/synthtool@da5c605
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    83414a2 View commit details
    Browse the repository at this point in the history
  6. chore(docs): update code of conduct of synthtool and templates

    Source-Author: Christopher Wilcox <crwilcox@google.com>
    Source-Date: Thu Oct 22 14:22:01 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76
    Source-Link: googleapis/synthtool@5f6ef0e
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    ab918ce View commit details
    Browse the repository at this point in the history
  7. docs: add proto-plus to intersphinx mapping

    Source-Author: Tim Swast <swast@google.com>
    Source-Date: Tue Oct 27 12:01:14 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: ea52b8a0bd560f72f376efcf45197fb7c8869120
    Source-Link: googleapis/synthtool@ea52b8a
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    38bb07b View commit details
    Browse the repository at this point in the history
  8. fix(python_library): fix external unit test dependencies

    I recently submitted https://github.com/googleapis/synthtool/pull/811/files, allowing external dependencies for unit tests. This fixes a small missing comma bug
    
    Source-Author: Daniel Sanche <d.sanche14@gmail.com>
    Source-Date: Thu Oct 29 16:58:01 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 6542bd723403513626f61642fc02ddca528409aa
    Source-Link: googleapis/synthtool@6542bd7
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    06eafcf View commit details
    Browse the repository at this point in the history
  9. chore: add type hint check

    Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Source-Date: Wed Nov 4 17:36:32 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 3d3e94c4e02370f307a9a200b0c743c3d8d19f29
    Source-Link: googleapis/synthtool@3d3e94c
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    6d56a99 View commit details
    Browse the repository at this point in the history
  10. chore: add blacken to template

    Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Source-Date: Thu Nov 5 15:22:03 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
    Source-Link: googleapis/synthtool@1f1148d
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    f995926 View commit details
    Browse the repository at this point in the history
  11. fix: address lint issues

    Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Source-Date: Thu Nov 12 11:30:49 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: e89175cf074dccc4babb4eca66ae913696e47a71
    Source-Link: googleapis/synthtool@e89175c
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    3e8ae27 View commit details
    Browse the repository at this point in the history
  12. docs(python): update intersphinx for grpc and auth

    * docs(python): update intersphinx for grpc and auth
    
    * use https for python intersphinx
    
    Co-authored-by: Tim Swast <swast@google.com>
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Wed Nov 18 14:37:25 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
    Source-Link: googleapis/synthtool@9a7d9fb
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    4b8b1a6 View commit details
    Browse the repository at this point in the history
  13. docs(python): fix intersphinx link for google-auth

    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Thu Nov 19 10:16:05 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: a073c873f3928c561bdf87fdfbf1d081d1998984
    Source-Link: googleapis/synthtool@a073c87
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    0b5869b View commit details
    Browse the repository at this point in the history
  14. chore: add config / docs for 'pre-commit' support

    Source-Author: Tres Seaver <tseaver@palladion.com>
    Source-Date: Tue Dec 1 16:01:20 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: 32af6da519a6b042e3da62008e2a75e991efb6b4
    Source-Link: googleapis/synthtool@32af6da
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    989184f View commit details
    Browse the repository at this point in the history
  15. chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.3.0

    Source-Author: WhiteSource Renovate <bot@renovateapp.com>
    Source-Date: Wed Dec 2 17:18:24 2020 +0100
    Source-Repo: googleapis/synthtool
    Source-Sha: 69629b64b83c6421d616be2b8e11795738ec8a6c
    Source-Link: googleapis/synthtool@69629b6
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    a85f0e8 View commit details
    Browse the repository at this point in the history
  16. test(python): give filesystem paths to pytest-cov

    https://pytest-cov.readthedocs.io/en/latest/config.html
    
    The pytest-cov docs seem to suggest a filesystem path is expected.
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Wed Dec 2 09:28:04 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: f94318521f63085b9ccb43d42af89f153fb39f15
    Source-Link: googleapis/synthtool@f943185
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    033b6f8 View commit details
    Browse the repository at this point in the history
  17. chore: update noxfile.py.j2

    * Update noxfile.py.j2
    
    add changes from @glasnt to the template template to ensure that enforcing type hinting doesn't fail for repos with the sample noxfile (aka all samples repos)
    See https://github.com/GoogleCloudPlatform/python-docs-samples/pull/4869/files for context
    
    * fix typo
    
    Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com>
    Source-Date: Thu Dec 3 13:44:30 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1
    Source-Link: googleapis/synthtool@18c5dbd
    yoshi-automation committed Dec 12, 2020
    Copy the full SHA
    456c8b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Copy the full SHA
    2478749 View commit details
    Browse the repository at this point in the history