This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
feat: removing migrated grpc- and proto- modules from repository #592
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
f8e1808
chore: removed migrated grpc- and proto- modules
suztomo 5abdfd7
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] c1d7452
fixing versions
suztomo fc9aa39
removed unnecessary entries
suztomo 49111a8
removed migrated modules from pom.xml
suztomo 9a53e48
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 6799d5c
distribution_name
suztomo c87bc04
removed unnecessary module
suztomo 74e7772
removed unnecessary modules
suztomo 7d42924
excluded dependencies
suztomo 5541d14
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] 167cc89
removing unnecessary dependencyManagement entries
suztomo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt | |
# compile all packages | ||
mvn clean install -B -q -DskipTests=true | ||
|
||
export NAME=proto-google-iam-v1 | ||
export NAME=google-iam-policy | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OwlBot PostProcessor made this change, based on the repo-metadata.json change. |
||
export VERSION=$(grep ${NAME}: versions.txt | cut -d: -f3) | ||
|
||
# cloud RAD generation | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"repo": "googleapis/java-iam", | ||
"repo_short": "java-iam", | ||
"library_type": "OTHER", | ||
"distribution_name": "com.google.api.grpc:proto-google-iam-v1", | ||
"distribution_name": "com.google.cloud:google-iam-policy", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Memo: OwlBot Postprocessor modifies versions.txt and other files based on repo-metadata.json. |
||
"excluded_poms": "proto-google-iam-v1-bom,google-iam-policy,proto-google-iam-v1", | ||
"excluded_dependencies": "grpc-google-iam-v1" | ||
"excluded_dependencies": "google-iam-policy" | ||
} |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OwlBot PostProcessor made this change, based on the repo-metadata.json change.