Improve bit Boilerplate Brouter integration (#12704)#12705
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
💤 Files with no reviewable changes (4)
WalkthroughThe change updates boilerplate tenant resolution and pooled database wiring, adds conditional route-data initialization, adjusts template build settings, changes Windows deployment substitutions, and makes database test failures fail CI jobs directly. ChangesTenant runtime and database wiring
Template client integration
CI/CD workflow updates
Estimated code review effort: 3 (Moderate) | ~25 minutes Sequence Diagram(s)sequenceDiagram
participant Request as HttpContext
participant Provider as TenantProvider
participant Context as AppDbContext
Request->>Provider: claims and host information
Provider->>Provider: resolve tenant or throw without HttpContext
Context->>Provider: lazily read CurrentTenantId
Provider-->>Context: resolved tenant id
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
closes #12704
Summary by CodeRabbit
Bug Fixes
Documentation
Chores