{{ message }}
chore: Display Java Diff between Monorepo and Split Repos#8448
Closed
lqiu96 wants to merge 1 commit into
Closed
Conversation
5ccc886 to
6cab1ef
Compare
3399111 to
16e7474
Compare
16e7474 to
2347aca
Compare
suztomo
reviewed
Sep 26, 2022
Comment on lines
+28
to
+27
| return COMPUTE_PREFIX + "-" + placeholder + "-" + UUID.randomUUID().toString().substring(0, 8); | ||
| return "gapic-" + placeholder + UUID.randomUUID().toString().substring(0, 8); |
suztomo
reviewed
Sep 26, 2022
| import com.google.container.v1.ListOperationsResponse; | ||
| import com.google.container.v1.NodePool; | ||
| import com.google.container.v1.Operation; | ||
| import com.google.container.v1.Operation.Status; |
f43fa85 to
14cbe56
Compare
14cbe56 to
1cc38bc
Compare
Member
|
You want to have the pull request on the diff script and Java code diff separated. |
82d9684 to
67717ec
Compare
67717ec to
fe79169
Compare
fe79169 to
2ca0a81
Compare
Member
Author
RESOLVED: Data-Catalog Diff
RESOLVED: Dataproc Diff
Web Security Scanner DiffShould be resolved in: #8471 Java Vision DiffShould be resolved in: #8472 Java-BigQuery-Data-ExhangeThis is an odd difference... Monorepo PR:
Split Repo PR
Diff in files:
|
d6f82d2 to
6468782
Compare
This was referenced Sep 27, 2022
22ced07 to
ad8245f
Compare
a308312 to
342ffc0
Compare
Member
|
The inifinite diff probably is caused by the recent protobuf changes applied to split repos. |
224ba2f to
391b6f7
Compare
b38284d to
2cea3b1
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

WIP