feat(integrations): add lfx connection resolution contract - #14919
feat(integrations): add lfx connection resolution contract#14919erichare wants to merge 2 commits into
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Team 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 |
✅ Test Coverage AdvisorNo source changes detected without accompanying tests. Thanks for keeping coverage up! 🎉
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## feat/int-1-discovery-gate #14919 +/- ##
=============================================================
+ Coverage 66.45% 66.53% +0.07%
=============================================================
Files 2499 2515 +16
Lines 259913 262282 +2369
Branches 36772 36857 +85
=============================================================
+ Hits 172736 174497 +1761
- Misses 85009 85575 +566
- Partials 2168 2210 +42
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Summary
ConnectionRefInput, resolver protocol, and lazy credential leaselfxexecutionThis PR is stacked on #14906 (INT-1) and targets
release-1.13.0transitively. It should be retargeted torelease-1.13.0after #14906 merges.Verification
uv run ruff check .uv run pytest tests/unit/integrations tests/unit/services/connection tests/unit/extension/test_manifest.py tests/unit/extension/test_schema.py tests/unit/services/test_service_manager.py tests/unit/inputs/test_inputs_schema.py tests/unit/custom/custom_component/test_component.py -q(220 passed, 1 xfailed)uv run --package lfx python scripts/migrate/check_bundle_api_changelog.py --base origin/feat/int-1-discovery-gate