-
Notifications
You must be signed in to change notification settings - Fork 0
Fix GN-453 stale sync overwrites #193
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
- add CRDT sync domain types with invariants: non-empty note/user ids, base64 update/snapshot, non-negative update ids - adapt handlers/adapters to construct at edges - remove interior defensive checks (validated once at boundary) - wrap errors with operation+subject+stable code (e.g., notes.apply_crdt_updates.missing_database) - CI: go vet/staticcheck/ineffassign/tsc --noEmit passing
…crdt-sync-implementation Implement GN-455 CRDT sync (no LWW fallback)
…crdt-ot-evaluation Document GN-454 CRDT/OT sync evaluation
|
@codex review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 103b57ce00
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
- add snapshot rebuilds for queued operations after remote updates/snapshots - adapt sync manager to pull snapshots from the CRDT engine - remove interior defensive checks (validated once at boundary): n/a - wrap errors with operation+subject+stable code (e.g., user.create.invalid_email): n/a - CI: make test/lint/ci; go vet/staticcheck/ineffassign; tsc --noEmit passing
…refresh-crdt-queue-snapshots Fix GN-456 queued CRDT snapshot refresh
…crdt-sync-implementation Maintenance/gn 455 crdt sync implementation
No description provided.