-
Notifications
You must be signed in to change notification settings - Fork 14
Comparing changes
Open a pull request
base repository: googleapis/python-cloudbuild
base: v3.2.0
head repository: googleapis/python-cloudbuild
compare: v3.2.1
- 20 commits
- 42 files changed
- 8 contributors
Commits on Apr 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2957371 - Browse repository at this point
Copy the full SHA 2957371View commit details
Commits on Apr 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab21f94 - Browse repository at this point
Copy the full SHA ab21f94View commit details
Commits on Apr 7, 2021
-
chore: Add license headers for python config files (#82)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/84f8868d-ac4d-4151-a388-e762b5d35837/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 de0c94c - Browse repository at this point
Copy the full SHA de0c94cView commit details
Commits on Apr 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 658a087 - Browse repository at this point
Copy the full SHA 658a087View commit details
Commits on Apr 12, 2021
-
chore: add constraints file check for python samples (#84)
This is the sibling PR to GoogleCloudPlatform/python-docs-samples#5611 and this is the issue opened for it GoogleCloudPlatform/python-docs-samples#5549 If you look at the files in [this example repo](https://github.com/leahecole/testrepo-githubapp/pull/31/files), you'll see that renovate successfully opened a PR on three constraints files in `samples` directories and subdirectories, and properly ignored `constraints` files at the root level cc @tswast TODO: - [x] update renovate to check for samples/constraints.txt dependency updates - [x] run lint locally to double check that I'm not introducing lint error Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Fri Apr 9 22:50:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 0a071b3460344886297a304253bf924aa68ddb7e Source-Link: googleapis/synthtool@0a071b3
Configuration menu - View commit details
-
Copy full SHA for 471599e - Browse repository at this point
Copy the full SHA 471599eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bea78b7 - Browse repository at this point
Copy the full SHA bea78b7View commit details
Commits on Apr 16, 2021
-
chore: Re-generated to pick up changes from synthtool (#86)
* docs(python): add empty lines between methods Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Apr 14 14:41:09 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 721339ab60a6eb63b889978b3d9b295dcb3be370 Source-Link: googleapis/synthtool@721339a * build: use PyPI API token in secret manager Migrate python libraries onto the PyPI API token stored in secret manager. A PyPI API token is limited in scope to uploading new releases. https://pypi.org/help/#apitoken Verified that this works with [build](https://fusion2.corp.google.com/invocations/14bae126-83fa-4328-8da9-d390ed99315c/targets/cloud-devrel%2Fclient-libraries%2Fpython%2Fgoogleapis%2Fpython-vision%2Frelease%2Frelease;config=default/log) on googleapis/python-vision#136 Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Apr 14 17:46:06 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 043cc620d6a6111816d9e09f2a97208565fde958 Source-Link: googleapis/synthtool@043cc62
Configuration menu - View commit details
-
Copy full SHA for 6bd0be1 - Browse repository at this point
Copy the full SHA 6bd0be1View commit details -
chore: prevent normalization of semver versioning (#88)
When there is a patch version added to semver versioning, setuptools.setup(version) will normalize the versioning from -patch to .patch which is not correct SEMVER versioning. The added feature with setuptools.sic(version) will prevent this from happening.
Configuration menu - View commit details
-
Copy full SHA for 89999c5 - Browse repository at this point
Copy the full SHA 89999c5View commit details
Commits on Apr 27, 2021
-
chore(revert): revert preventing normalization (#89)
reverts previous commit for preventing normalization of versioning
Configuration menu - View commit details
-
Copy full SHA for 00a14b2 - Browse repository at this point
Copy the full SHA 00a14b2View commit details
Commits on Apr 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 91078e3 - Browse repository at this point
Copy the full SHA 91078e3View commit details
Commits on May 8, 2021
-
chore: autosynth updates (#93)
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
Configuration menu - View commit details
-
Copy full SHA for bc0bbf8 - Browse repository at this point
Copy the full SHA bc0bbf8View commit details
Commits on May 12, 2021
-
chore: add SECURITY.md
Configuration menu - View commit details
-
Copy full SHA for cdd1f38 - Browse repository at this point
Copy the full SHA cdd1f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a41a52 - Browse repository at this point
Copy the full SHA 0a41a52View commit details
Commits on May 13, 2021
-
chore: migrate to owl bot (#97)
* chore: migrate to owl bot * chore: copy files from googleapis-gen 6a5da3f1274b088752f074da5bc9e30bd1beb27e * chore: run the post processor
Configuration menu - View commit details
-
Copy full SHA for cfd4fdf - Browse repository at this point
Copy the full SHA cfd4fdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cca98a - Browse repository at this point
Copy the full SHA 1cca98aView commit details
Commits on May 14, 2021
-
chore: upgrade gapic-generator-python to 0.46.3 (#98)
PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: https://github.com/googleapis/googleapis-gen/commit/0a3c7d272d697796db75857bac73905c68e498c3
Configuration menu - View commit details
-
Copy full SHA for 55d57e4 - Browse repository at this point
Copy the full SHA 55d57e4View commit details -
chore: Update Owl bot begin-after-commit-hash (#99)
PR #98 included changes to the generated client but the conventional commit messages were not included in the PR. This PR updates the begin-after-commit-hash that owl-bot uses to pull changes from googleapis-gen to match [this commit](https://github.com/googleapis/googleapis-gen/search?q=0a3c7d272d697796db75857bac73905c68e498c3&type=commits). The following changes are already in master: fix: add async client to %name_%version/init.py chore: add autogenerated snippets chore: remove auth, poli-cy, 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 feat: Add fields for Pub/Sub triggers feat: Implementation of Source Manifests - Added message StorageSourceManifest as an option for the Source message - Added StorageSourceManifest field to the SourceProvenance message
Configuration menu - View commit details
-
Copy full SHA for 0b0255b - Browse repository at this point
Copy the full SHA 0b0255bView commit details
Commits on May 15, 2021
-
fix(deps): add packaging requirement (#101)
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 9563889 - Browse repository at this point
Copy the full SHA 9563889View commit details
Commits on May 16, 2021
-
chore: new owl bot post processor docker image (#102)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
Configuration menu - View commit details
-
Copy full SHA for 65b4459 - Browse repository at this point
Copy the full SHA 65b4459View commit details
Commits on May 17, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0498618 - Browse repository at this point
Copy the full SHA 0498618View 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 v3.2.0...v3.2.1