Page MenuHomePhorge

Import all current stored events into database
ClosedPublic

Authored by tusooa on Jan 19 2026, 2:13 PM.
Tags
None
Referenced Files
F49694069: D268.1774062512.diff
Thu, Mar 19, 8:08 PM
F49693100: D268.1774062300.diff
Thu, Mar 19, 8:05 PM
F49537250: D268.1774031072.diff
Thu, Mar 19, 11:24 AM
F49536433: D268.1774030915.diff
Thu, Mar 19, 11:21 AM
F49499449: D268.1774023536.diff
Thu, Mar 19, 9:18 AM
F49482163: D268.1774020109.diff
Thu, Mar 19, 8:21 AM
F49465937: D268.1774016955.diff
Thu, Mar 19, 7:29 AM
F49443546: D268.1774012471.diff
Thu, Mar 19, 6:14 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/import-events
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 534
Build 1050: Invoke BuildbotBuildbot build #1095
Build 1049: 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