summary refs log tree commit diff
path: root/tests/replication/slave/storage/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update code to refer to "workers". (#15606)Patrick Cloke2023-05-161-72/+0
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-061-9/+16
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-7/+2
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-131-43/+7
* Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-291-0/+1
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-2/+2
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-061-5/+10
* Add database config class (#6513)Erik Johnston2019-12-181-2/+4
* Fixup testsErik Johnston2019-12-061-1/+4
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-0/+3
* Use new EventPersistenceStoreErik Johnston2019-10-231-0/+1
* Run Black on the tests again (#5170)Amber Brown2019-05-101-9/+6
* Fix sync bug when accepting invites (#4956)Richard van der Hoff2019-04-021-4/+24
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+2
* Refactor matrixfederationclient to fix logging (#3906)Richard van der Hoff2018-09-181-32/+3
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-46/+49
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
* Run black.black2018-08-101-3/+2
* Fix unit testsRichard van der Hoff2018-07-251-7/+30
* run isortAmber Brown2018-07-091-6/+9
* s/replication_client/federation_client/Erik Johnston2018-03-131-1/+1
* Fix testsErik Johnston2018-03-131-1/+1
* Matthew's fixes to the unit testsRichard van der Hoff2018-01-221-2/+6
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-8/+22
* Reduce DB hits for replicationErik Johnston2016-09-231-1/+2
* Add a slaved receipts storeMark Haines2016-04-191-3/+1
* Add tests for redactionsMark Haines2016-04-071-1/+1
* Add a slaved events store classMark Haines2016-04-061-0/+57