Skip to content
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-runtimeconfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.32.1
Choose a base ref
...
head repository: googleapis/python-runtimeconfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.32.2
Choose a head ref
  • 17 commits
  • 38 files changed
  • 9 contributors

Commits on Dec 22, 2020

  1. chore(deps): update precommit hook pre-commit/pre-commit-hooks to v3.…

    …4.0 (#29)
    
    Co-authored-by: Tres Seaver <[email protected]>
    
    Source-Author: WhiteSource Renovate <[email protected]>
    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 22, 2020
    Configuration menu
    Copy the full SHA
    f3194c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

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

Commits on Jan 29, 2021

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

Commits on Feb 8, 2021

  1. chore: update templates (#31)

    This PR was generated using Autosynth. 🌈
    
    Synth log will be available here:
    https://source.cloud.google.com/results/invocations/008ce5bf-87d6-4df6-a516-9e6d6ecebea4/targets
    
    - [ ] To automatically regenerate this PR, check this box.
    
    Source-Link: googleapis/synthtool@41a4e56
    Source-Link: googleapis/synthtool@f15b57c
    yoshi-automation authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ca12fd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

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

Commits on Apr 2, 2021

  1. fix: require google-cloud-core >= 1.3.0 (#38)

    * changes without context
    
            autosynth cannot find the source of changes triggered by earlier changes in this
            repository, or by version upgrades to tools such as linters.
    
    * chore: update templates
    
    * fix: require google-cloud-core>=1.3.0
    
    Co-authored-by: Bu Sun Kim <[email protected]>
    Co-authored-by: Bu Sun Kim <[email protected]>
    3 people authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    5f6279d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    f317a91 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 (#47)

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

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

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

Commits on Apr 27, 2021

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

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

Commits on May 12, 2021

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

    chore: add SECURITY.md
    google-cloud-policy-bot[bot] authored May 12, 2021
    Configuration menu
    Copy the full SHA
    76e1ba5 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 (#55)

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

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    a3623b1 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 (#56)

    gcr.io/repo-automation-bots/owlbot-python:latest@sha256:3c3a445b3ddc99ccd5d31edc4b4519729635d20693900db32c4f587ed51f7479
    gcf-owl-bot[bot] authored May 22, 2021
    Configuration menu
    Copy the full SHA
    a562995 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 (#57)

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