-
Notifications
You must be signed in to change notification settings - Fork 11
Comparing changes
Open a pull request
base repository: googleapis/python-functions
base: v0.5.1
head repository: googleapis/python-functions
compare: v0.6.0
- 20 commits
- 62 files changed
- 8 contributors
Commits on Mar 23, 2021
-
chore: update synth.metadata (#31)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/a0f4ccaf-319e-46b9-9b15-5ac1e95ea79c/targets - [ ] To automatically regenerate this PR, check this box.
Configuration menu - View commit details
-
Copy full SHA for 38007c6 - Browse repository at this point
Copy the full SHA 38007c6View commit details -
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9d4e6069-5c18-4f79-97fb-99ebae377691/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@4679e7e Source-Link: googleapis/synthtool@3336657 Source-Link: googleapis/synthtool@d1bb917 Source-Link: googleapis/synthtool@778d8be Source-Link: googleapis/synthtool@573f765 Source-Link: googleapis/synthtool@ba960d7 Source-Link: googleapis/synthtool@16ec872 Source-Link: googleapis/synthtool@fb53b6f
Configuration menu - View commit details
-
Copy full SHA for 89cc136 - Browse repository at this point
Copy the full SHA 89cc136View commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8c7db91 - Browse repository at this point
Copy the full SHA 8c7db91View commit details
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0ea4d16 - Browse repository at this point
Copy the full SHA 0ea4d16View commit details
Commits on Apr 7, 2021
-
chore: Add license headers for python config files (#46)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/920075d4-7b9c-4b14-9957-7b33425ad95b/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@5b5bf6d
Configuration menu - View commit details
-
Copy full SHA for f27bdea - Browse repository at this point
Copy the full SHA f27bdeaView commit details
Commits on Apr 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 366fdfb - Browse repository at this point
Copy the full SHA 366fdfbView commit details -
chore: add constraints file check for python samples (#47)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/885038c6-7b52-46e3-9736-a3d85720a610/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@0a071b3
Configuration menu - View commit details
-
Copy full SHA for bcff38f - Browse repository at this point
Copy the full SHA bcff38fView commit details
Commits on Apr 16, 2021
-
chore: prevent normalization of semver versioning (#51)
* chore: prevent normalization of semver versioning * chore: update workaround to make sic work
Configuration menu - View commit details
-
Copy full SHA for b6030e6 - Browse repository at this point
Copy the full SHA b6030e6View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab332f9 - Browse repository at this point
Copy the full SHA ab332f9View commit details
Commits on May 12, 2021
-
chore: add SECURITY.md
Configuration menu - View commit details
-
Copy full SHA for 17235b1 - Browse repository at this point
Copy the full SHA 17235b1View commit details -
chore: migrate to owl bot (#58)
This PR migrates from autosynth to [owl bot](https://github.com/googleapis/repo-automation-bots/tree/master/packages/owl-bot). owl bot will save time for maintainers as it will automatically open PRs when there are updates in [googleapis-gen](https://github.com/googleapis/googleapis-gen/tree/master/google) without requiring maintainers to run `synthtool` to build the client from protos. Additionally, similar to autosynth, PRs will be automatically opened when there are template updates.
Configuration menu - View commit details
-
Copy full SHA for 2f0cad1 - Browse repository at this point
Copy the full SHA 2f0cad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aba02a - Browse repository at this point
Copy the full SHA 6aba02aView commit details
Commits on May 14, 2021
-
chore: upgrade gapic-generator-python to 0.46.3 (#60)
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
Configuration menu - View commit details
-
Copy full SHA for 167f431 - Browse repository at this point
Copy the full SHA 167f431View commit details
Commits on May 15, 2021
-
fix(deps): add packaging requirement (#62)
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
Configuration menu - View commit details
-
Copy full SHA for 1384f55 - Browse repository at this point
Copy the full SHA 1384f55View commit details
Commits on May 16, 2021
-
chore: new owl bot post processor docker image (#63)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
Configuration menu - View commit details
-
Copy full SHA for 0f47268 - Browse repository at this point
Copy the full SHA 0f47268View commit details -
chore: update minor typo in documentation link (#53)
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: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-functions/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #52 🦕
Configuration menu - View commit details
-
Copy full SHA for 4b883dc - Browse repository at this point
Copy the full SHA 4b883dcView commit details
Commits on May 22, 2021
-
chore: new owl bot post processor docker image (#66)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
Configuration menu - View commit details
-
Copy full SHA for 163adba - Browse repository at this point
Copy the full SHA 163adbaView commit details
Commits on May 28, 2021
-
chore: new owl bot post processor docker image (#67)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
Configuration menu - View commit details
-
Copy full SHA for ce497a1 - Browse repository at this point
Copy the full SHA ce497a1View commit details -
chore: new owl bot post processor docker image (#68)
Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
Configuration menu - View commit details
-
Copy full SHA for 44ab162 - Browse repository at this point
Copy the full SHA 44ab162View commit details
Commits on Jun 1, 2021
-
🤖 I have created a release \*beep\* \*boop\* --- ## [0.6.0](https://www.github.com/googleapis/python-functions/compare/v0.5.1...v0.6.0) (2021-05-28) ### Features * support self-signed JWT flow for service accounts ([167f431](https://www.github.com/googleapis/python-functions/commit/167f43144f4f9c5ef88a68bd880ec47a3062a3b6)) ### Bug Fixes * add async client to %name_%version/init.py ([167f431](https://www.github.com/googleapis/python-functions/commit/167f43144f4f9c5ef88a68bd880ec47a3062a3b6)) * **deps:** add packaging requirement ([#62](https://www.github.com/googleapis/python-functions/issues/62)) ([1384f55](https://www.github.com/googleapis/python-functions/commit/1384f55b4e35f6263d42639667c4a38ab1689b16)) * use correct default retry and timeout ([#42](https://www.github.com/googleapis/python-functions/issues/42)) ([8c7db91](https://www.github.com/googleapis/python-functions/commit/8c7db919535193151ed52465a3038d3ac72d701e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for b0b70c0 - Browse repository at this point
Copy the full SHA b0b70c0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.5.1...v0.6.0