anonymousland-synapse/synapse/storage/data_stores/main
Will Hunt 62b1ce8539
isort 5 compatibility (#7786)
The CI appears to use the latest version of isort, which is a problem when isort gets a major version bump. Rather than try to pin the version, I've done the necessary to make isort5 happy with synapse.
2020-07-05 16:32:02 +01:00
..
schema Back out MSC2625 implementation (#7761) 2020-07-01 11:08:25 +01:00
__init__.py
account_data.py
appservice.py
cache.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
censor_events.py
client_ips.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
deviceinbox.py
devices.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
directory.py
e2e_room_keys.py
end_to_end_keys.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
event_federation.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
event_push_actions.py Back out MSC2625 implementation (#7761) 2020-07-01 11:08:25 +01:00
events_bg_updates.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
events_worker.py Use symbolic names for replication stream names (#7768) 2020-07-01 16:35:40 +01:00
events.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00
filtering.py
group_server.py
keys.py
media_repository.py Allow local media to be marked as safe from being quarantined. (#7718) 2020-06-22 08:04:14 -04:00
metrics.py
monthly_active_users.py
openid.py
presence.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
profile.py
purge_events.py
push_rule.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
pusher.py
receipts.py Refactor getting replication updates from database. (#7636) 2020-06-16 17:10:28 +01:00
registration.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
rejections.py
relations.py
room.py Allow local media to be marked as safe from being quarantined. (#7718) 2020-06-22 08:04:14 -04:00
roommember.py Replace iteritems/itervalues/iterkeys with native versions. (#7692) 2020-06-15 07:03:36 -04:00
search.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
signatures.py
state_deltas.py
state.py
stats.py
stream.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
tags.py Replace all remaining six usage with native Python 3 equivalents (#7704) 2020-06-16 08:51:47 -04:00
transactions.py
ui_auth.py isort 5 compatibility (#7786) 2020-07-05 16:32:02 +01:00
user_directory.py
user_erasure_store.py