compassmock/drizzle/meta/_journal.json
Nicholai 40fdf48cbf
feat: add conversations, desktop (Tauri), and offline sync (#81)
* feat: add conversations, desktop (Tauri), and offline sync

Major new features:
- conversations module: Slack-like channels, threads, reactions, pins
- Tauri desktop app with local SQLite for offline-first operation
- Hybrid logical clock sync engine with conflict resolution
- DB provider abstraction (D1/Tauri/memory) with React context

Conversations:
- Text/voice/announcement channels with categories
- Message threads, reactions, attachments, pinning
- Real-time presence and typing indicators
- Full-text search across messages

Desktop (Tauri):
- Local SQLite database with sync to cloud D1
- Offline mutation queue with automatic replay
- Window management and keyboard shortcuts
- Desktop shell with offline banner

Sync infrastructure:
- Vector clock implementation for causality tracking
- Last-write-wins with semantic conflict resolution
- Delta sync via checkpoints for bandwidth efficiency
- Comprehensive test coverage

Also adds e2e test setup with Playwright and CI workflows
for desktop releases.

* fix(tests): sync engine test schema and checkpoint logic

- Add missing process_after column and sync_tombstone table to test schemas
- Fix checkpoint update to save cursor even when records array is empty
- Revert claude-code-review.yml workflow changes to match main

---------

Co-authored-by: Nicholai <nicholaivogelfilms@gmail.com>
2026-02-14 19:32:14 -07:00

181 lines
3.6 KiB
JSON
Executable File

{
"version": "7",
"dialect": "sqlite",
"entries": [
{
"idx": 0,
"version": "6",
"when": 1769219785552,
"tag": "0000_nice_sabra",
"breakpoints": true
},
{
"idx": 1,
"version": "6",
"when": 1769222679525,
"tag": "0001_gorgeous_sebastian_shaw",
"breakpoints": true
},
{
"idx": 2,
"version": "6",
"when": 1769231679439,
"tag": "0002_tricky_harpoon",
"breakpoints": true
},
{
"idx": 3,
"version": "6",
"when": 1769286212480,
"tag": "0003_burly_kabuki",
"breakpoints": true
},
{
"idx": 4,
"version": "6",
"when": 1769287376759,
"tag": "0004_quick_firebrand",
"breakpoints": true
},
{
"idx": 5,
"version": "6",
"when": 1770235828892,
"tag": "0005_concerned_midnight",
"breakpoints": true
},
{
"idx": 6,
"version": "6",
"when": 1770235964505,
"tag": "0006_brainy_vulcan",
"breakpoints": true
},
{
"idx": 7,
"version": "6",
"when": 1770321600000,
"tag": "0007_add_customer_fields",
"breakpoints": true
},
{
"idx": 8,
"version": "6",
"when": 1770320934942,
"tag": "0008_superb_lifeguard",
"breakpoints": true
},
{
"idx": 9,
"version": "6",
"when": 1770343768032,
"tag": "0009_curious_matthew_murdock",
"breakpoints": true
},
{
"idx": 10,
"version": "6",
"when": 1770345545163,
"tag": "0010_busy_shockwave",
"breakpoints": true
},
{
"idx": 11,
"version": "6",
"when": 1770353981978,
"tag": "0011_damp_shiver_man",
"breakpoints": true
},
{
"idx": 12,
"version": "6",
"when": 1770389906158,
"tag": "0012_chilly_lake",
"breakpoints": true
},
{
"idx": 13,
"version": "6",
"when": 1770427704637,
"tag": "0013_curved_ricochet",
"breakpoints": true
},
{
"idx": 14,
"version": "6",
"when": 1770431392946,
"tag": "0014_new_giant_girl",
"breakpoints": true
},
{
"idx": 15,
"version": "6",
"when": 1770439304946,
"tag": "0015_busy_photon",
"breakpoints": true
},
{
"idx": 16,
"version": "6",
"when": 1770436668271,
"tag": "0016_noisy_gorilla_man",
"breakpoints": true
},
{
"idx": 17,
"version": "6",
"when": 1770442889458,
"tag": "0017_outstanding_colonel_america",
"breakpoints": true
},
{
"idx": 18,
"version": "6",
"when": 1770471997491,
"tag": "0018_left_veda",
"breakpoints": true
},
{
"idx": 19,
"version": "6",
"when": 1770522037142,
"tag": "0019_parched_thunderbird",
"breakpoints": true
},
{
"idx": 20,
"version": "6",
"when": 1770751435638,
"tag": "0020_military_sebastian_shaw",
"breakpoints": true
},
{
"idx": 21,
"version": "6",
"when": 1770936294175,
"tag": "0021_early_cerise",
"breakpoints": true
},
{
"idx": 22,
"version": "6",
"when": 1770936295000,
"tag": "0022_add_conversations_indexes",
"breakpoints": true
},
{
"idx": 23,
"version": "6",
"when": 1771105697034,
"tag": "0023_known_moon_knight",
"breakpoints": true
},
{
"idx": 24,
"version": "6",
"when": 1771105729640,
"tag": "0024_thankful_slayback",
"breakpoints": true
}
]
}