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

docs: add multiprocessing #11

Merged
merged 30 commits into from May 28, 2020
Merged

docs: add multiprocessing #11

merged 30 commits into from May 28, 2020

Commits on May 27, 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 May 27, 2020
    Copy the full SHA
    4d16eea View commit details
    Browse the repository at this point in the history
  2. chore(java_templates): mark version bumps of current library as a cho…

    …re (#452)
    
    With the samples/install-without-bom/pom.xml referencing the latest released library, we want to mark updates of this version as a chore for renovate bot.
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Tue Mar 24 16:20:05 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: ee4330a0e5f4b93978e8683fbda8e6d4148326b7
    Source-Link: googleapis/synthtool@ee4330a
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    a44b8a9 View commit details
    Browse the repository at this point in the history
  3. fix: do not run node 8 CI (#456)

    Source-Author: Alexander Fenster <fenster@google.com>
    Source-Date: Wed Mar 25 08:01:31 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c
    Source-Link: googleapis/synthtool@1b4cc80
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    9d7a8bc View commit details
    Browse the repository at this point in the history
  4. chore(python): add license headers to config files; make small tweaks…

    … to templates (#458)
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Mar 30 13:44:39 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: f5e8c88d9870d8aa4eb43fa0b39f07e02bfbe4df
    Source-Link: googleapis/synthtool@f5e8c88
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    cc02923 View commit details
    Browse the repository at this point in the history
  5. docs: remove "install stable" instructions (#461)

    The package hasn't been released to PyPI in some time
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Mar 30 14:52:15 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: a003d8655d3ebec2bbbd5fc3898e91e152265c67
    Source-Link: googleapis/synthtool@a003d86
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    3956632 View commit details
    Browse the repository at this point in the history
  6. fix: allow local and external deps to be specified (#469)

    Modify noxfile.py to allow local and external dependencies for
    system tests to be specified.
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Apr 7 09:34:44 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 188f1b1d53181f739b98f8aa5d40cfe99eb90c47
    Source-Link: googleapis/synthtool@188f1b1
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    cb4c9dc View commit details
    Browse the repository at this point in the history
  7. chore(deps): update dependency com.google.cloud.samples:shared-config…

    …uration to v1.0.15 (#466)
    
    Co-authored-by: Jeffrey Rennie <rennie@google.com>
    
    Source-Author: WhiteSource Renovate <bot@renovateapp.com>
    Source-Date: Tue Apr 7 19:56:16 2020 +0200
    Source-Repo: googleapis/synthtool
    Source-Sha: 928b2998ac5023e7c7e254ab935f9ef022455aad
    Source-Link: googleapis/synthtool@928b299
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    5235b1f View commit details
    Browse the repository at this point in the history
  8. fix: pin sphinx to <3.0.0 as new version causes new error (#471)

    The error `toctree contains reference to document changlelog that doesn't have a title: no link will be generated` occurs as of 3.0.0. Pinning to 2.x until we address the docs build issue.
    
    Towards #470
    
    I did this manually for python-datastore googleapis/python-datastore#22
    
    Source-Author: Christopher Wilcox <crwilcox@google.com>
    Source-Date: Tue Apr 7 11:28:32 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 980baaa738a1ad8fa02b4fdbd56be075ee77ece5
    Source-Link: googleapis/synthtool@980baaa
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    f3f1b4d View commit details
    Browse the repository at this point in the history
  9. chore(java): release-please only updates non maven versions in README…

    … (#476)
    
    Prevent release-please and synthtool from fighting over the released library version. Synthtool updates the install snippets from the samples pom.xml files so the bots fight if they are temporarily out of sync after a release.
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Wed Apr 8 14:14:25 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 7f8e62aa3edd225f76347a16f92e400661fdfb52
    Source-Link: googleapis/synthtool@7f8e62a
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    bf83409 View commit details
    Browse the repository at this point in the history
  10. fix: installs test_utils from its common repo (#480)

    Source-Author: Dan O'Meara <danom@google.com>
    Source-Date: Thu Apr 9 16:26:09 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 6f32150677c9784f3c3a7e1949472bd29c9d72c5
    Source-Link: googleapis/synthtool@6f32150
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    794c9a2 View commit details
    Browse the repository at this point in the history
  11. build(nodejs): remove unused codecov config (#486)

    Source-Author: Justin Beckwith <justin.beckwith@gmail.com>
    Source-Date: Sat Apr 11 22:08:53 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 21c3b57ae54ae9db6a3a6b48b31c970c6ab56f19
    Source-Link: googleapis/synthtool@21c3b57
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    f9898a5 View commit details
    Browse the repository at this point in the history
  12. doc: document context-aware commit flags (#481)

    Also, delete obsolete blurb about cleaning up old, dead files.
    
    Co-authored-by: Jeff Ching <chingor@google.com>
    
    Source-Author: Jeffrey Rennie <rennie@google.com>
    Source-Date: Mon Apr 13 10:32:32 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 97c7ccfdceb927db1cbe6f3bb09616aa02bafd89
    Source-Link: googleapis/synthtool@97c7ccf
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    cb432d2 View commit details
    Browse the repository at this point in the history
  13. fix: use https vcs install for python-test-utils (#492)

    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Apr 14 15:24:52 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 85cbc7f954f4c4c3534f0caafbaed22a8f80f602
    Source-Link: googleapis/synthtool@85cbc7f
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    cb015f2 View commit details
    Browse the repository at this point in the history
  14. fix: stop recording the git log in the metadata (#477)

    Nothing consumes the log, and there's no design for anything to consume the
    log. Plus, it cluttered up synth.metadata.
    
    Source-Author: Jeffrey Rennie <rennie@google.com>
    Source-Date: Wed Apr 15 14:45:28 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 6980131905b652563280e4d2482384d4acc9eafc
    Source-Link: googleapis/synthtool@6980131
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    d602167 View commit details
    Browse the repository at this point in the history
  15. build: use codecov's action, now that it's authless (#499)

    Source-Author: Benjamin E. Coe <bencoe@google.com>
    Source-Date: Fri Apr 17 15:00:44 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 19465d3ec5e5acdb01521d8f3bddd311bcbee28d
    Source-Link: googleapis/synthtool@19465d3
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    99c01c1 View commit details
    Browse the repository at this point in the history
  16. fix(python): install testutils from pypi (#503)

    https://pypi.org/project/google-cloud-testutils/
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Fri Apr 24 18:07:16 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 01b6f23d24b27878b48667ce597876d66b59780e
    Source-Link: googleapis/synthtool@01b6f23
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    deb7938 View commit details
    Browse the repository at this point in the history
  17. chore: merge autosynth repo into this repo (#508)

    * chore: merge autosynth repo into this repo
    
    * fix: add autsynth directory to code coverage reports
    
    Source-Author: Jeffrey Rennie <rennie@google.com>
    Source-Date: Thu Apr 30 09:33:44 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 969a2340e74c73227e7c1638ed7650abcac22ee4
    Source-Link: googleapis/synthtool@969a234
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    515a807 View commit details
    Browse the repository at this point in the history
  18. fix: typo (#512)

    Source-Author: Jeffrey Rennie <rennie@google.com>
    Source-Date: Thu Apr 30 12:37:18 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 720b7bff0da03ed9e67cb2362f2d291241fa59ae
    Source-Link: googleapis/synthtool@720b7bf
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    2f7008e View commit details
    Browse the repository at this point in the history
  19. chore(python): create thread_safety doc (#517)

    This will be included in index.rst files. See https://github.com/googleapis/python-bigtable/pull/26/files
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue May 5 10:06:52 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 09c48461232ce929c34386259eb59018ad2d8eef
    Source-Link: googleapis/synthtool@09c4846
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    bd4b1e5 View commit details
    Browse the repository at this point in the history
  20. feat: include trailers in PR body (#526)

    * feat: include trailers in PR body
    
    for the two trailers we expect merge-on-green bot to consume.
    
    * fix: update golden log
    
    * chore: trailers arg defaults to empty
    
    Source-Author: Jeffrey Rennie <rennie@google.com>
    Source-Date: Wed May 6 12:58:18 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 558bb0d70fa98ea228483b44885704d8941a6a80
    Source-Link: googleapis/synthtool@558bb0d
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    21ab54a View commit details
    Browse the repository at this point in the history
  21. chore: store autosynth synth logs as sponge_log.log for use as build …

    …artifacts (#530)
    
    * chore: store autosynth synth logs as sponge_log.log for use as build artifacts
    
    * chore: make log_path optional, fix lint
    
    * chore: rename variables for code review
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Fri May 8 10:01:02 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 5bbfd095faedfe273819d266f21e402192a29041
    Source-Link: googleapis/synthtool@5bbfd09
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    2ac5d3d View commit details
    Browse the repository at this point in the history
  22. chore: move ci.yaml to workflows dir (#535)

    Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
    Source-Date: Mon May 11 16:24:04 2020 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c
    Source-Link: googleapis/synthtool@98c5077
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    d18e827 View commit details
    Browse the repository at this point in the history
  23. chore(python): remove extra #!/bin/bash (#538)

    Co-authored-by: Jeffrey Rennie <rennie@google.com>
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue May 12 09:51:12 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 7482e79a82e353248769d819788adc1213e8c207
    Source-Link: googleapis/synthtool@7482e79
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    21a5b49 View commit details
    Browse the repository at this point in the history
  24. docs: update CONTRIBUTING.md to include code formatting (#534)

    Co-authored-by: Jeff Ching <chingor@google.com>
    Co-authored-by: Jeffrey Rennie <rennie@google.com>
    
    Source-Author: Brian Chen <chenbrian@google.com>
    Source-Date: Tue May 12 10:24:59 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 5b48b0716a36ca069db3038da7e205c87a22ed19
    Source-Link: googleapis/synthtool@5b48b07
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    b55c73a View commit details
    Browse the repository at this point in the history
  25. fix: report autosynth status to GitHub early and don't crash on repor…

    …ting (#551)
    
    * refactor: clean up multi implementation
    
    Move the GitHub reporting immediately after the synthesis, rather than
    waiting until the end of the run.
    
    * fix: capture http errors on github reporting issues to not crash the run
    
    * fix: handle skipped attribute
    
    * refactor: declare and use EXIT_CODE_SKIPPED constant
    
    * test: refactor and add units for autosynth.multi
    
    * chore: relax typing for subprocess env
    
    * test: add test for synthesizing all libraries and reporting errors to GitHub
    
    * fix: restore correct execution args
    
    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Thu May 14 17:55:32 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 3593e3a995510c0570648d9a48fc756ab2bfc2cb
    Source-Link: googleapis/synthtool@3593e3a
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    e00d989 View commit details
    Browse the repository at this point in the history
  26. chore: bump nodejs autosynth timeout to 5 hours (#563)

    Source-Author: Jeff Ching <chingor@google.com>
    Source-Date: Tue May 19 09:35:56 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 2d9b52e5799722dac0ab5573e478e14daf388447
    Source-Link: googleapis/synthtool@2d9b52e
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    19514e8 View commit details
    Browse the repository at this point in the history
  27. chore(python): remove one remaining extra bash line (#565)

    To avoid generating bogus PRs
    
    Co-authored-by: Jeffrey Rennie <rennie@google.com>
    
    Source-Author: Carlos de la Guardia <cguardia@yahoo.com>
    Source-Date: Tue May 19 11:57:19 2020 -0500
    Source-Repo: googleapis/synthtool
    Source-Sha: d2364eb80b840a36136c8ce12f1c6efabcc9600e
    Source-Link: googleapis/synthtool@d2364eb
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    08df37e View commit details
    Browse the repository at this point in the history
  28. fix: autosynth for nodejs-apiary (#569)

    * fix: autosynth for nodejs-apiary
    
    A configuration file was lost during the copy from gerrit to github.
    
    * chore: remove old copy of node-apiary.yaml
    
    Source-Author: Jeffrey Rennie <rennie@google.com>
    Source-Date: Tue May 19 16:51:15 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 274dd49554809834287c24b6dd324a85283f1182
    Source-Link: googleapis/synthtool@274dd49
    yoshi-automation committed May 27, 2020
    Copy the full SHA
    81157e7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Copy the full SHA
    95937c8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    916ddb7 View commit details
    Browse the repository at this point in the history