summary refs log tree commit diff
path: root/synapse/storage/databases/main/group_server.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* [pyupgrade] `synapse/` (#10348)Jonathan de Jong2021-07-191-1/+5
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-1/+3
* Update mypy configuration: `no_implicit_optional = True` (#9742)Jonathan de Jong2021-04-051-2/+2
* Add type hints to groups code. (#9393)Patrick Cloke2021-02-171-2/+7
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-19/+12
* 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