You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
watcha-synapse/tests
David Robertson b5b5f66084
Move `StateFilter` to `synapse.types` (#14668)
2 years ago
..
api Do not reject `/sync` requests with unrecognised filter fields (#14369) 2 years ago
app Use servlets for /key/ endpoints. (#14229) 2 years ago
appservice Use `device_one_time_keys_count` to match MSC3202 (#14565) 2 years ago
config Reload cache factors from disk on SIGHUP (#12673) 3 years ago
crypto Stop using deprecated `keyIds` param on /key/v2/server (#14525) 2 years ago
events Modernize unit tests configuration settings for workers. (#14568) 2 years ago
federation Modernize unit tests configuration settings for workers. (#14568) 2 years ago
handlers Revert the deletion of stale devices due to performance issues. (#14662) 2 years ago
http Remove redundant types from comments. (#14412) 2 years ago
logging Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018) 2 years ago
metrics Avoid incrementing bg process utime/stime counters by negative durations (#14323) 2 years ago
module_api Modernize unit tests configuration settings for workers. (#14568) 2 years ago
push Add `push.enabled` option to disable push notification calculation (#14551) 2 years ago
replication Faster remote room joins: unblock tasks waiting for full room state when the un-partial-stating of that room is received over the replication stream. [rei:frrj/streams/unpsr] (#14474) 2 years ago
rest Respond with proper error responses on unknown paths. (#14621) 2 years ago
scripts Add some type hints to tests files (#12833) 3 years ago
server_notices Remove redundant types from comments. (#14412) 2 years ago
state Fix typechecks against twisted trunk (#13061) 2 years ago
storage Move `StateFilter` to `synapse.types` (#14668) 2 years ago
test_utils Support OIDC backchannel logouts (#11414) 2 years ago
util Check the stream position before checking if the cache is empty. (#14639) 2 years ago
__init__.py Remove redundant "coding: utf-8" lines (#9786) 4 years ago
server.py Support OIDC backchannel logouts (#11414) 2 years ago
test_distributor.py Replace assertEquals and friends with non-deprecated versions. (#12092) 3 years ago
test_event_auth.py Rename the `EventFormatVersions` enum values so that they line up with room version numbers. (#13706) 2 years ago
test_federation.py Track when the pulled event signature fails (#13815) 2 years ago
test_mau.py Remove remaining bits of groups code. (#12936) 3 years ago
test_phone_home.py Share some metrics between the Prometheus exporter and the phone home stats (#13671) 2 years ago
test_rust.py Add a stub Rust crate (#12595) 2 years ago
test_server.py Respond with proper error responses on unknown paths. (#14621) 2 years ago
test_state.py Faster room joins: avoid blocking when pulling events with missing prevs (#13355) 2 years ago
test_terms_auth.py Use literals in place of `HTTPStatus` constants in tests (#13463) 2 years ago
test_test_utils.py Replace assertEquals and friends with non-deprecated versions. (#12092) 3 years ago
test_types.py Fix error in `is_mine_id` when encountering a malformed ID (#13746) 2 years ago
test_visibility.py Faster joins: filter out non local events when a room doesn't have its full state (#14404) 2 years ago
unittest.py Remove redundant types from comments. (#14412) 2 years ago
utils.py Modernize unit tests configuration settings for workers. (#14568) 2 years ago