-
Notifications
You must be signed in to change notification settings - Fork 169
Implement v2 cache API and enhance state management #3683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…lify change processing
…and implementation
…ss implementation and tests
- too complicated - too slow - leads to bugs
…Lix SDK - Added a new file `merge-version.ts` to manage the merging of versions within the Lix SDK. - Implemented the `mergeVersion` function to handle the merging logic, including: - Transaction management for database operations. - Selection of version diffs between source and target versions. - Handling of created, updated, and deleted changes. - Creation of change sets and commits for both target and global versions. - Caching updates for state management after merging.
|
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many --target=test --parallel |
❌ Failed | 9m 13s | View ↗ |
nx run-many --target=lint --parallel |
✅ Succeeded | 48s | View ↗ |
☁️ Nx Cloud last updated this comment at 2025-08-24 20:41:30 UTC
Implements a caching vtable. Closes opral/lix-sdk#363
Groundwork for more performance improvements controllable by the vtable