fix(resolver): delegate hook source providers - #1326
Conversation
Route hook-backed source resolver profiles through `get_resolver_provider`, forwarding resolver context and server URL while preserving legacy hook signatures. Validate returned providers and cover cooldown and error behavior. Refs: python-wheel-build#1324 Co-Authored-By: Codex <noreply@openai.com> Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
16fcfe4
into
python-wheel-build:new-resolver-config
|
Tick the box to add this pull request to the merge queue (same as
|
Route hook-backed source resolver profiles through
get_resolver_provider, forwarding resolver context and server URL while preserving legacy hook signatures. Validate returned providers and cover cooldown and error behavior.Refs: #1324
Pull Request Description
What
Why