Commit Graph

56 Commits (2f689a63263170068e0ee666422d5e0f61d21cfb)

Author SHA1 Message Date
Patrick Cloke 9ec3da06da
Bump mypy-zope & mypy. (#16188) 1 year ago
Patrick Cloke daf11e26ef
Replace make_awaitable with AsyncMock (#16179) 1 year ago
dependabot[bot] 9bb2eac719
Bump black from 22.12.0 to 23.1.0 (#15103) 2 years ago
Patrick Cloke 42aea0d8af
Add final type hint to tests.unittest. (#15072) 2 years ago
Patrick Cloke 30509a1010
Add more missing type hints to tests. (#15028) 2 years ago
Andrew Morgan f075f6ae2b
Fix type hints for Monthly Active Users tests (#14889) 2 years ago
Patrick Cloke d8cc86eff4
Remove redundant types from comments. (#14412) 2 years ago
Dirk Klimpel 37f329c9ad
Fix that sending server notices fail if avatar is `None` (#13566) 2 years ago
Quentin Gliech 92103cb2c8
Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth`. (#13021) 2 years ago
Brendan Abolivier 9013104429
Don't create an empty room when checking for MAU limits (#12713) 3 years ago
Sean Quah 78b99de7c2
Prefer `make_awaitable` over `defer.succeed` in tests (#12505) 3 years ago
Richard van der Hoff e24ff8ebe3
Remove `HomeServer.get_datastore()` (#12031) 3 years ago
Patrick Cloke 94b620a5ed
Use direct references for configuration variables (part 6). (#10916) 3 years ago
Patrick Cloke bb7fdd821b
Use direct references for configuration variables (part 5). (#10897) 3 years ago
reivilibre 642a42edde
Flatten the synapse.rest.client package (#10600) 3 years ago
Andrew Morgan 394673055d
Re-introduce "Leave out optional keys from /sync" change (#10214) 3 years ago
Erik Johnston eba431c539
Revert "Leave out optional keys from /sync (#9919)" (#9940) 4 years ago
DeepBlueV7.X e9eb3549d3
Leave out optional keys from /sync (#9919) 4 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 4 years ago
Patrick Cloke 0b3112123d
Use mock from the stdlib. (#9772) 4 years ago
Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 4 years ago
Richard van der Hoff 394516ad1b Remove spurious "SynapseRequest" result from `make_request" 4 years ago
Richard van der Hoff acfe3b3065 Remove redundant `HomeserverTestCase.render` 4 years ago
Patrick Cloke cef00211c8
Allow for make_awaitable's return value to be re-used. (#8261) 4 years ago
Patrick Cloke b49a5b9307
Convert stats and related calls to async/await (#8192) 4 years ago
Patrick Cloke f40645e60b
Convert events worker database to async/await. (#8071) 4 years ago
Patrick Cloke 04faa0bfa9
Convert tags and metrics databases to async/await (#8062) 4 years ago
Patrick Cloke d4a7829b12
Convert synapse.api to async/await (#8031) 4 years ago
Patrick Cloke e19de43eb5
Convert streams to async. (#8014) 4 years ago
Richard van der Hoff f4269694ce
Optimise some references to hs.config (#7546) 5 years ago
Patrick Cloke 032e5a2aca
Convert synapse.server_notices to async/await. (#7394) 5 years ago
Andrew Morgan 6b22921b19
async/await is_server_admin (#7363) 5 years ago
Brendan Abolivier d73bf18d13
Server notices: Dissociate room creation/lookup from invite (#7199) 5 years ago
Richard van der Hoff 28d9d6e8a9 Remove spurious "name" parameter to `default_config` 5 years ago
Neil Johnson 2794b79052 Option to suppress resource exceeded alerting (#6173) 5 years ago
Richard van der Hoff 8c97f6414c
Remove non-functional 'expire_access_token' setting (#5782) 5 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Amber Brown df2ebd75d3
Migrate all tests to use the dict-based config format instead of hanging items off HomeserverConfig (#5171) 6 years ago
Amber Brown b36c82576e
Run Black on the tests again (#5170) 6 years ago
Richard van der Hoff 12f9d51e82
Add admin api for sending server_notices (#5121) 6 years ago
Richard van der Hoff 40e576e29c Move admin api impl to its own package 6 years ago
Amber Brown a68e00fca8
Some more porting to HomeserverTestCase and remove old RESTHelper (#4913) 6 years ago
Richard van der Hoff 053c50bcb3 Fix resource limits tests 6 years ago
Richard van der Hoff 474810d9d5 fix broken test 6 years ago
Amber Brown 6e05fd032c
Fix userconsent on Python 3 (#3938) 6 years ago
Amber Brown 52ec6e9dfa
Port tests/ to Python 3 (#3808) 6 years ago
Erik Johnston 05077e06fa Change admin_uri to admin_contact in config and errors 6 years ago
Erik Johnston 01a5a8b9e3 Fix checking if service notice room is already tagged 6 years ago
Erik Johnston 7e6e588e60 Fix bug where we resent "limit exceeded" server notices 6 years ago
Erik Johnston c5842dff1a Actually run the tests 6 years ago