forked-synapse/synapse/storage
Richard van der Hoff 0d4f614fda
Refactor _get_e2e_device_keys_for_federation_query_txn (#8225)
We can use the existing `_get_e2e_device_keys_and_signatures_txn` instead of
creating our own txn function
2020-09-02 15:53:26 +01:00
..
databases Refactor _get_e2e_device_keys_for_federation_query_txn (#8225) 2020-09-02 15:53:26 +01:00
engines Use SequenceGenerator for state group ID allocation 2020-07-16 11:25:08 +01:00
schema Only run one background update at a time 2020-03-31 17:43:58 +01:00
util Add experimental support for sharding event persister. (#8170) 2020-09-02 15:48:37 +01:00
__init__.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
_base.py Be stricter about JSON that is accepted by Synapse (#8106) 2020-08-19 07:26:03 -04:00
background_updates.py Convert additional databases to async/await part 3 (#8201) 2020-09-01 11:04:17 -04:00
database.py Convert simple_delete to async/await. (#8191) 2020-08-27 14:16:41 -04:00
keys.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
persist_events.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
prepare_database.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
purge_events.py Convert storage layer to async/await. (#7963) 2020-07-28 16:09:53 -04:00
push_rule.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
relations.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
roommember.py Move storage classes into a main "data store". 2019-10-21 16:05:06 +01:00
state.py Convert state and stream stores and related code to async (#8194) 2020-08-28 09:37:55 -04:00
types.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00