summary refs log tree commit diff
path: root/synapse/storage/databases/main/monthly_active_users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-6/+6
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-1/+1
* Replace `or_ignore` in `simple_insert` with `simple_upsert` (#10442)Erik Johnston2021-07-221-7/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add a type hints for service notices to the HomeServer object. (#9675)Patrick Cloke2021-03-241-2/+2
* Move additional tasks to the background worker, part 3 (#8489)Patrick Cloke2020-10-091-0/+2
* Add logging on startup/shutdown (#8448)Erik Johnston2020-10-021-1/+0
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-54/+55
* Filter out appservices from mau count (#8404)Will Hunt2020-09-291-1/+8
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-2/+2
* Convert stats and related calls to async/await (#8192)Patrick Cloke2020-08-271-8/+7
* Convert simple_select_one and simple_select_one_onecol to async (#8162)Patrick Cloke2020-08-261-7/+8
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-19/+12
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-0/+361