Commit graph

4 commits

Author SHA1 Message Date
Till Faelligen 9b06041052
Remove BaseDendrite from relay API 2023-03-21 08:53:30 +01:00
Till Faelligen d4db4ed40d
Add ProcessContext to ConnectionManager to cleanly shut down database
connections
2023-03-20 18:14:49 +01:00
Till Faelligen fffd2d9228
Test updates, I guess 2023-03-20 15:48:56 +01:00
Till 5579121c6f
Preparations for removing BaseDendrite (#3016)
Preparations to actually remove/replace `BaseDendrite`.
Quite a few changes:
- SyncAPI accepts an `fulltext.Indexer` interface (fulltext is removed
from `BaseDendrite`)
- Caches are removed from `BaseDendrite`
- Introduces a `Router` struct (likely to change)
  - also fixes #2903
- Introduces a `sqlutil.ConnectionManager`, which should remove
`base.DatabaseConnection` later on
- probably more
2023-03-17 11:09:45 +00:00