synapse/tests/storage
Matthew Hodgson 6dac856411 add mau_trial_days config param.
only consider users MAU after they've been around N days.
This is an alternative implementation to https://github.com/matrix-org/synapse/pull/3739
as suggested by @neilisfragile, which is much simpler as you just hold off adding
users to the MAU table until they've been active for more than N days.
2018-08-23 01:39:01 +02:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test__base.py Run black. 2018-08-10 23:54:09 +10:00
test_appservice.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_background_update.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_base.py Run black. 2018-08-10 23:54:09 +10:00
test_client_ips.py add mau_trial_days config param. 2018-08-23 01:39:01 +02:00
test_devices.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_directory.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_end_to_end_keys.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_event_federation.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_event_push_actions.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_keys.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_monthly_active_users.py add mau_trial_days config param. 2018-08-23 01:39:01 +02:00
test_presence.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_profile.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_redaction.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_state_handler 2018-08-20 14:49:43 +01:00
test_registration.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_room.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00
test_roommember.py Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_state_handler 2018-08-20 14:49:43 +01:00
test_state.py Split the state_group_cache in two (#3726) 2018-08-22 00:56:37 +02:00
test_user_directory.py Run tests under PostgreSQL (#3423) 2018-08-13 16:47:46 +10:00