Page MenuHomePhorge

Import all current stored events into database
ClosedPublic

Authored by tusooa on Jan 19 2026, 2:13 PM.
Tags
None
Referenced Files
F83748910: D268.1779994928.diff
Wed, May 27, 12:02 PM
F83731924: D268.1779966129.diff
Wed, May 27, 4:02 AM
F83725733: D268.1779955101.diff
Wed, May 27, 12:58 AM
F83725728: D268.1779955096.diff
Wed, May 27, 12:58 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 524
Build 1030: Invoke BuildbotBuildbot build #1002
Build 1029: 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