| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing type hints to synapse.replication. (#11938) | Patrick Cloke | 2022-02-08 | 1 | -2/+5 |
* | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 1 | -4/+1 |
* | type-hint `HomeserverTestcase.setup_test_homeserver` (#10961) | David Robertson | 2021-10-01 | 1 | -4/+15 |
* | Pass str to twisted's IReactorTCP (#10895) | David Robertson | 2021-09-30 | 1 | -2/+2 |
* | Use direct references for configuration variables (part 4). (#10893) | Patrick Cloke | 2021-09-23 | 1 | -1/+1 |
* | Use inline type hints in `tests/` (#10350) | Jonathan de Jong | 2021-07-13 | 1 | -6/+6 |
* | [pyupgrade] `tests/` (#10347) | Jonathan de Jong | 2021-07-13 | 1 | -3/+3 |
* | Improved validation for received requests (#9817) | Richard van der Hoff | 2021-04-23 | 1 | -0/+1 |
* | Kill off `_PushHTTPChannel`. (#9878) | Richard van der Hoff | 2021-04-23 | 1 | -115/+19 |
* | pass a reactor into SynapseSite (#9874) | Richard van der Hoff | 2021-04-23 | 1 | -0/+1 |
* | Move some replication processing out of generic_worker (#9796) | Erik Johnston | 2021-04-14 | 1 | -5/+3 |
* | Remove redundant "coding: utf-8" lines (#9786) | Jonathan de Jong | 2021-04-14 | 1 | -1/+0 |
* | Bugbear: Add Mutable Parameter fixes (#9682) | Jonathan de Jong | 2021-04-08 | 1 | -2/+2 |
* | Fix CI by ignore type for None module import (#9709) | Andrew Morgan | 2021-03-29 | 1 | -1/+1 |
* | Fix remaining mypy issues due to Twisted upgrade. (#9608) | Patrick Cloke | 2021-03-15 | 1 | -28/+16 |
* | Fix additional type hints. (#9543) | Patrick Cloke | 2021-03-09 | 1 | -10/+17 |
* | Update black, and run auto formatting over the codebase (#9381) | Eric Eastwood | 2021-02-16 | 1 | -36/+33 |
* | Precompute joined hosts and store in Redis (#9198) | Erik Johnston | 2021-01-26 | 1 | -16/+25 |
* | Merge pull request #8858 from matrix-org/rav/sso_uia | Richard van der Hoff | 2020-12-02 | 1 | -6/+8 |
|\ |
|
| * | fix up various test cases | Richard van der Hoff | 2020-12-02 | 1 | -6/+8 |
* | | Apply an IP range blacklist to push and key revocation requests. (#8821) | Patrick Cloke | 2020-12-02 | 1 | -2/+2 |
|/ |
|
* | Simplify the way the `HomeServer` object caches its internal attributes. (#8... | Jonathan de Jong | 2020-11-30 | 1 | -1/+1 |
* | Remove redundant calls to `render()` | Richard van der Hoff | 2020-11-16 | 1 | -4/+1 |
* | Rename `create_test_json_resource` to `create_test_resource` (#8759) | Richard van der Hoff | 2020-11-16 | 1 | -2/+2 |
* | Don't require hiredis to run unit tests (#8680) | Erik Johnston | 2020-10-29 | 1 | -1/+10 |
* | Tell Black to format code for Python 3.5 (#8664) | Dan Callahan | 2020-10-27 | 1 | -1/+1 |
* | Solidify the HomeServer constructor. (#8515) | Jonathan de Jong | 2020-10-15 | 1 | -2/+2 |
* | Add unit test for event persister sharding (#8433) | Erik Johnston | 2020-10-02 | 1 | -21/+203 |
* | Rename database classes to make some sense (#8033) | Erik Johnston | 2020-08-05 | 1 | -3/+3 |
* | Fix client reader sharding tests (#7853) | Erik Johnston | 2020-07-15 | 1 | -3/+165 |
* | Clean up replication unit tests. (#7490) | Erik Johnston | 2020-05-13 | 1 | -0/+307 |