summary refs log tree commit diff
path: root/synapse/storage/databases/main/keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to synapse.util (#9982)Patrick Cloke2021-05-241-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Fix some typos.Patrick Cloke2021-02-121-2/+2
* Add type hints to the crypto module. (#8999)Patrick Cloke2021-01-041-5/+5
* Use autocommit mode for single statement DB functions. (#8542)Erik Johnston2020-10-141-3/+2
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-11/+13
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-10/+16
* Do not assume calls to runInteraction return Deferreds. (#8133)Patrick Cloke2020-08-201-12/+16
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+210