summary refs log tree commit diff
path: root/tests/storage/test_monthly_active_users.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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