- Notifications
You must be signed in to change notification settings - Fork 259
feat: Introduce Environment Variable for Quota Project Id #1082
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
Merged
Changes from all commits
Commits
Show all changes
23 commits Select commit Hold shift + click to select a range
4f8420d feat: Introduce Environment Variable for Quota Project Id
sai-sunder-s fdc8386 add back constructr
sai-sunder-s ba68a82 move env logic to GoogleCredentials
sai-sunder-s b20a29e static to non-static
sai-sunder-s 6c7d3e0 EnvironmentProvider in builder
sai-sunder-s 2cb25fc move env logic back to adc
sai-sunder-s fa2f71a null check
sai-sunder-s 649bd63 add functional test
sai-sunder-s 17bbed5 Adding env var to cfg
sai-sunder-s 7910dba Adding env var to cfg
sai-sunder-s a7927c1 clean up cfgs
sai-sunder-s d6e72a4 clirr exemption and builder constructor
sai-sunder-s 50e2ece lint
sai-sunder-s adb7141 update classname
sai-sunder-s be92360 clean up
sai-sunder-s 35db182 formatting
sai-sunder-s 0721dd9 updating tests
sai-sunder-s 7d0bd87 fix fn test
sai-sunder-s 168c37b copyright 2022
sai-sunder-s 60ab3a1 add back a FT
sai-sunder-s 1f7b6c4 allow null quota project
sai-sunder-s 83f55c4 update javadoc
sai-sunder-s 644d9ce nits
sai-sunder-s 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 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 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 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
| <differences> | ||
| <difference> | ||
| <differenceType>6001</differenceType> | ||
| <className>com/google/auth/oauth2/ExternalAccountCredentials$Builder</className> | ||
| <field>quotaProjectId</field> | ||
| </difference> | ||
| </differences> | ||
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 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 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 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
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.
Uh oh!
There was an error while loading. Please reload this page.