summary refs log tree commit diff
path: root/synapse/storage/databases/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Use full GitHub links instead of bare issue numbers. (#16637)Patrick Cloke2023-11-151-1/+1
* Check databases/__init__ and main/cache with mypy. (#15496)Patrick Cloke2023-04-271-2/+2
* Ensure that `get_datastores().main` is typed (#12070)Sean Quah2022-02-251-1/+2
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-6/+22
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Include newly added sequences in the port DB script. (#9449)Patrick Cloke2021-02-231-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-1/+1
* Add experimental support for sharding event persister. Again. (#8294)Erik Johnston2020-09-141-1/+1
* Add more logging to debug slow startup (#8264)Richard van der Hoff2020-09-071-7/+16
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Revert "Add experimental support for sharding event persister. (#8170)" (#8242)Brendan Abolivier2020-09-041-1/+1
* Add experimental support for sharding event persister. (#8170)Erik Johnston2020-09-021-1/+1
* Close the database connection we create during startup (#8131)Richard van der Hoff2020-08-191-1/+10
* Change HomeServer definition to work with typing.Erik Johnston2020-08-111-12/+16
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+97