Skip to content
This repository was archived by the owner on Jul 6, 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-channel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.1
Choose a base ref
...
head repository: googleapis/python-channel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 14 commits
  • 45 files changed
  • 7 contributors

Commits on Apr 16, 2021

  1. build: update .OwlBot.lock with new version of post-processor (#27)

    This PR updates the docker container used for OwlBot. This container performs post-processing tasks when pull-requests are opened on your repository, such as:
    
    * copying generated files into place.
    * generating common files from templates.
    
    Version sha256:c0deb0984dd1c56fa04aaf6974f23f4fe674d80f4329310c3f52cd46c40b7419 was published at 2021-04-16T11:10:28.176Z.
    gcf-owl-bot[bot] authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    6d407fc View commit details
    Browse the repository at this point in the history
  2. build: update .OwlBot.lock with new version of post-processor (#29)

    This PR updates the docker container used for OwlBot. This container performs post-processing tasks when pull-requests are opened on your repository, such as:
    
    * copying generated files into place.
    * generating common files from templates.
    
    Version sha256:cfc0e802701262c211703c468874d767f65dabe6a1a71d0e07bfc8a3d5175f32 was published at 2021-04-16T18:48:50.161Z.
    gcf-owl-bot[bot] authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d033120 View commit details
    Browse the repository at this point in the history
  3. chore: prevent normalization of semver versioning (#25)

    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.
    dandhlee authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    758d0fe View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on May 10, 2021

  1. chore: new owl bot post processor docker image (#38)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:457583330eec64daa02aeb7a72a04d33e7be2428f646671ce4045dcbc0191b1e
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 10, 2021
    Configuration menu
    Copy the full SHA
    d834f9b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. chore: add SECURITY.md (#32)

    chore: add SECURITY.md
    google-cloud-policy-bot[bot] authored May 12, 2021
    Configuration menu
    Copy the full SHA
    6c4593a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8274c18 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. chore: upgrade gapic-generator-python to 0.46.3 (#41)

    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
    gcf-owl-bot[bot] authored May 14, 2021
    Configuration menu
    Copy the full SHA
    c218e2e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. fix(deps): add packaging requirement (#43)

    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
    busunkim96 authored May 15, 2021
    Configuration menu
    Copy the full SHA
    e368062 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. chore: new owl bot post processor docker image (#44)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:4c981a6b6f2b8914a448d7b3a01688365be03e3ed26dfee399a6aa77fb112eaa
    gcf-owl-bot[bot] authored May 16, 2021
    Configuration menu
    Copy the full SHA
    ccababd View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. chore: new owl bot post processor docker image (#47)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
    gcf-owl-bot[bot] authored May 22, 2021
    Configuration menu
    Copy the full SHA
    b2ab5c7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. chore: new owl bot post processor docker image (#48)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:0856ca711da1fd5ec9d6d7da6c50aa0bbf550fb94acb47b55159a640791987bf
    gcf-owl-bot[bot] authored May 28, 2021
    Configuration menu
    Copy the full SHA
    112abf1 View commit details
    Browse the repository at this point in the history
  2. chore: new owl bot post processor docker image (#49)

    Post-Processor: gcr.io/repo-automation-bots/owlbot-python:latest@sha256:c66ba3c8d7bc8566f47df841f98cd0097b28fff0b1864c86f5817f4c8c3e8600
    gcf-owl-bot[bot] authored May 28, 2021
    Configuration menu
    Copy the full SHA
    6dddf77 View commit details
    Browse the repository at this point in the history
Loading