Page MenuHomePhorge

Import all current stored events into database
ClosedPublic

Authored by tusooa on Jan 19 2026, 2:13 PM.
Tags
None
Referenced Files
F47522838: D268.1773586528.diff
Sat, Mar 14, 7:55 AM
F47486984: D268.1773576306.diff
Sat, Mar 14, 5:05 AM
F47473537: D268.1773572421.diff
Sat, Mar 14, 4:00 AM
F47458144: D268.1773567946.diff
Sat, Mar 14, 2:45 AM
F47452985: D268.1773566647.diff
Sat, Mar 14, 2:24 AM
Subscribers
None

Details

Summary

This is the part 1 of the event store implementation in kazv. It imports existing events into a sqlite database.

Type: add

CCBUG: https://iron.lily-is.land/T165

Test Plan

Verify unit tests pass.

Load a session and verify you can see a database/db.sqlite3 file created. Also verify you can open it using sqlite3 binary.

Diff Detail

Repository
rK kazv
Branch
tusooa/stacked
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 525
Build 1032: Invoke BuildbotBuildbot build #1007
Build 1031: arc lint + arc unit

Event Timeline

Add is_in_timeline column

This revision is now accepted and ready to land.Jan 24 2026, 7:15 PM

Add origin server ts and index on it