Commit graph

4 commits

Author SHA1 Message Date
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
Till 4594233f89
Merge keyserver & userapi (#2972)
As discussed yesterday, a first draft of merging the keyserver and the
userapi.
2023-02-20 14:58:03 +01:00
Renamed from keyserver/internal/internal_test.go (Browse further)