feat: sync hardening — auto-resume, history logging, bandwidth metrics#126
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Track bytes sent and received across all HTTP requests for sync history reporting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instrument syncNow() to create a sync_history entry for each cycle, tracking notes/notebooks/tags pulled and pushed, conflicts, bandwidth, and final status (success/partial/error). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE 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 |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ning # Conflicts: # apps/desktop/src/renderer/App.tsx # apps/desktop/src/renderer/pages/settings/sections/Section.module.css
Summary
sync_historySQLite table records every sync cycle: items pulled/pushed, conflicts, bytes sent/received, statusChanges
storage-sqlite/migrations/017_sync_history.tssync_historytableSQLiteNoteRepository.tsapiClient.tssyncService.tssyncNow()cyclemain/index.ts+preload/index.tssync:historyhandler + bridgesyncStore.tsinitNetworkListeners()for auto-resumeAccountSection.tsx+ CSSTest plan
🤖 Generated with Claude Code