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

feat: introduce field Queue.type; update default retry configs #29

Merged
merged 24 commits into from Jun 25, 2020

Commits on Jun 24, 2020

  1. Integrate Python GAPIC Microgenerator in googleapis. This PR uses usi…

    …ng documentai as an example. Depends on googleapis/gapic-generator-python#402
    
    PiperOrigin-RevId: 309824146
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon May 4 15:06:44 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: e0f9d9e1f9de890db765be46f45ca8490723e3eb
    Source-Link: googleapis/googleapis@e0f9d9e
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    d93e8ef View commit details
    Browse the repository at this point in the history
  2. chore(python): create thread_safety doc

    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 Jun 24, 2020
    Copy the full SHA
    5cc372b View commit details
    Browse the repository at this point in the history
  3. chore(python): remove extra #!/bin/bash

    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 Jun 24, 2020
    Copy the full SHA
    979622c View commit details
    Browse the repository at this point in the history
  4. fix: restore GAPIC v2 retry configs

    Restores GAPIC v2 retry config overrides that were
    mistakenly removed during migration.
    
    PiperOrigin-RevId: 312088359
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Mon May 18 08:57:12 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 5a90d467aa65e7f038f87585e8fbb45d74475e7c
    Source-Link: googleapis/googleapis@5a90d46
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    34d3622 View commit details
    Browse the repository at this point in the history
  5. chore(python): remove one remaining extra bash line

    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 Jun 24, 2020
    Copy the full SHA
    bc341d2 View commit details
    Browse the repository at this point in the history
  6. Updated annotations!: Changing method signatures and 'REQUIRED' annot…

    …ations to reflect the need to always include 'partial_failure' parameter in calls to certain conversion-related services.
    
    BREAKING CHANGE: Updated method signature and 'REQUIRED' annotations.
    
    PiperOrigin-RevId: 312675261
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu May 21 08:33:28 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 747dfd171a3c970838b7c8a39c3e42d93fe6a8ec
    Source-Link: googleapis/googleapis@747dfd1
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    df9d22d View commit details
    Browse the repository at this point in the history
  7. Upgrade protoc-docs-plugin version to 0.7.0 to fix unstable docstrings.

    PiperOrigin-RevId: 312689208
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu May 21 10:00:47 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: dec3204175104cef49bf21d685d5517caaf0058f
    Source-Link: googleapis/googleapis@dec3204
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    064b5a3 View commit details
    Browse the repository at this point in the history
  8. bazel: update protobuf, rules_go, gazelle, and gapic-generator-go ver…

    …sions - protobuf v3.12.1 - rules_go v0.23.0 - gazelle v0.21.0 - gapic-generator-go v0.14.1
    
    PiperOrigin-RevId: 313460921
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed May 27 14:10:16 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: c4e37010d74071851ff24121f522e802231ac86e
    Source-Link: googleapis/googleapis@c4e3701
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    5d91b71 View commit details
    Browse the repository at this point in the history
  9. docs: update python docs template

    * docs: update python docs template
    
    * sphinx change
    
    Source-Author: kolea2 <45548808+kolea2@users.noreply.github.com>
    Source-Date: Wed May 27 20:44:34 2020 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 71b8a272549c06b5768d00fa48d3ae990e871bec
    Source-Link: googleapis/synthtool@71b8a27
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    092fbfb View commit details
    Browse the repository at this point in the history
  10. feat: add templates for python samples projects

    These templates will be used for templates in python-docs-samples
    and in Python client libraries. The README generation code is a modified
    version of
    https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/scripts/readme-gen.
    
    Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Thu May 28 14:39:58 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: ffe10407ee2f261c799fb0d01bf32a8abc67ed1e
    Source-Link: googleapis/synthtool@ffe1040
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    3d673e7 View commit details
    Browse the repository at this point in the history
  11. chore: update default ignores for Python libraries

    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Thu May 28 14:43:37 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: e99975b6b49827b8720f0a885e218dbdb67849ca
    Source-Link: googleapis/synthtool@e99975b
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    953d913 View commit details
    Browse the repository at this point in the history
  12. feat: allow custom python versions in noxfile

    Libraries on the microgenerator support a smaller range of Python versions (3.6+).
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Thu May 28 18:22:04 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: 4e1d2cb79b02d7496b1452f91c518630c207145e
    Source-Link: googleapis/synthtool@4e1d2cb
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    2ac4d57 View commit details
    Browse the repository at this point in the history
  13. chore: update gapic-generator and go microgen

    changes include:
    - build_gen: go lro gapic used as dep
    - go_gapic_library: fixes shading of go_library importpath
    
    PiperOrigin-RevId: 314363155
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jun 2 10:56:09 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 3a4894c4f0da3e763aca2c67bd280ae915177450
    Source-Link: googleapis/googleapis@3a4894c
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    67f0ec6 View commit details
    Browse the repository at this point in the history
  14. fix: use protoc-docs-plugin 0.8.0

    Fixes issue with missing newline before 'Attributes' in Python docstrings.
    
    PiperOrigin-RevId: 316182409
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Jun 12 14:52:11 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 184661793fbe3b89f2b485c303e7466cef9d21a1
    Source-Link: googleapis/googleapis@1846617
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    7e693c8 View commit details
    Browse the repository at this point in the history
  15. fix: migrate tasks/v2 to grpc_service_config

    PiperOrigin-RevId: 316908080
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jun 17 09:51:33 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 7272af32a96a42fe5bb9452360e32ae95718abc2
    Source-Link: googleapis/googleapis@7272af3
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    1fa532a View commit details
    Browse the repository at this point in the history
  16. fix: migrate tasks/v2beta3 to grpc_service_config

    PiperOrigin-RevId: 316908726
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jun 17 09:55:07 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 8c53b2cb792234354c13336ac7daee61333deade
    Source-Link: googleapis/googleapis@8c53b2c
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    a3798e0 View commit details
    Browse the repository at this point in the history
  17. fix: migrate tasks/v2beta2 to grpc_service_config

    PiperOrigin-RevId: 316908733
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jun 17 09:55:10 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 923b983673af7348eb4e517d9e083a5aa69e1101
    Source-Link: googleapis/googleapis@923b983
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    eb7d5ce View commit details
    Browse the repository at this point in the history
  18. fix(python): change autodoc_default_flags to autodoc_default_options

    Source-Author: HemangChothani <50404902+HemangChothani@users.noreply.github.com>
    Source-Date: Thu Jun 18 22:50:02 2020 +0530
    Source-Repo: googleapis/synthtool
    Source-Sha: cd522c3b4dde821766d95c80ae5aeb43d7a41170
    Source-Link: googleapis/synthtool@cd522c3
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    ce43941 View commit details
    Browse the repository at this point in the history
  19. feat: introducing field Queue.type docs: fixing typos and minor updates

    PiperOrigin-RevId: 317130948
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Thu Jun 18 10:28:49 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: eb37e688331443969eed9b969531751154a956d5
    Source-Link: googleapis/googleapis@eb37e68
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    452c2f0 View commit details
    Browse the repository at this point in the history
  20. feat(python): add defaults for microgenerator libraries

    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Mon Jun 22 17:56:27 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: db4f15fedc76e04018e6e43ec403e804e1142158
    Source-Link: googleapis/synthtool@db4f15f
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    dd58e43 View commit details
    Browse the repository at this point in the history
  21. chore(python): fix line breaks in template and use newer black version

    * chore(python): fix line breaks in template
    
    * fix: also update black version
    
    Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Source-Date: Tue Jun 23 02:33:35 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: cf2eff09d0f5319a4dc5cdce2b6356d85af4a798
    Source-Link: googleapis/synthtool@cf2eff0
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    f38afe0 View commit details
    Browse the repository at this point in the history
  22. chore: update grpc to v1.30.0

    PiperOrigin-RevId: 317949519
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jun 23 15:22:22 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: 7157f9552747421572cf1ab3aec1105c05ebd4f9
    Source-Link: googleapis/googleapis@7157f95
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    cf35d15 View commit details
    Browse the repository at this point in the history
  23. Updates to build Google Ads API build files.

    PiperOrigin-RevId: 318028816
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Wed Jun 24 02:32:38 2020 -0700
    Source-Repo: googleapis/googleapis
    Source-Sha: b882b8e6bfcd708042ff00f7adc67ce750817dd0
    Source-Link: googleapis/googleapis@b882b8e
    yoshi-automation committed Jun 24, 2020
    Copy the full SHA
    65ee7f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. docs: update docstrings

    busunkim96 committed Jun 25, 2020
    Copy the full SHA
    d6e3f3c View commit details
    Browse the repository at this point in the history