forked from Interguess/java-genai
-
Notifications
You must be signed in to change notification settings - Fork 0
fix(proxy): apply proxy in mergeHttpOptions to ensure functionality #1
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
Merged
Conversation
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
This commit updates the GitHub Actions workflow to automatically manage and close stale issues that are awaiting a user response. The workflow now performs the following actions: - Marks issues with the "status:awaiting user response" label as stale after 7 days of inactivity. - Posts a comment notifying that the issue will be closed if no further activity occurs. - Closes the issue if there is no activity for an additional 2 days. PiperOrigin-RevId: 788946450
PiperOrigin-RevId: 789060195
PiperOrigin-RevId: 789388237
…y default PiperOrigin-RevId: 789392436
PiperOrigin-RevId: 789477988
PiperOrigin-RevId: 789490902
remove thinking tests in v1alpha, thinking is GA now PiperOrigin-RevId: 789512508
PiperOrigin-RevId: 789807106
PiperOrigin-RevId: 789841733
PiperOrigin-RevId: 789937547
PiperOrigin-RevId: 791793857
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
PiperOrigin-RevId: 792198742
PiperOrigin-RevId: 792217789
PiperOrigin-RevId: 792274865
PiperOrigin-RevId: 792309574
PiperOrigin-RevId: 792320851
PiperOrigin-RevId: 792333167
PiperOrigin-RevId: 792733691
PiperOrigin-RevId: 793791187
PiperOrigin-RevId: 793891314
PiperOrigin-RevId: 794632856
PiperOrigin-RevId: 794663752
…values to avoid unnecessary and unused code in converter and type generation. PiperOrigin-RevId: 794733777
…sed code and align with other languages' SDK build logic of clearing all types on SDK generation. PiperOrigin-RevId: 794735345
* chore(main): release 1.12.0 * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Mark Daoust <markdaoust@google.com>
…nversion PiperOrigin-RevId: 822341715
PiperOrigin-RevId: 822343883
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
PiperOrigin-RevId: 822351147
-- 219d8e8 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>: chore(main): release 1.24.0 (#624) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> -- 0d4e339 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>: chore(main): release 1.25.0-SNAPSHOT COPYBARA_INTEGRATE_REVIEW=#626 from googleapis:release-please--branches--main 0d4e339 PiperOrigin-RevId: 822353314
…into Tunings.tune() PiperOrigin-RevId: 822609104
…Gemini or Vertex API PiperOrigin-RevId: 822742345
…texai backend PiperOrigin-RevId: 823560107
PiperOrigin-RevId: 823600515
… or Vertex API PiperOrigin-RevId: 823652339
PiperOrigin-RevId: 823684873
PiperOrigin-RevId: 824616761
PiperOrigin-RevId: 824642950
PiperOrigin-RevId: 824646151
PiperOrigin-RevId: 824660249
PiperOrigin-RevId: 824689941
PiperOrigin-RevId: 824789182
PiperOrigin-RevId: 825129889
PiperOrigin-RevId: 825183839
…e all Operation types. PiperOrigin-RevId: 825254244
PiperOrigin-RevId: 825354512
PiperOrigin-RevId: 825682657
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
-- 4552440 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>: chore(main): release 1.25.0 (#627) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> -- 6df1002 by release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>: chore(main): release 1.26.0-SNAPSHOT COPYBARA_INTEGRATE_REVIEW=#645 from googleapis:release-please--branches--main 6df1002 PiperOrigin-RevId: 825781324
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.
The pull request #1 has too many files changed.
The GitHub API will only let us fetch up to 300 changed files, and this pull request has 490.
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.
must set proxy at mergeHttpOptions() , otherwise the proxy not working
fix(proxy) base on googleapis#455 googleapis#455