forked-synapse/synapse/storage
Erik Johnston 06eb408da5 Update synapse/storage/events_bg_updates.py
Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2019-05-30 16:15:37 +01:00
..
engines Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
schema Fixup comments and logging 2019-05-30 16:15:37 +01:00
util Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
__init__.py Move event background updates to a separate file 2019-05-30 16:15:37 +01:00
_base.py Log actual number of entries deleted 2019-05-30 16:15:37 +01:00
account_data.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
appservice.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
background_updates.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
client_ips.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
deviceinbox.py Limit the number of EDUs in transactions to 100 as expected by receiver (#5138) 2019-05-09 11:01:41 +01:00
devices.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
directory.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
e2e_room_keys.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
end_to_end_keys.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
event_federation.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
event_push_actions.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
events_bg_updates.py Update synapse/storage/events_bg_updates.py 2019-05-30 16:15:37 +01:00
events_worker.py Update docstring with correct type 2019-05-15 09:52:15 +01:00
events.py Move event background updates to a separate file 2019-05-30 16:15:37 +01:00
filtering.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
group_server.py Add functions to delete a group 2019-04-03 16:29:52 +01:00
keys.py Rewrite Datastore.get_server_verify_keys 2019-04-09 00:00:10 +01:00
media_repository.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
monthly_active_users.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
openid.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
prepare_database.py Add account expiration feature 2019-04-09 16:46:04 +01:00
presence.py Remove presence lists (#4989) 2019-04-03 11:11:15 +01:00
profile.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
push_rule.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
pusher.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
receipts.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
registration.py Add startup background job for account validity 2019-05-17 19:37:31 +01:00
rejections.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
relations.py Merge pull request #5203 from matrix-org/erikj/aggregate_by_sender 2019-05-21 17:10:48 +01:00
room.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
roommember.py Run black on some storage modules that the stats branch touches (#4959) 2019-03-29 00:37:16 +11:00
search.py Expose DataStore._get_events as get_events_as_list 2019-05-14 13:37:44 +01:00
signatures.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
state_deltas.py Fix infinite loop in presence handler 2019-04-26 11:14:49 +01:00
state.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
stream.py Spelling and clarifications 2019-05-17 16:40:51 +01:00
tags.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
transactions.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
user_directory.py Fix grammar and document get_current_users_in_room (#4998) 2019-04-03 14:32:20 +01:00
user_erasure_store.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00