Fixed ordering of adapter resolution#29494
Conversation
no ref - ensure adapters installed in content/adapters are loaded last, so they don't accidentally shadow any internal or platform-installed adapters
42ffc52 to
697e0e0
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe adapter manager now orders adapter lookup paths with internal adapters first, optional installed adapters second, and content adapters last. This changes adapter resolution precedence without altering exported or public entities. Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run ghost:test:ci:integration |
✅ Succeeded | 3m 2s | View ↗ |
nx run ghost:test:integration |
✅ Succeeded | 3m 11s | View ↗ |
nx run ghost:test:e2e |
✅ Succeeded | 2m 40s | View ↗ |
💡 Verify your cache is correct by running tasks in a sandbox. Read docs ↗
☁️ Nx Cloud last updated this comment at 2026-07-21 16:29:03 UTC
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29494 +/- ##
==========================================
- Coverage 74.60% 74.56% -0.04%
==========================================
Files 1604 1604
Lines 140899 140903 +4
Branches 17212 17200 -12
==========================================
- Hits 105111 105059 -52
- Misses 34729 34811 +82
+ Partials 1059 1033 -26
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|

no ref