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

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Jun 6, 2021

This PR is the result of manually running the following commands in order to pull in the latest changes from googleapis-gen which includes gapic generator version 0.46.3:

  1. Download the latest docker image for owlbot-cli
docker pull gcr.io/repo-automation-bots/owlbot-cli:latest 
  1. Run the owlbot-cli to copy the generated client from googleapis/googleapis-gen
docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-cli:latest copy-code 
  1. Download the latest docker image for owlbot-python
docker pull gcr.io/repo-automation-bots/owlbot-python:latest 
  1. Run the post processor image
docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/repo-automation-bots/owlbot-python:latest 

Other features/fixes include:

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

@parthea parthea requested a review from a team as a code owner June 6, 2021 16:18
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 6, 2021
@product-auto-label product-auto-label bot added the api: monitoring Issues related to the googleapis/python-monitoring API. label Jun 6, 2021
@parthea parthea force-pushed the manual-copy-googleapis-gen branch from 6b2cdd4 to 1b4e7be Compare June 6, 2021 16:45
Copy link
Contributor

@busunkim96 busunkim96 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add packaging>=14.3 to setup.py and packaging==14.3 and google-auth=1.24.0 to testing/constraints-3.6.txt.

@parthea
Copy link
Contributor Author

parthea commented Jun 8, 2021

Done.

@parthea parthea added the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit ffa4b1f into master Jun 8, 2021
@gcf-merge-on-green gcf-merge-on-green bot deleted the manual-copy-googleapis-gen branch June 8, 2021 14:58
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: monitoring Issues related to the googleapis/python-monitoring API. cla: yes This human has signed the Contributor License Agreement.

3 participants