This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Commit 2947244
authored
feat: enable REDIS_5_0 as and option for redis_version, add --stream-node-max-entries, --stream-node-max-bytes (#98)
* redis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
googleapis/googleapis@685f164
commit 685f16483cc4d87c35051f21f8f13ef4fdc919b4
Author: Google APIs <noreply@google.com>
Date: Wed Mar 25 13:30:47 2020 -0700
redis: v1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
PiperOrigin-RevId: 302957729
* redis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
googleapis/googleapis@32dc6e8
commit 32dc6e832039b61ac3fb82c72eb0a27570aebcd6
Author: Google APIs <noreply@google.com>
Date: Wed Mar 25 13:32:11 2020 -0700
redis: v1beta1 enables REDIS_5_0 as an option for redis_version field and adds two new redis configs --stream-node-max-entries --stream-node-max-bytes
PiperOrigin-RevId: 302958009
* fix(java): run mvn install with retry (#453)
googleapis/synthtool@a0d3133
commit a0d3133a5d45544a66345059eebf76933265c099
Author: Jeff Ching <chingor@google.com>
Date: Tue Mar 24 15:34:29 2020 -0700
fix(java): run mvn install with retry (#453)
* fix(java): run mvn install with retry
* fix invocation of command
* chore(java_templates): mark version bumps of current library as a chore (#452)
googleapis/synthtool@ee4330a
commit ee4330a0e5f4b93978e8683fbda8e6d4148326b7
Author: Jeff Ching <chingor@google.com>
Date: Tue Mar 24 16:20:05 2020 -0700
chore(java_templates): mark version bumps of current library as a chore (#452)
With the samples/install-without-bom/pom.xml referencing the latest released library, we want to mark updates of this version as a chore for renovate bot.
* chore(java): treat samples shared configuration dependency update as chore (#457)
googleapis/synthtool@e36822b
commit e36822bfa0acb355502dab391b8ef9c4f30208d8
Author: Jeff Ching <chingor@google.com>
Date: Wed Mar 25 09:18:16 2020 -0700
chore(java): treat samples shared configuration dependency update as chore (#457)1 parent 427863d commit 2947244
File tree
12 files changed
+376
-150
lines changed- .kokoro
- proto-google-cloud-redis-v1beta1/src/main
- java/com/google/cloud/redis/v1beta1
- proto/google/cloud/redis/v1beta1
- proto-google-cloud-redis-v1/src/main
- java/com/google/cloud/redis/v1
- proto/google/cloud/redis/v1
12 files changed
+376
-150
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
24 | 30 | | |
25 | 31 | | |
26 | 32 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
32 | 40 | | |
33 | 41 | | |
34 | 42 | | |
| |||
0 commit comments