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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-container
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: googleapis/python-container
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 12 commits
  • 35 files changed
  • 5 contributors

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    11e4b6a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. 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
    yoshi-automation authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9973c3a View commit details
    Browse the repository at this point in the history
  2. 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>
    yoshi-automation and busunkim96 authored Dec 28, 2020
    Configuration menu
    Copy the full SHA
    9207193 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. 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
    yoshi-automation authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    efe4b69 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    01bc353 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. 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>
    busunkim96 and kelsk authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    eaf2775 View commit details
    Browse the repository at this point in the history
  2. 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>
    yoshi-automation and kelsk authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5bdf0a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. changes without context (#72)

    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>
    yoshi-automation and kelsk authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    ba7841c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. 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
    yoshi-automation authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a9aa697 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. chore: Updating Nox (#74)

    * 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
    yoshi-automation authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7ed5e59 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. 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
    yoshi-automation authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    04c06ff View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. chore: release 2.3.1 (#63)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 19, 2021
    Configuration menu
    Copy the full SHA
    4c7bbb4 View commit details
    Browse the repository at this point in the history
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy