0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-01 00:48:20 +02:00
synapse/tests/storage
Erik Johnston 28c98e51ff
Add local_current_membership table (#6655)
Currently we rely on `current_state_events` to figure out what rooms a
user was in and their last membership event in there. However, if the
server leaves the room then the table may be cleaned up and that
information is lost. So lets add a table that separately holds that
information.
2020-01-15 14:59:33 +00:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test__base.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_appservice.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
test_background_update.py port BackgroundUpdateTestCase to HomeserverTestCase (#6653) 2020-01-07 14:09:07 +00:00
test_base.py Add database config class (#6513) 2019-12-18 10:45:12 +00:00
test_cleanup_extrems.py Move background update handling out of store 2019-12-05 11:11:26 +00:00
test_client_ips.py Fix race which caused deleted devices to reappear (#6514) 2019-12-10 16:22:29 +00:00
test_devices.py rename get_devices_by_remote to get_device_updates_by_remote 2019-10-30 14:57:34 -04:00
test_directory.py Fix tests on postgresql (#3740) 2018-09-04 02:21:48 +10:00
test_e2e_room_keys.py add etag and count to key backup endpoints (#5858) 2019-11-27 16:14:44 -05:00
test_end_to_end_keys.py make storage layer in charge of interpreting the device key data 2019-10-10 19:15:30 -04:00
test_event_federation.py Remove unused get_prev_events_and_hashes_for_room 2020-01-06 13:45:33 +00:00
test_event_metrics.py Support Prometheus_client 0.4.0+ (#5636) 2019-07-18 23:57:15 +10:00
test_event_push_actions.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_keys.py Store key validity time in the storage layer 2019-05-23 11:52:22 +01:00
test_monthly_active_users.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_profile.py Fixup tests 2019-12-06 16:02:50 +00:00
test_purge.py Split purge API into events vs state 2019-10-30 15:23:37 +00:00
test_redaction.py Move DB pool and helper functions into dedicated Database class 2019-12-05 10:46:37 +00:00
test_registration.py Allow admin users to create or modify users without a shared secret (#6495) 2020-01-09 13:31:00 +00:00
test_room.py Use new EventPersistenceStore 2019-10-23 16:15:03 +01:00
test_roommember.py Add local_current_membership table (#6655) 2020-01-15 14:59:33 +00:00
test_state.py Split state groups into a separate data store (#6296) 2019-12-20 10:48:24 +00:00
test_transactions.py Fix errors storing large retry intervals. 2019-10-02 10:36:27 +01:00
test_user_directory.py Fixup tests 2019-12-06 16:02:50 +00:00