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-managed-identities
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: googleapis/python-managed-identities
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 15 commits
  • 49 files changed
  • 8 contributors

Commits on Mar 30, 2021

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

Commits on Apr 1, 2021

  1. test: use constraints files to check lower bounds (#5)

    * [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.
    
    * build: use gcp-sphinx-docfx-yaml
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    3 people authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    9182028 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

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

Commits on Apr 7, 2021

  1. chore: Add license headers for python config files (#9)

    Source-Author: Anthonios Partheniou <[email protected]>
    Source-Date: Tue Apr 6 11:32:03 2021 -0400
    Source-Repo: googleapis/synthtool
    Source-Sha: 5b5bf6d519b2d658d9f2e483d9f6f3d0ba8ee6bc
    Source-Link: googleapis/synthtool@5b5bf6d
    yoshi-automation authored Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4d7b2cc View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

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

Commits on Apr 16, 2021

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

    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:44.579Z.
    gcf-owl-bot[bot] authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    2533e0c View commit details
    Browse the repository at this point in the history
  2. build: update .OwlBot.lock with new version of post-processor (#16)

    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:49:05.779Z.
    gcf-owl-bot[bot] authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    1966da3 View commit details
    Browse the repository at this point in the history
  3. chore: prevent normalization of semver versioning (#12)

    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
    44d0ad1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. chore(revert): revert preventing normalization (#17)

    reverts previous commit for preventing normalization of versioning
    dandhlee authored Apr 27, 2021
    Configuration menu
    Copy the full SHA
    d78a657 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

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

    chore: add SECURITY.md
    google-cloud-policy-bot[bot] authored May 12, 2021
    Configuration menu
    Copy the full SHA
    9430e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1789ac 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 (#28)

    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
    cf6f145 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

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

    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
    e618271 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 (#31)

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