summary refs log tree commit diff
path: root/tests/storage/test_monthly_active_users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-271-0/+83
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-061-5/+5
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-5/+4
* Add type hints to some tests files (#12371)Dirk Klimpel2022-04-051-22/+25
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-7/+7
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+1
* Filter out appservices from mau count (#8404)Will Hunt2020-09-291-1/+16
* Allow for make_awaitable's return value to be re-used. (#8261)Patrick Cloke2020-09-081-12/+4
* Converts event_federation and registration databases to async/await (#8061)Patrick Cloke2020-08-111-2/+6
* Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users datab...Patrick Cloke2020-08-071-4/+13
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-3/+3
* Replace instances of reactor pumping with get_success. (#7619)Andrew Morgan2020-06-031-118/+149
* Optimise some references to hs.config (#7546)Richard van der Hoff2020-05-221-50/+60
* Break down monthly active users by appservice_id (#7030)Neil Johnson2020-03-061-0/+42
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-3/+3
* Fix MAU reaping where reserved users are specified. (#6168)Neil Johnson2019-10-111-9/+49
* Remove access-token support from RegistrationStore.register (#5642)Richard van der Hoff2019-07-101-14/+9
* Run Black. (#5482)Amber Brown2019-06-201-11/+11
* Run Black on the tests again (#5170)Amber Brown2019-05-101-12/+5
* Fix UPSERTs on SQLite 3.24+ (#4477)Amber Brown2019-01-281-2/+2
* create support user (#4141)Neil Johnson2018-12-141-2/+32
* Initialise user displayname from SAML2 data (#4272)Richard van der Hoff2018-12-071-1/+1
* Add option to track MAU stats (but not limit people) (#3830)Travis Ralston2018-11-151-0/+25
* fix style inconsistenciesNeil Johnson2018-10-241-2/+2
* fix race condiftion in calling initialise_reserved_usersNeil Johnson2018-10-231-2/+8
* improve namingNeil Johnson2018-09-121-3/+3
* expose number of real reserved usersNeil Johnson2018-09-121-0/+31
* ensure guests never enter mau listNeil Johnson2018-09-061-1/+5
* guest users should not be part of mau totalNeil Johnson2018-09-051-2/+42
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-64/+74
* call reap on start up and fix under reaping bugNeil Johnson2018-08-161-0/+13
* in case max_mau is less than I thinkNeil Johnson2018-08-141-1/+1
* Merge pull request #3670 from matrix-org/neilj/mau_sync_blockNeil Johnson2018-08-141-6/+7
|\
| * rename _user_last_seen_monthly_activeNeil Johnson2018-08-091-6/+7
* | Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* | Run black.black2018-08-101-9/+3
|/
* implement reserved users for mau limitsNeil Johnson2018-08-071-1/+58
* wip commit - tests failingNeil Johnson2018-08-031-7/+7
* fix caching and testsNeil Johnson2018-08-031-13/+37
* fix test, update constructor callNeil Johnson2018-08-021-1/+1
* Revert "change monthly_active_users table to be a single column"Neil Johnson2018-08-021-3/+3
* change monthly_active_users table to be a single columnNeil Johnson2018-08-011-3/+3
* api into monthly_active_users tableNeil Johnson2018-07-311-0/+42