anonymousland-synapse/synapse/storage
Sean Quah ffd858aa68
Add type hints to synapse/storage/databases/main/events_worker.py (#11411)
Also refactor the stream ID trackers/generators a bit and try to
document them better.
2021-11-26 18:41:31 +00:00
..
databases Add type hints to synapse/storage/databases/main/events_worker.py (#11411) 2021-11-26 18:41:31 +00:00
engines
schema Support expiry of refresh tokens and expiry of the overall session when refresh tokens are in use. (#11425) 2021-11-26 14:27:14 +00:00
util Add type hints to synapse/storage/databases/main/events_worker.py (#11411) 2021-11-26 18:41:31 +00:00
__init__.py
_base.py Add type hints to synapse/storage/databases/main/events_worker.py (#11411) 2021-11-26 18:41:31 +00:00
background_updates.py Lower minumum batch size to 1 for background updates (#11422) 2021-11-24 19:21:44 +00:00
database.py Add type annotations to synapse.metrics (#10847) 2021-11-17 19:07:02 +00:00
keys.py
persist_events.py Add type hints for most HomeServer parameters (#11095) 2021-10-22 18:15:41 +01:00
prepare_database.py Run _upgrade_existing_database on workers if at current schema_version (#11346) 2021-11-15 17:34:15 +00:00
purge_events.py
push_rule.py
relations.py
roommember.py
state.py Stop user directory from failing if it encounters users not in the users table. (#11053) 2021-10-13 09:38:22 +00:00
types.py