summary refs log tree commit diff
path: root/synapse/storage/databases/main/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '74976a8e4' into dinsicAndrew Morgan2020-12-311-97/+95
|\
| * Move additional tasks to the background worker, part 4 (#8513)Patrick Cloke2020-10-131-85/+83
| * Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-12/+12
* | Merge commit '2983049a7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-3/+3
|\|
| * Use `async with` for ID gens (#8383)Erik Johnston2020-09-231-3/+3
* | Merge commit '4325be1a5' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-211-3/+98
|\|
| * Admin API for reported events (#8217)Dirk Klimpel2020-09-221-0/+95
| * Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* | Merge commit '837293c31' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-1/+2
|\|
| * Add the topic and avatar to the room details admin API (#8305)Tulir Asokan2020-09-141-1/+2
* | Merge commit '5bf8e5f55' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-21/+28
|\|
| * Convert additional databases to async/await part 2 (#8200)Patrick Cloke2020-09-011-21/+28
* | Merge commit '9b7ac03af' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+11
|\|
| * Convert calls of async database methods to async (#8166)Patrick Cloke2020-08-271-5/+11
* | Merge commit '4a739c73b' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-2/+2
|\|
| * Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-2/+2
* | Merge commit 'a466b6797' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-5/+5
|\|
| * Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-5/+5
* | Merge commit '56efa9ec7' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-201-16/+12
|\|
| * Make StreamIdGen `get_next` and `get_next_mult` async (#8161)Erik Johnston2020-08-251-3/+3
| * Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-201-3/+2
* | Merge commit 'dc22090a6' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-191-4/+0
|\|
| * Remove some unused database functions. (#8085)Patrick Cloke2020-08-141-4/+0
* | Merge commit 'a7bdf98d0' into anoa/dinsic_release_1_21_xAndrew Morgan2020-10-161-0/+25
|/
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+1429