-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: adapt to new library_list.txt #1424
Merged
Merged
Conversation
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
* passes googleapis commitish to `generate-one.sh` * has optional function for local development
zhumin8
reviewed
Jan 4, 2023
zhumin8
approved these changes
Jan 5, 2023
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.
LGTM
Kudos, SonarCloud Quality Gate passed! |
diegomarquezp
added a commit
that referenced
this pull request
Jan 7, 2023
The source of changes was moved to #1422 for which several PRs were made and are now either closed or merged (#1430, #1428, #1427, #1426, #1425 , #1424). #1423 has not been merged as gapic-generator-java/1212 will invalidate this fix The found (and fixed) errors were: * the call to `xmllint` did not handle an empty `<modules>` list, causing the module addition function to fail in `generate-one` * missing `OPTARG` key `-x`, for commitish in `generate-one`
diegomarquezp
added a commit
that referenced
this pull request
Jan 7, 2023
Initially brought by #1424, intended to handle a dev-env worflow that was later deleted (do `mvn install` in root). This is now unnecessary.
diegomarquezp
added a commit
that referenced
this pull request
Jan 13, 2023
* fix: after merging breakdown of #1407 The source of changes was moved to #1422 for which several PRs were made and are now either closed or merged (#1430, #1428, #1427, #1426, #1425 , #1424). #1423 has not been merged as gapic-generator-java/1212 will invalidate this fix The found (and fixed) errors were: * the call to `xmllint` did not handle an empty `<modules>` list, causing the module addition function to fail in `generate-one` * missing `OPTARG` key `-x`, for commitish in `generate-one` * chore: undo unnecessary whitespace removal * fix: add module to pom - remove comment in pom and redundant folder spec
diegomarquezp
added a commit
that referenced
this pull request
Jan 20, 2023
* feat: adapt to new library_list.txt * passes googleapis commitish to `generate-one.sh` * has optional function for local development * chore: optional arg to do maven install in root folder * chore: remove unnecessary dev env code
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.
generate-one.sh
BEGIN_COMMIT_OVERRIDE
chore(codegen): adapt to new library_list.txt
END_COMMIT_OVERRIDE