Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

feat(v1): update client with new API features #51

Merged
merged 9 commits into from Nov 17, 2020

Commits on Nov 17, 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 Nov 17, 2020
    Copy the full SHA
    4d3229a View commit details
    Browse the repository at this point in the history
  2. chore(python): add sphinx doctest extension

    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Sep 21 13:09:57 2020 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: 27f4406999b1eee29e04b09b2423a8e4646c7e24
    Source-Link: googleapis/synthtool@27f4406
    yoshi-automation committed Nov 17, 2020
    Copy the full SHA
    add3be2 View commit details
    Browse the repository at this point in the history
  3. 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 -0600
    Source-Repo: googleapis/synthtool
    Source-Sha: a651c5fb763c69a921aecdd3e1d8dc51dbf20f8d
    Source-Link: googleapis/synthtool@a651c5f
    yoshi-automation committed Nov 17, 2020
    Copy the full SHA
    c0562b4 View commit details
    Browse the repository at this point in the history
  4. 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 Nov 17, 2020
    Copy the full SHA
    db1ba02 View commit details
    Browse the repository at this point in the history
  5. 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 Nov 17, 2020
    Copy the full SHA
    a5748a5 View commit details
    Browse the repository at this point in the history
  6. 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 Nov 17, 2020
    Copy the full SHA
    f3fbea8 View commit details
    Browse the repository at this point in the history
  7. 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 Nov 17, 2020
    Copy the full SHA
    3810ae8 View commit details
    Browse the repository at this point in the history
  8. 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 Nov 17, 2020
    Copy the full SHA
    b496a5b View commit details
    Browse the repository at this point in the history
  9. 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 Nov 17, 2020
    Copy the full SHA
    54f5075 View commit details
    Browse the repository at this point in the history