Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #112 +/- ##
============================================
- Coverage 44.84% 33.12% -11.72%
============================================
Files 193 193
Lines 3416 3441 +25
Branches 557 557
============================================
- Hits 1532 1140 -392
- Misses 1673 2082 +409
- Partials 211 219 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Bundle ReportChanges will increase total bundle size by 2.15kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: shades-showcase-app-esmAssets Changed:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
♻️ Summary
Migrate the entire service layer from direct
StoreManager/PhysicalStoreaccess toDataSet/getDataSetForfrom@furystack/repository. Background services and event handlers now useuseSystemIdentityContextto create named system-level identity contexts for authorization-aware data operations. Adds@furystack/entity-syncpackages for entity synchronization support.📦 Changes
getStoreManager(injector).getStoreFor()andStoreManagerinjection withgetDataSetFor(injector, Model, 'key')across all service modulesuseSystemIdentityContextwith named identities (ollama-service,chat-events,movie-maintainer, etc.) for elevated background operationssequelize?.sync()fromservice.tstosetup-identity-store.ts@furystack/entity-sync,@furystack/entity-sync-client, and@furystack/entity-sync-servicedependencies