summary refs log tree commit diff
path: root/synapse/storage/databases/main/search.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add type hints to various handlers. (#9223)Patrick Cloke2021-01-261-1/+2
| | | | With this change all handlers except the e2e_* ones have type hints enabled.
* Use execute_batch in more places (#9188)Erik Johnston2021-01-211-2/+2
| | | | | * Use execute_batch in more places * Newsfile
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
| | | | | | | This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
* Convert additional databases to async/await part 3 (#8201)Patrick Cloke2020-09-011-6/+9
|
* Convert additional database stores to async/await (#8045)Patrick Cloke2020-08-071-34/+35
|
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+710