summary refs log tree commit diff
path: root/tests/replication/_base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reduce the number of tests using TCP replication. (#13543)Patrick Cloke2022-08-191-59/+31
* Lay some foundation work to allow workers to only subscribe to some kinds of ...reivilibre2022-05-191-12/+42
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-041-8/+12
* Bump `black` and `click` versions (#12320)David Robertson2022-03-291-1/+1
* Rename get_tcp_replication to get_replication_command_handler. (#12192)Patrick Cloke2022-03-101-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+3
* Add missing type hints to synapse.replication. (#11938)Patrick Cloke2022-02-081-2/+5
* Misc typing fixes for `tests`, part 1 of N (#11323)David Robertson2021-11-121-4/+1
* type-hint `HomeserverTestcase.setup_test_homeserver` (#10961)David Robertson2021-10-011-4/+15
* Pass str to twisted's IReactorTCP (#10895)David Robertson2021-09-301-2/+2
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+1
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-6/+6
* [pyupgrade] `tests/` (#10347)Jonathan de Jong2021-07-131-3/+3
* Improved validation for received requests (#9817)Richard van der Hoff2021-04-231-0/+1
* Kill off `_PushHTTPChannel`. (#9878)Richard van der Hoff2021-04-231-115/+19
* pass a reactor into SynapseSite (#9874)Richard van der Hoff2021-04-231-0/+1
* Move some replication processing out of generic_worker (#9796)Erik Johnston2021-04-141-5/+3
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-2/+2
* Fix CI by ignore type for None module import (#9709)Andrew Morgan2021-03-291-1/+1
* Fix remaining mypy issues due to Twisted upgrade. (#9608)Patrick Cloke2021-03-151-28/+16
* Fix additional type hints. (#9543)Patrick Cloke2021-03-091-10/+17
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-36/+33
* Precompute joined hosts and store in Redis (#9198)Erik Johnston2021-01-261-16/+25
* Merge pull request #8858 from matrix-org/rav/sso_uiaRichard van der Hoff2020-12-021-6/+8
|\
| * fix up various test casesRichard van der Hoff2020-12-021-6/+8
* | Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-2/+2
|/
* Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-301-1/+1
* Remove redundant calls to `render()`Richard van der Hoff2020-11-161-4/+1
* Rename `create_test_json_resource` to `create_test_resource` (#8759)Richard van der Hoff2020-11-161-2/+2
* Don't require hiredis to run unit tests (#8680)Erik Johnston2020-10-291-1/+10
* Tell Black to format code for Python 3.5 (#8664)Dan Callahan2020-10-271-1/+1
* Solidify the HomeServer constructor. (#8515)Jonathan de Jong2020-10-151-2/+2
* Add unit test for event persister sharding (#8433)Erik Johnston2020-10-021-21/+203
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-3/+3
* Fix client reader sharding tests (#7853)Erik Johnston2020-07-151-3/+165
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-131-0/+307