This website requires JavaScript.
Explore
Cloud
Chat
CI/CD
Help
Sign in
tileradotorg
/
synapse
Watch
1
Star
0
Fork
You've already forked synapse
0
forked from
MirrorHub/synapse
Code
Pull requests
Activity
04d7f56f53
synapse
/
tests
/
storage
History
Andrew Morgan
828b5502cf
Remove
_get_events_cache
check optimisation from
_have_seen_events_dict
(
#14161
)
2022-10-18 10:33:21 +01:00
..
databases
Remove
_get_events_cache
check optimisation from
_have_seen_events_dict
(
#14161
)
2022-10-18 10:33:21 +01:00
util
__init__.py
test__base.py
test_account_data.py
test_appservice.py
test_background_update.py
test_base.py
Require SQLite >= 3.27.0 (
#13760
)
2022-09-09 11:14:10 +01:00
test_cleanup_extrems.py
test_client_ips.py
test_database.py
test_devices.py
test_directory.py
test_e2e_room_keys.py
test_end_to_end_keys.py
test_event_chain.py
Persist CreateRoom events to DB in a batch (
#13800
)
2022-09-28 10:11:48 +00:00
test_event_federation.py
Stop getting missing
prev_events
after we already know their signature is invalid (
#13816
)
2022-10-15 00:36:49 -05:00
test_event_metrics.py
test_event_push_actions.py
Use threaded receipts when fetching events for push. (
#13878
)
2022-10-04 12:07:02 -04:00
test_events.py
Faster room joins: avoid blocking when pulling events with missing prevs (
#13355
)
2022-07-26 12:39:23 +01:00
test_id_generators.py
test_keys.py
test_main.py
test_monthly_active_users.py
Update mypy and mypy-zope, attempt 3 (
#13993
)
2022-09-30 17:36:28 +01:00
test_profile.py
test_purge.py
Async get event cache prep (
#13242
)
2022-07-15 09:30:46 +00:00
test_receipts.py
Clarify that a method returns only unthreaded receipts. (
#13937
)
2022-09-29 07:07:31 -04:00
test_redaction.py
test_registration.py
Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (
#13556
)
2022-09-29 15:23:24 +02:00
test_relations.py
Accept threaded receipts for events related to the root event. (
#14174
)
2022-10-14 18:05:25 +00:00
test_rollback_worker.py
test_room.py
Remove obsolete RoomEventsStoreTestCase (
#13200
)
2022-07-07 13:47:26 +01:00
test_room_search.py
test_roommember.py
Fix that user cannot
/forget
rooms after the last member has left (
#13546
)
2022-08-30 09:58:38 +00:00
test_state.py
Make DictionaryCache have better expiry properties (
#13292
)
2022-07-21 17:13:44 +01:00
test_stream.py
Support filtering the /messages API by relation type (MSC3874). (
#14148
)
2022-10-17 11:32:11 -04:00
test_transactions.py
test_txn_limit.py
test_unsafe_locale.py
test_user_directory.py