Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-29 | Fix fallback value for account_threepid_delegates.email (#7316) | Andrew Morgan | 2 | -3/+9 | |
2020-04-28 | Clean up admin api docs (#7361) | Andrew Morgan | 2 | -18/+43 | |
2020-04-28 | Return total number of users and profile attributes in admin users endpoint ↵ | Manuel Stahl | 6 | -36/+100 | |
(#6881) Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de> | |||||
2020-04-28 | Add some replication tests (#7278) | Erik Johnston | 3 | -11/+299 | |
Specifically some tests for the typing stream, which means we test streams that fetch missing updates via HTTP (rather than via the DB). We also shuffle things around a bit so that we create two separate `HomeServer` objects, rather than trying to insert a slaved store into places. Note: `test_typing.py` is heavily inspired by `test_receipts.py` | |||||
2020-04-28 | Fix typo 'datbases' in ConfigError | Andrew Morgan | 1 | -1/+1 | |
2020-04-28 | Fix collation for postgres for unit tests (#7359) | Richard van der Hoff | 2 | -1/+5 | |
When running the UTs against a postgres deatbase, we need to set the collation correctly. | |||||
2020-04-28 | Run replication streamers on workers (#7146) | Erik Johnston | 3 | -22/+25 | |
Currently we never write to streams from workers, but that will change soon | |||||
2020-04-27 | Fix incorrect metrics reporting for renew_attestations (#7344) | Richard van der Hoff | 2 | -10/+10 | |
We need to wait for the renewals to finish, so that the metrics are correctly reported. | |||||
2020-04-27 | Document monitoring workers (#7357)< |