Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-data-qna
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.1
Choose a base ref
...
head repository: googleapis/python-data-qna
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 15 commits
  • 74 files changed
  • 13 contributors

Commits on Jan 5, 2021

  1. fix: remove gRPC send/recv limits (#15)

    * 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.
    
    * fix: remove client recv msg limit fix: add enums to `types/__init__.py`
    
    PiperOrigin-RevId: 347055288
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Fri Dec 11 12:44:37 2020 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: dd372aa22ded7a8ba6f0e03a80e06358a3fa0907
    Source-Link: googleapis/googleapis@dd372aa
    yoshi-automation authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    044d47a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Mar 29, 2021

  1. Configuration menu
    Copy the full SHA
    638df3b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. chore: update pycqa/flake8 dependency, rename for build cop bot (#27)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/b63e18c1-077e-4c61-bb58-5a057f55da2c/targets
    
    - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
    yoshi-automation authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    b999fe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. chore: use gcp-sphinx-docfx-yaml (#37)

    makes use of the updated plugin for generating DocFX YAMLs
    dandhlee authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    0885eae View commit details
    Browse the repository at this point in the history
  2. chore: add yoshi to CODEOWNERS (#39)

    Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
    - [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-data-qna/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
    - [ ] Ensure the tests and linter pass
    - [ ] Code coverage does not decrease (if any source code was changed)
    - [ ] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    tswast authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ce539a3 View commit details
    Browse the repository at this point in the history
  3. chore: add SECURITY.md (#38)

    chore: add SECURITY.md
    google-cloud-policy-bot[bot] authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    1d74b7a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    4c40b4d View commit details
    Browse the repository at this point in the history
  2. feat: add from_service_account_info factory and fix sphinx identifiers (

    #21)
    
    * chore: add constraints file
    
    * chore: add constraints file
    
    * chore: add constraints file
    
    * chore: add constraints file
    
    * chore: add constraints file
    
    * chore: add constraints file
    
    * chore: upgrade gapic-generator-python to 0.39.1
    
    feat: add 'from_service_account_info' factory to clients
    fix: fix sphinx identifiers
    PiperOrigin-RevId: 350246057
    
    Source-Author: Google APIs <noreply@google.com>
    Source-Date: Tue Jan 5 16:44:11 2021 -0800
    Source-Repo: googleapis/googleapis
    Source-Sha: 520682435235d9c503983a360a2090025aa47cd1
    Source-Link: googleapis/googleapis@5206824
    
    * chore: remove unneeded dependencies
    
    * chore: regen
    
    * chore: lower cov_level
    
    Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
    Co-authored-by: Bu Sun Kim <busunkim@google.com>
    Co-authored-by: shollyman <shollyman@google.com>
    4 people authored May 7, 2021
    Configuration menu
    Copy the full SHA
    3fa53fb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

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

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    8448b04 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. chore: upgrade gapic-generator-python to 0.46.3 (#45)

    PiperOrigin-RevId: 373649163
    
    Source-Link: googleapis/googleapis@7e1b14e
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/0a3c7d272d697796db75857bac73905c68e498c3
    
    fix: add async client to %name_%version/init.py
    chore: add autogenerated snippets
    chore: remove auth, policy, and options from the reserved names list
    feat: support self-signed JWT flow for service accounts
    chore: enable GAPIC metadata generation
    chore: sort subpackages in %namespace/%name/init.py
    gcf-owl-bot[bot] authored May 14, 2021
    Configuration menu
    Copy the full SHA
    762c28c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. fix(deps): add packaging requirement (#46)

    Add packaging requirement. packaging.version
                  is used for a version comparison in transports/base.py and is needed after the upgrade to gapic-generator-python 0.46.3
    busunkim96 authored May 15, 2021
    Configuration menu
    Copy the full SHA
    afb3009 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. chore: new owl bot post processor docker image (#47)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
    gcf-owl-bot[bot] authored May 18, 2021
    Configuration menu
    Copy the full SHA
    fb6671e View commit details
    Browse the repository at this point in the history
  2. chore: release 0.2.0 (#41)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 18, 2021
    Configuration menu
    Copy the full SHA
    635f98f View commit details
    Browse the repository at this point in the history
Loading