summary refs log tree commit diff
path: root/tests/handlers/test_stats.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename 'populate_stats_process_rooms_2' background job back to 'populate_stat...Andrew Morgan2020-09-081-9/+6
* Convert simple_update* and simple_select* to async (#8173)Patrick Cloke2020-08-271-2/+2
* Reduce run-times of tests by advancing the reactor less (#7757)Andrew Morgan2020-08-271-1/+1
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-31/+31
* Prevent join->join membership transitions changing member count (#7977)Andrew Morgan2020-08-031-6/+40
* Move background update handling out of storeErik Johnston2019-12-051-15/+35
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-15/+15
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-15/+15
* Fix testsErik Johnston2019-10-251-0/+2
* Move storage classes into a main "data store".Erik Johnston2019-10-211-4/+4
* Fix and refactor room and user stats (#5971)Erik Johnston2019-09-041-111/+532
* Run Black. (#5482)Amber Brown2019-06-201-4/+1
* Fix background updates to handle redactions/rejections (#5352)Erik Johnston2019-06-061-3/+59
* Room Statistics (#4338)Amber Brown2019-05-211-0/+251