-
Notifications
You must be signed in to change notification settings - Fork 13
Comparing changes
Open a pull request
base repository: googleapis/python-artifact-registry
base: v0.1.0
head repository: googleapis/python-artifact-registry
compare: v0.2.0
- 20 commits
- 58 files changed
- 9 contributors
Commits on Mar 23, 2021
-
chore: regenerate to pick up changes from synthtool. (#6)
* chore: add pre-commit-config to renovate ignore paths Disable renovate PRs on the .pre-commit-config.yaml which is templated from synthtool. https://docs.renovatebot.com/configuration-options/#ignorepaths Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Mon Mar 15 09:05:39 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 2c54c473779ea731128cea61a3a6c975a08a5378 Source-Link: googleapis/synthtool@2c54c47 * build(python): fail nox sessions if a python version is missing Nox's default behavior is to quietly skip if a python interpreter is missing. https://nox.thea.codes/en/stable/usage.html#failing-sessions-when-the-interpreter-is-missing Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Tue Mar 16 13:38:02 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: eda422b90c3dde4a872a13e6b78a8f802c40d0db Source-Link: googleapis/synthtool@eda422b * chore(python): add kokoro configs for periodic builds against head This change should be non-destructive. Note for library repo maintainers: After applying this change, you can easily add (or change) periodic builds against head by adding config files in google3. See python-pubsub repo for example. Source-Author: Takashi Matsuo <tmatsuo@google.com> Source-Date: Fri Mar 19 11:17:59 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 79c8dd7ee768292f933012d3a69a5b4676404cda Source-Link: googleapis/synthtool@79c8dd7
Configuration menu - View commit details
-
Copy full SHA for 0e4d430 - Browse repository at this point
Copy the full SHA 0e4d430View commit details
Commits on Mar 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c3006e9 - Browse repository at this point
Copy the full SHA c3006e9View commit details
Commits on Mar 31, 2021
-
test(python): use constraints files to check dependency lower bounds (#7
) This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/fdb15d46-6b3d-42c1-9166-380aab3d31f2/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@86ed43d Source-Link: googleapis/synthtool@f5c5904
Configuration menu - View commit details
-
Copy full SHA for c07faf8 - Browse repository at this point
Copy the full SHA c07faf8View commit details -
build(python): update docfx job to use new plugin (#10)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/ebc46242-6dff-4f98-b69f-79b844f6d64e/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@4501974
Configuration menu - View commit details
-
Copy full SHA for cd76db6 - Browse repository at this point
Copy the full SHA cd76db6View commit details
Commits on Apr 7, 2021
-
chore: Add license headers for python config files (#13)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/30a2d101-2124-4efb-a4a9-f09170e85baa/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 044250b - Browse repository at this point
Copy the full SHA 044250bView commit details
Commits on Apr 11, 2021
-
chore: add constraints file check for python samples (#14)
This is the sibling PR to GoogleCloudPlatform/python-docs-samples#5611 and this is the issue opened for it GoogleCloudPlatform/python-docs-samples#5549
Configuration menu - View commit details
-
Copy full SHA for 3660b10 - Browse repository at this point
Copy the full SHA 3660b10View commit details
Commits on Apr 16, 2021
-
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/0132d4b4-e925-416d-8b57-8d018e62ea7c/targets - [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.) Source-Link: googleapis/synthtool@043cc62 Source-Link: googleapis/synthtool@721339a
Configuration menu - View commit details
-
Copy full SHA for 7e3c1b0 - Browse repository at this point
Copy the full SHA 7e3c1b0View commit details
Commits on Apr 19, 2021
-
chore: prevent normalization of semver versioning (#16)
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 842deb8 - Browse repository at this point
Copy the full SHA 842deb8View commit details
Commits on Apr 27, 2021
-
chore(revert): revert preventing normalization (#18)
reverts previous commit for preventing normalization of versioning
Configuration menu - View commit details
-
Copy full SHA for 7ca377b - Browse repository at this point
Copy the full SHA 7ca377bView commit details
Commits on May 12, 2021
-
chore: add SECURITY.md
Configuration menu - View commit details
-
Copy full SHA for 483966d - Browse repository at this point
Copy the full SHA 483966dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc0d5b - Browse repository at this point
Copy the full SHA cdc0d5bView commit details -
chore: migrate to owl bot (#23)
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 27c620f - Browse repository at this point
Copy the full SHA 27c620fView commit details
Commits on May 16, 2021
-
chore: new owl bot post processor docker image (#26)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
Configuration menu - View commit details
-
Copy full SHA for 8590901 - Browse repository at this point
Copy the full SHA 8590901View commit details
Commits on May 20, 2021
-
chore: add cicd (devplat) team to codeowners (#30)
* chore: add cicd team to codeowners * chore: fix minor error in json
Configuration menu - View commit details
-
Copy full SHA for b1e4de0 - Browse repository at this point
Copy the full SHA b1e4de0View commit details -
feat: support self-signed JWT flow for service accounts (#25)
* chore: upgrade gapic-generator-python to 0.46.3 PiperOrigin-RevId: 373649163 Source-Link: googleapis/googleapis@7e1b14e Source-Link: https://github.com/googleapis/googleapis-gen/commit/0a3c7d272d697796db75857bac73905c68e498c3 * 🦉 Updates from OwlBot * add workaround for gapic generator docstring bug * run post processor Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Dina Graves Portman <dinagraves@google.com> Co-authored-by: Anthonios Partheniou <partheniou@google.com>
Configuration menu - View commit details
-
Copy full SHA for fade594 - Browse repository at this point
Copy the full SHA fade594View commit details
Commits on May 22, 2021
-
chore: new owl bot post processor docker image (#34)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
Configuration menu - View commit details
-
Copy full SHA for 3914814 - Browse repository at this point
Copy the full SHA 3914814View commit details
Commits on May 25, 2021
-
chore: new owl bot post processor docker image (#35)
gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 30d5cf8 - Browse repository at this point
Copy the full SHA 30d5cf8View commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 109215f - Browse repository at this point
Copy the full SHA 109215fView commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a4900a - Browse repository at this point
Copy the full SHA 5a4900aView commit details -
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3e83e47 - Browse repository at this point
Copy the full SHA 3e83e47View 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.1.0...v0.2.0