Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: migrate redis synth.py to bazel (#90)
Browse files Browse the repository at this point in the history
The changes in grpc stubs are caused by the gRPC upgrade from 1.10 (more than a year old) to 1.27 (same version which is used as runtime dependency)

Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
vam-google and chingor13 committed Mar 26, 2020
1 parent 17740a7 commit 427863d
Show file tree
Hide file tree
Showing 5 changed files with 288 additions and 443 deletions.
10 changes: 10 additions & 0 deletions grpc-google-cloud-redis-v1/clirr-ignored-differences.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<!-- TODO: remove after 1.0.1 released -->
<differenceType>6001</differenceType>
<className>com/google/cloud/redis/v1/*Grpc</className>
<field>METHOD_*</field>
</difference>
</differences>

0 comments on commit 427863d

Please sign in to comment.