summary refs log tree commit diff
path: root/synapse/storage/databases/main/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-4/+2
* Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-301-2/+8
* Get directory db file to pass mypy (#11339)David Robertson2021-11-151-6/+6
* Test room alias deletion (#11327)David Robertson2021-11-121-2/+5
* Allow `room_alias_name` parameter to be handled by /createRoom calls on worke...Andrew Morgan2021-09-061-2/+2
* 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/+5
* Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-3/+3
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-3/+3
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-2/+2
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-26/+25
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+195