feat: Add staticChangeCount and VM service extension to DeveloperTools#341
feat: Add staticChangeCount and VM service extension to DeveloperTools#341nielsenko wants to merge 2 commits intoserverpod:mainfrom
Conversation
- Add staticChangeCount getter incremented via ext.relic.notifyStaticChange - Register VM service extension when dev mode is active - Add injectAt to base Router for sub-router injection
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #341 +/- ##
==========================================
- Coverage 91.28% 91.20% -0.08%
==========================================
Files 97 97
Lines 3832 3844 +12
Branches 1953 1960 +7
==========================================
+ Hits 3498 3506 +8
- Misses 334 338 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Again tests that depends on |
Description
Add
staticChangeCountgetter andext.relic.notifyStaticChangeVM service extension toDeveloperTools. External tools (e.g. theserverpod start --watchcomand) can call the extension to notify the app of static file changes.Related Issues
Pre-Launch Checklist
///), ensuring consistency with existing project documentation.Breaking Changes
Additional Notes
None.