Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docs/dyn #1096

Merged
merged 17 commits into from Nov 24, 2020
Merged

docs: update docs/dyn #1096

merged 17 commits into from Nov 24, 2020

Commits on Nov 19, 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 19, 2020
    Copy the full SHA
    7e656f2 View commit details
    Browse the repository at this point in the history
  2. 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 19, 2020
    Copy the full SHA
    6fe3734 View commit details
    Browse the repository at this point in the history
  3. chore(java): enable generated-files-bot

    This bot will comment on pull requests that modify templated files. For java, we configure to read from our 2 synth.metadata files: (primary templates and README)
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Fri Oct 30 14:22:02 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: b19b401571e77192f8dd38eab5fb2300a0de9324
    Source-Link: googleapis/synthtool@b19b401
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    323e7e2 View commit details
    Browse the repository at this point in the history
  4. build(node): add KOKORO_BUILD_ARTIFACTS_SUBDIR to env

    Source-Author: Benjamin E. Coe <bencoe@google.com>
    Source-Date: Mon Nov 2 15:56:09 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: ba9918cd22874245b55734f57470c719b577e591
    Source-Link: googleapis/synthtool@ba9918c
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    f092c26 View commit details
    Browse the repository at this point in the history
  5. chore(java): use production staging bucket

    Source-Author: Les Vogel <lesv@users.noreply.github.com>
    Source-Date: Wed Nov 4 10:18:01 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
    Source-Link: googleapis/synthtool@c7824ea
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    db9163c View commit details
    Browse the repository at this point in the history
  6. 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 Nov 19, 2020
    Copy the full SHA
    27ceb05 View commit details
    Browse the repository at this point in the history
  7. fix: export clients as both const and type

    Source-Author: Alexander Fenster <fenster@google.com>
    Source-Date: Thu Nov 5 09:38:54 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 2c8aecedd55b0480fb4e123b6e07fa5b12953862
    Source-Link: googleapis/synthtool@2c8aece
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    1147c42 View commit details
    Browse the repository at this point in the history
  8. 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 Nov 19, 2020
    Copy the full SHA
    307227b View commit details
    Browse the repository at this point in the history
  9. chore(java): ignore return code 28 in README autosynth job

    Exit code 28 is returned if no changes are required and should not be considered a failure.
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Mon Nov 9 14:51:28 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
    Source-Link: googleapis/synthtool@7db8a6c
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    038361d View commit details
    Browse the repository at this point in the history
  10. build(java): use code-suggester v1 tag rather than full semver

    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Thu Nov 12 10:07:08 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 7d652819519dfa24da9e14548232e4aaba71a11c
    Source-Link: googleapis/synthtool@7d65281
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    4d3368b 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 Nov 19, 2020
    Copy the full SHA
    0baaef9 View commit details
    Browse the repository at this point in the history
  12. test(python): fix template defaults for noxfile default py versions

    * test(python): fix template defaults for noxfile default py versions
    
    * fix: firestore builds were having issue with 3.9 missing, default to 3.8
    
    * test: update test to match new default
    
    * test: for now use 3.8, as we may not have 3.9 images for all CI yet
    
    Source-Author: Christopher Wilcox <crwilcox@google.com>
    Source-Date: Thu Nov 12 17:27:23 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
    Source-Link: googleapis/synthtool@d5fc0bc
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    e412ec4 View commit details
    Browse the repository at this point in the history
  13. build(java): use actions/github-script v3 tag rather than full semver

    So that renovate-bot stops proposing PRs like [this](https://github.com/googleapis/java-bigquerydatatransfer/pull/515/files)!
    
    Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    Source-Date: Tue Nov 17 13:02:02 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: 7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
    Source-Link: googleapis/synthtool@7fcc405
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    399ce81 View commit details
    Browse the repository at this point in the history
  14. feat: add php apiary kokoro config

    Source-Author: Brent Shaffer <betterbrent@google.com>
    Source-Date: Wed Nov 18 11:35:18 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: dc9903a8c30c3662b6098f0e4a97f221d67268b2
    Source-Link: googleapis/synthtool@dc9903a
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    40c4b3b View commit details
    Browse the repository at this point in the history
  15. 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 Nov 19, 2020
    Copy the full SHA
    3b79d02 View commit details
    Browse the repository at this point in the history
  16. fix: add pr-title in php-apiary

    Source-Author: Brent Shaffer <betterbrent@google.com>
    Source-Date: Wed Nov 18 14:32:29 2020 -0800
    Source-Repo: googleapis/synthtool
    Source-Sha: 39b7149da4026765385403632db3c6f63db96b2c
    Source-Link: googleapis/synthtool@39b7149
    yoshi-automation committed Nov 19, 2020
    Copy the full SHA
    8a0a446 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

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