summary refs log tree commit diff
path: root/tests/app (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2023-05-262-0/+3
|\
| * Fix a bug introduced in Synapse v1.84.0 where workers do not start up when no...reivilibre2023-05-262-0/+3
* | Remove old R30 because R30v2 supercedes it (#10428)reivilibre2023-05-191-154/+0
* | Update code to refer to "workers". (#15606)Patrick Cloke2023-05-161-1/+1
|/
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+6
* Properly typecheck tests.app (#14984David Robertson2023-02-033-14/+25
* Use servlets for /key/ endpoints. (#14229)Patrick Cloke2022-10-201-1/+1
* Remove configuration options for direct TCP replication. (#13647)Patrick Cloke2022-09-061-2/+2
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-16/+18
* Don't start Synapse master process if `worker_app` is set (#11416)Shay2021-11-301-0/+31
* 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 impress...reivilibre2021-07-191-0/+242
* Add tests to characterise the current behaviour of R30 phone-home metrics (#1...reivilibre2021-07-151-0/+153
* Split presence out of master (#9820)Erik Johnston2021-04-231-83/+0
* remove `HomeServer.get_config` (#9815)Richard van der Hoff2021-04-141-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-142-2/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-152-4/+4
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-022-3/+3
* Remove redundant calls to `render()`Richard van der Hoff2020-11-162-14/+8
* use global make_request() directly where we have a custom ResourceRichard van der Hoff2020-11-152-14/+16
* Solidify the HomeServer constructor. (#8515)Jonathan de Jong2020-10-152-3/+3
* Create a ListenerConfig object (#7681)Richard van der Hoff2020-06-162-16/+18
* Remove spurious "name" parameter to `default_config`Richard van der Hoff2020-03-242-4/+4
* set worker_app for frontend proxy test (#7003)Richard van der Hoff2020-02-271-0/+5
* Store room version on invite (#6983)Richard van der Hoff2020-02-261-0/+8
* Merge worker apps into one. (#6964)Erik Johnston2020-02-252-10/+6
* Run Black on the tests again (#5170)Amber Brown2019-05-101-24/+22
* Fix flake8 issuesJason Robinson2019-01-231-2/+8
* Fix openid tests after rebaseJason Robinson2019-01-231-2/+2
* Fix sorting of imports in tests. Remove an unnecessary mockJason Robinson2019-01-231-2/+2
* Add tests for the openid lister for SynapseHomeServerJason Robinson2019-01-231-1/+48
* Add tests for the openid lister for FederationReaderServerJason Robinson2019-01-231-0/+66
* Fix a test docstring in frontend proxy testsJason Robinson2019-01-231-1/+1
* Port tests/ to Python 3 (#3808)Amber Brown2018-09-071-2/+2
* Integrate presence from hotfixes (#3694)Amber Brown2018-08-182-0/+88