-
Notifications
You must be signed in to change notification settings - Fork 20
Comparing changes
Open a pull request
base repository: googleapis/python-container
base: v2.3.0
head repository: googleapis/python-container
compare: v2.3.1
- 12 commits
- 35 files changed
- 5 contributors
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 11e4b6a - Browse repository at this point
Copy the full SHA 11e4b6aView commit details
Commits on Dec 28, 2020
-
chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.…
…4.0 (#62) Co-authored-by: Tres Seaver <tseaver@palladion.com> Source-Author: WhiteSource Renovate <bot@renovateapp.com> Source-Date: Wed Dec 16 18:13:24 2020 +0100 Source-Repo: googleapis/synthtool Source-Sha: aa255b15d52b6d8950cca48cfdf58f7d27a60c8a Source-Link: googleapis/synthtool@aa255b1
Configuration menu - View commit details
-
Copy full SHA for 9973c3a - Browse repository at this point
Copy the full SHA 9973c3aView commit details -
fix: remove client recv msg limit fix: add enums to `types/__init__.p…
…y` (#60) PiperOrigin-RevId: 347055288 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Dec 11 12:44:37 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: dd372aa22ded7a8ba6f0e03a80e06358a3fa0907 Source-Link: googleapis/googleapis@dd372aa Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9207193 - Browse repository at this point
Copy the full SHA 9207193View commit details
Commits on Dec 29, 2020
-
chore: exclude
.nox
from linting; document supported python versions (#64) * docs(python): document adding Python 3.9 support, dropping 3.5 support Closes #787 Source-Author: Tres Seaver <tseaver@palladion.com> Source-Date: Thu Dec 17 16:08:02 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: b670a77a454f415d247907908e8ee7943e06d718 Source-Link: googleapis/synthtool@b670a77 * chore: exclude `.nox` directories from linting The samples tests create `.nox` directories with all dependencies installed. These directories should be excluded from linting. I've tested this change locally, and it significantly speeds up linting on my machine. Source-Author: Tim Swast <swast@google.com> Source-Date: Tue Dec 22 13:04:04 2020 -0600 Source-Repo: googleapis/synthtool Source-Sha: 373861061648b5fe5e0ac4f8a38b32d639ee93e4 Source-Link: googleapis/synthtool@3738610
Configuration menu - View commit details
-
Copy full SHA for efe4b69 - Browse repository at this point
Copy the full SHA efe4b69View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 01bc353 - Browse repository at this point
Copy the full SHA 01bc353View commit details
Commits on Feb 4, 2021
-
chore: add constraints file (#65)
* chore: add constraints file * chore: add constraints file * chore: add constraints file * chore: add constraints file * chore: add constraints file * chore: add constraints file Co-authored-by: kelsk <38271546+kelsk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eaf2775 - Browse repository at this point
Copy the full SHA eaf2775View commit details -
chore: re-generated to pick up changes from synthtool (#67)
* chore(python): fix column sizing issue in docs Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Jan 7 11:58:32 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: f15b57ccfd71106c2299e9b89835fe6e55015662 Source-Link: googleapis/synthtool@f15b57c * chore(python): use 'http' in LICENSE Co-authored-by: Tim Swast <swast@google.com> Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Thu Jan 7 13:05:12 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 41a4e56982620d3edcf110d76f4fcdfdec471ac8 Source-Link: googleapis/synthtool@41a4e56 Co-authored-by: kelsk <38271546+kelsk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5bdf0a6 - Browse repository at this point
Copy the full SHA 5bdf0a6View commit details
Commits on Feb 5, 2021
-
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. Co-authored-by: kelsk <38271546+kelsk@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ba7841c - Browse repository at this point
Copy the full SHA ba7841cView commit details
Commits on Feb 8, 2021
-
chore: use flakybot, add header check lint (#73)
* chore(python): skip docfx in main presubmit * build(python): make `NOX_SESSION` optional I added this accidentally in #889. `NOX_SESSION` should be passed down if it is set but not marked required. Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Tue Jan 19 09:38:04 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: ba960d730416fe05c50547e975ce79fcee52c671 Source-Link: googleapis/synthtool@ba960d7 * chore: Add header checker config to python library synth Now that we have it working in [python-docs-samples](https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/.github/header-checker-lint.yml) we should consider adding it to the 🐍 libraries :) Source-Author: Leah E. Cole <6719667+leahecole@users.noreply.github.com> Source-Date: Mon Jan 25 13:24:08 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: 573f7655311b553a937f9123bee17bf78497db95 Source-Link: googleapis/synthtool@573f765 * chore: add noxfile parameters for extra dependencies Also, add tests for some noxfile parameters for assurance that the template generates valid Python. Co-authored-by: Jeffrey Rennie <rennie@google.com> Source-Author: Tim Swast <swast@google.com> Source-Date: Tue Jan 26 12:26:57 2021 -0600 Source-Repo: googleapis/synthtool Source-Sha: 778d8beae28d6d87eb01fdc839a4b4d966ed2ebe Source-Link: googleapis/synthtool@778d8be * build: migrate to flakybot Source-Author: Justin Beckwith <justin.beckwith@gmail.com> Source-Date: Thu Jan 28 22:22:38 2021 -0800 Source-Repo: googleapis/synthtool Source-Sha: d1bb9173100f62c0cfc8f3138b62241e7f47ca6a Source-Link: googleapis/synthtool@d1bb917
Configuration menu - View commit details
-
Copy full SHA for a9aa697 - Browse repository at this point
Copy the full SHA a9aa697View commit details
Commits on Feb 17, 2021
-
* chore(python): include py.typed files in release A py.typed file must be included in the released package for it to be considered typed by type checkers. https://www.python.org/dev/peps/pep-0561/#packaging-type-information. See googleapis/python-secret-manager#79 Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Fri Feb 5 17:32:06 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: 33366574ffb9e11737b3547eb6f020ecae0536e8 Source-Link: googleapis/synthtool@3336657 * docs: update python contributing guide Adds details about blacken, updates version for system tests, and shows how to pass through pytest arguments. Source-Author: Chris Cotter <cjcotter@google.com> Source-Date: Mon Feb 8 17:13:36 2021 -0500 Source-Repo: googleapis/synthtool Source-Sha: 4679e7e415221f03ff2a71e3ffad75b9ec41d87e Source-Link: googleapis/synthtool@4679e7e
Configuration menu - View commit details
-
Copy full SHA for 7ed5e59 - Browse repository at this point
Copy the full SHA 7ed5e59View commit details
Commits on Feb 18, 2021
-
build(python): enable flakybot on library unit and system tests (#75)
Source-Author: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Source-Date: Wed Feb 17 14:10:46 2021 -0700 Source-Repo: googleapis/synthtool Source-Sha: d17674372e27fb8f23013935e794aa37502071aa Source-Link: googleapis/synthtool@d176743
Configuration menu - View commit details
-
Copy full SHA for 04c06ff - Browse repository at this point
Copy the full SHA 04c06ffView commit details
Commits on Feb 19, 2021
-
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c7bbb4 - Browse repository at this point
Copy the full SHA 4c7bbb4View 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 v2.3.0...v2.3.1