summary refs log tree commit diff
path: root/synapse/storage/databases/main/group_server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-1/+1
* Convert additional database code to async/await. (#8195)Patrick Cloke2020-08-281-67/+120
* Convert simple_delete to async/await. (#8191)Patrick Cloke2020-08-271-12/+16
* Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-8/+22
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-23/+32
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-7/+11
* Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-1/+1
* Do not assume calls to runInteraction return Deferreds. (#8133)Patrick Cloke2020-08-201-3/+4
* Convert appservice, group server, profile and more databases to async (#8066)Patrick Cloke2020-08-121-47/+39
* Reduce unnecessary whitespace in JSON. (#7372)David Vo2020-08-071-9/+8
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1297