summary refs log tree commit diff
path: root/synapse/storage/databases/main/state.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-041-1/+5
* Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-301-14/+0
* Type hint the constructors of the data store classes (#11555)Sean Quah2021-12-131-4/+23
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-4/+7
* Fix remove_stale_pushers job on SQLite. (#10843)reivilibre2021-09-201-2/+2
* Make historical events discoverable from backfill for servers without any scr...Eric Eastwood2021-07-281-11/+39
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+4
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-6/+5
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Convert state and stream stores and related code to async (#8194)Patrick Cloke2020-08-281-9/+10
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-2/+2
* Convert misc database code to async (#8087)Patrick Cloke2020-08-141-3/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+509