summary refs log tree commit diff
path: root/tests/app/test_phone_stats_home.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-154/+0
| | | | | R30v2 has been out since 2021-07-19 (https://github.com/matrix-org/synapse/pull/10332) and we started collecting stats on 2021-08-16. Since it's been over a year now (almost 2 years), this is enough grace period for us to now rip it out.
* Properly typecheck tests.app (#14984David Robertson2023-02-031-8/+13
|
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-16/+18
| | | | | | | The presence of this method was confusing, and mostly present for backwards compatibility. Let's get rid of it. Part of #11733
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+1
|
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
|
* Add a new version of the R30 phone-home metric, which removes a false ↵reivilibre2021-07-191-0/+242
| | | | | impression of retention given by the old R30 metric (#10332) Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
* Add tests to characterise the current behaviour of R30 phone-home metrics ↵reivilibre2021-07-151-0/+153
(#10315) Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>