Skip to content
This repository was archived by the owner on Sep 5, 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-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: googleapis/python-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 6 commits
  • 17 files changed
  • 5 contributors

Commits on Feb 19, 2020

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

Commits on Feb 21, 2020

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

Commits on Apr 28, 2020

  1. chore: update templates (via synth) (#13)

    This PR was generated using Autosynth. 🌈
    
    
    <details><summary>Log from Synthtool</summary>
    
    ```
    2020-04-21 06:23:57,047 synthtool > Executing /tmpfs/src/git/autosynth/working_repo/synth.py.
    On branch autosynth
    nothing to commit, working tree clean
    2020-04-21 06:23:57,115 synthtool > Ensuring dependencies.
    2020-04-21 06:23:57,119 synthtool > Pulling artman image.
    latest: Pulling from googleapis/artman
    Digest: sha256:b3b47805231a305d0f40c4bf069df20f6a2635574e6d4259fac651d3f9f6e098
    Status: Image is up to date for googleapis/artman:latest
    2020-04-21 06:23:58,691 synthtool > Cloning googleapis.
    2020-04-21 06:23:59,345 synthtool > Running generator for google/cloud/redis/artman_redis_v1beta1.yaml.
    2020-04-21 06:24:15,989 synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1beta1.
    2020-04-21 06:24:15,990 synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/redis/v1beta1/cloud_redis.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1beta1/google/cloud/redis_v1beta1/proto/cloud_redis.proto
    2020-04-21 06:24:15,990 synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1beta1/google/cloud/redis_v1beta1/proto.
    2020-04-21 06:24:16,006 synthtool > Running generator for google/cloud/redis/artman_redis_v1.yaml.
    2020-04-21 06:24:32,294 synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1.
    2020-04-21 06:24:32,295 synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/cloud/redis/v1/cloud_redis.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1/google/cloud/redis_v1/proto/cloud_redis.proto
    2020-04-21 06:24:32,295 synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1/google/cloud/redis_v1/proto.
    2020-04-21 06:24:32,315 synthtool > No replacements made in google/cloud/**/cloud_redis_client.py for pattern resources of the form:\n      ``, maybe replacement is no longer needed?
    2020-04-21 06:24:32,317 synthtool > No replacements made in google/cloud/**/cloud_redis_client.py for pattern 
                parent \(str\): Required. The resource name of the instance location using the form:
                    ::
    
                        `projects/{project_id}/locations/{location_id}`
                    where ``location_id`` refers to a GCP region, maybe replacement is no longer needed?
    2020-04-21 06:24:32,319 synthtool > No replacements made in google/cloud/**/cloud_redis_client.py for pattern 
                    with the following restrictions:
    
                    \* Must contain only lowercase letters, numbers, and hyphens\., maybe replacement is no longer needed?
    2020-04-21 06:24:32,321 synthtool > No replacements made in google/cloud/**/cloud_redis_client.py for pattern 
                name \(str\): Required. Redis instance resource name using the form:
                    ::
    
                        `projects/{project_id}/locations/{location_id}/instances/{instance_id}`
                    where ``location_id`` refers to a GCP region, maybe replacement is no longer needed?
    2020-04-21 06:24:32,322 synthtool > No replacements made in google/cloud/**/cloud_redis_client.py for pattern 
                    fields from ``Instance``:
    
                     \*   ``displayName``
                     \*   ``labels``
                     \*   ``memorySizeGb``
                     \*   ``redisConfig``, maybe replacement is no longer needed?
    .coveragerc
    .flake8
    .github/CONTRIBUTING.md
    .github/ISSUE_TEMPLATE/bug_report.md
    .github/ISSUE_TEMPLATE/feature_request.md
    .github/ISSUE_TEMPLATE/support_request.md
    .github/PULL_REQUEST_TEMPLATE.md
    .github/release-please.yml
    .gitignore
    .kokoro/build.sh
    .kokoro/continuous/common.cfg
    .kokoro/continuous/continuous.cfg
    .kokoro/docs/common.cfg
    .kokoro/docs/docs.cfg
    .kokoro/presubmit/common.cfg
    .kokoro/presubmit/presubmit.cfg
    .kokoro/publish-docs.sh
    .kokoro/release.sh
    .kokoro/release/common.cfg
    .kokoro/release/release.cfg
    .kokoro/trampoline.sh
    CODE_OF_CONDUCT.md
    CONTRIBUTING.rst
    LICENSE
    MANIFEST.in
    docs/_static/custom.css
    docs/_templates/layout.html
    docs/conf.py.j2
    noxfile.py.j2
    renovate.json
    setup.cfg
    Running session blacken
    Creating virtual environment (virtualenv) using python3.6 in .nox/blacken
    pip install black==19.3b0
    black docs google tests noxfile.py setup.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/__init__.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/__init__.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/__init__.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/gapic/enums.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/gapic/cloud_redis_client_config.py
    reformatted /tmpfs/src/git/autosynth/working_repo/docs/conf.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/gapic/transports/cloud_redis_grpc_transport.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/types.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/__init__.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/proto/cloud_redis_pb2_grpc.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/gapic/cloud_redis_client_config.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/gapic/enums.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/gapic/transports/cloud_redis_grpc_transport.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/gapic/cloud_redis_client.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/proto/cloud_redis_pb2_grpc.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/gapic/cloud_redis_client.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/types.py
    reformatted /tmpfs/src/git/autosynth/working_repo/noxfile.py
    reformatted /tmpfs/src/git/autosynth/working_repo/tests/unit/gapic/v1/test_cloud_redis_client_v1.py
    reformatted /tmpfs/src/git/autosynth/working_repo/tests/unit/gapic/v1beta1/test_cloud_redis_client_v1beta1.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1/proto/cloud_redis_pb2.py
    reformatted /tmpfs/src/git/autosynth/working_repo/google/cloud/redis_v1beta1/proto/cloud_redis_pb2.py
    All done! ✨ 🍰 ✨
    23 files reformatted, 7 files left unchanged.
    Session blacken was successful.
    2020-04-21 06:24:38,051 synthtool > Wrote metadata to synth.metadata.
    
    ```
    </details>
    yoshi-automation authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    3279144 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b08ac View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. feat: set release_status to production/stable (#11)

    Release-As: 1.0.0
    
    Co-authored-by: Dan O'Meara <[email protected]>
    busunkim96 and danoscarmike authored May 12, 2020
    Configuration menu
    Copy the full SHA
    effc368 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

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