0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-17 04:43:50 +02:00
dendrite/internal
Till 100fa9b235
Check unique constraint errors when manually inserting migrations (#2712)
This should avoid unnecessary logging on startup if the migration (were
we need `InsertMigration`) was already executed.
This now checks for "unique constraint errors" for SQLite and Postgres
and fails the startup process if the migration couldn't be manually
inserted for some other reason.
2022-09-13 08:07:43 +02:00
..
caching Protect user_interactive reads and writes with locks (#2635) 2022-08-12 09:12:05 +01:00
eventutil Stronger default power levels 2022-09-06 17:25:17 +01:00
fulltext Fulltext implementation incl. config (#2480) 2022-09-07 18:15:54 +02:00
hooks MSC2836: Threading - part one (#1589) 2020-11-19 11:34:59 +00:00
httputil Handle errors differently in the DeviceListUpdater (#2695) 2022-09-07 11:44:27 +02:00
pushgateway Back out matrix-org/dendrite#2421 by restoring http.Clients 2022-05-10 11:08:10 +01:00
pushrules Update getting pushrules, add tests, tweak pushrules (#2705) 2022-09-09 13:56:33 +02:00
sqlutil Check unique constraint errors when manually inserting migrations (#2712) 2022-09-13 08:07:43 +02:00
transactions Implement read receipts (#1528) 2020-11-09 18:46:11 +00:00
log.go Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
log_unix.go Do not use ioutil as it is deprecated (#2625) 2022-08-05 10:26:59 +01:00
log_windows.go Fix building on Windows (#2008) 2021-11-02 16:50:59 +00:00
mutex.go Add a per-room mutex to federationapi when processing transactions (#1810) 2021-03-30 10:01:32 +01:00
version.go Version 0.9.8 2022-09-12 13:41:07 +01:00