-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Fix conf.has_option not respects default provider metadata #64209
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
jason810496
merged 20 commits into
apache:main
from
jason810496:task-sdk/fix-regression-for-make-conf-respect-provider-metadata
Mar 30, 2026
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
ea9de8e
Fix provider config loading and fallback logic
jason810496 de1c50f
Cleanup load_providers_configuration and respect with new provider co…
jason810496 d241c60
Fix configuration_description cached_property error to restore .write
jason810496 122094e
Try fix unit tests error
jason810496 9378145
Fix provider config merging and section separation
jason810496 b3da7a7
Fix check-default-configuration check and harden the error case
jason810496 02638cd
Use conf.invalidate_cache() instead of __dict__.pop
jason810496 a27f774
Harden the provider conf tests
jason810496 837898c
Address Copilot's review comments
jason810496 ad48259
Use invalidate_cache instead of __dict__.pop
jason810496 f4b7d24
Restore __dict__.pop back instead of invalidate_cache
jason810496 d3f9665
Fix lookup_sequence not respect _use_providers_configuration
jason810496 ca7a258
Address Wei's review comment for run_check_default_configuration
jason810496 82a72f8
Add dedicated _invalidate_provider_flag_caches method
jason810496 d07a2d9
Create fresh conf instance for tests case that might mutate its internal
jason810496 8ac5e82
Deprecate load_providers_configuration,
jason810496 8d15993
Address Amogh's comment: Deprecate already_initialized_provider_confi…
jason810496 138766b
Address Amogh's comment: Use VALUE_NOT_FOUND_SENTINEL for provider cf…
jason810496 7d4a5e1
Address Amogh's comment: Fix typo in _use_providers_configuration com…
jason810496 dcf98c9
Merge branch 'main' into task-sdk/fix-regression-for-make-conf-respec…
vatsrahul1001 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
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.
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.