This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Permalink
base repository: googleapis/python-compute
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: v0.7.0
Choose a base ref
...
head repository: googleapis/python-compute
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: v0.8.0
Choose a head ref
  • 3 commits
  • 412 files changed
  • 3 contributors

Commits on Nov 9, 2021

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

Commits on Nov 16, 2021

  1. feat: update to the latest version of the code generator (#147)

    The compute protos are now [available in googleapis/googleapis](https://.com/googleapis/googleapis/tree/master/google/cloud/compute/v1), and the generated code is also available in googleapis/googleapis-gen [here](https://.com/googleapis/googleapis-gen/tree/master/google/cloud/compute/v1/compute-small-v1-py). This PR pulls in the latest version of the generated client from googleapis-gen, which may have significant differences. I've added the `do not merge` label while we discuss whether any differences could break user code.
    
    This PR also deletes `synth.py` and adds configuration files for owl bot. owl bot will save time for maintainers as it will automatically open PRs when there are updates in googleapis-gen without requiring maintainers to run synthtool to build the client from protos. Additionally, similar to autosynth, PRs will be automatically opened when there are updates to templated files.
    
    fix(deps): require google-api-core >=2.2.0
    fix(deps): require proto-plus >=1.19.7
    docs: list oneofs in docstring
    fix: add 'dict' annotation type to 'request'
    feat: support self-signed JWT flow for service accounts
    chore(samples): Merging usage bucket tests into one, to avoid race conditions
    @parthea
    parthea authoredNov 16, 2021
    Configuration menu
    Copy the full SHA
    de739a1View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2075d7dView commit details
    Browse the repository at this point in the history
Loading