forked-synapse/synapse/storage/databases/main
Dirk Klimpel f82d38ed2e
Improve type hints in storage classes. (#11652)
By using cast and making ignores more specific.
2021-12-29 13:04:28 +00:00
..
__init__.py Add type hints to synapse/storage/databases/main/room.py (#11575) 2021-12-15 18:00:48 +00:00
account_data.py Add type hints to synapse/storage/databases/main/account_data.py (#11546) 2021-12-13 16:28:10 +00:00
appservice.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
cache.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
censor_events.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
client_ips.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
deviceinbox.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
devices.py Add experimental support for MSC3202: allowing application services to masquerade as specific devices. (#11538) 2021-12-15 10:40:52 +00:00
directory.py
e2e_room_keys.py Add type hints to synapse/storage/databases/main/e2e_room_keys.py (#11549) 2021-12-14 17:46:47 +00:00
end_to_end_keys.py Add type hints to synapse/storage/databases/main/end_to_end_keys.py (#11551) 2021-12-13 16:28:26 +00:00
event_federation.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
event_push_actions.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
events_bg_updates.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
events_forward_extremities.py
events_worker.py
events.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
filtering.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
group_server.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
keys.py
lock.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
media_repository.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
metrics.py Remove redundant COALESCE()s around COUNT()s in database queries (#11570) 2021-12-14 12:34:30 +00:00
monthly_active_users.py Remove redundant COALESCE()s around COUNT()s in database queries (#11570) 2021-12-14 12:34:30 +00:00
openid.py
presence.py checks for generators in database functions (#11564) 2021-12-13 19:01:27 +00:00
profile.py
purge_events.py
push_rule.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
pusher.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
receipts.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
registration.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
rejections.py
relations.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
room_batch.py
room.py Add type hints to synapse/storage/databases/main/room.py (#11575) 2021-12-15 18:00:48 +00:00
roommember.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
search.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
session.py
signatures.py
state_deltas.py Improve log messages for stream ids (#11536) 2021-12-08 14:15:14 +00:00
state.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
stats.py Add type hints to synapse/storage/databases/main/stats.py (#11653) 2021-12-29 08:01:13 -05:00
stream.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
tags.py Add type hints to synapse/storage/databases/main/account_data.py (#11546) 2021-12-13 16:28:10 +00:00
transactions.py Add type hints to synapse/storage/databases/main/transactions.py (#11589) 2021-12-16 14:59:35 -05:00
ui_auth.py Improve type hints in storage classes. (#11652) 2021-12-29 13:04:28 +00:00
user_directory.py Type hint the constructors of the data store classes (#11555) 2021-12-13 17:05:00 +00:00
user_erasure_store.py