Skip to content
This repository was archived by the owner on Mar 12, 2025. 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-api-common-protos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.52.0
Choose a base ref
...
head repository: googleapis/python-api-common-protos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.53.0dev1
Choose a head ref
  • 8 commits
  • 77 files changed
  • 5 contributors

Commits on Jun 4, 2020

  1. docs: add link to PyPI (#10)

    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-api-common-protos/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> 🦕
    busunkim96 authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    3f79402 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Include .proto files (#15)

    The following change to setup.py will ensure that source .proto are shipped along with the generated code.
    
    Fixes #14 🦕
    mwahlmann-cbi authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    5e28abb View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

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

Commits on Sep 24, 2020

  1. chore: add MANIFEST.in (#22)

    closes #21
    busunkim96 authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b40fc26 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. fix: Generate gRPC files for long-running operations (#13)

    Fixes #12 🦕
    
    (My automatic whitespace formatter removed some trailing whitespace, is this an issue?)
    
    Note that I'm not entirely sure how to work with synthtool, and so I couldn't figure out how to get the license header and formatting fixed before committing the files generated by `nox -s generate_protos`. Someone else is going to have to do that part for me 🙂 Still, the generated grpc file looks good.
    boimart1 authored Dec 22, 2020
    Configuration menu
    Copy the full SHA
    a9ce288 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

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

Commits on Jan 27, 2021

  1. feat: require python >=3.6 and (#31)

    fix: add `create_key` to FieldDescriptors
    
    feat: add `google.api.ResourceDescriptor.Style`
    
    chore(deps): bump minimum protobuf version to 3.12.0
    
    Release-As: 1.53.0dev1
    busunkim96 authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4ce679c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a3099 View commit details
    Browse the repository at this point in the history
Loading