MatrixSynapse/synapse/storage
Erik Johnston 7704873cb8
Merge pull request #5720 from matrix-org/erikj/transactions_upsert
Use upsert when updating destination retry interval
2019-07-19 16:51:16 +01:00
..
engines Run Black. (#5482) 2019-06-20 19:32:02 +10:00
schema Update comment for new column 2019-07-19 13:29:02 +01:00
util
__init__.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
_base.py LoggingTransaction accepts None for callback lists. 2019-07-19 13:36:04 +01:00
account_data.py
appservice.py
background_updates.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
client_ips.py
deviceinbox.py
devices.py Review comments 2019-06-27 16:06:23 +01:00
directory.py
e2e_room_keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
end_to_end_keys.py
event_federation.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
event_push_actions.py LoggingTransaction accepts None for callback lists. 2019-07-19 13:36:04 +01:00
events.py Add membership column to current_state_events table. 2019-07-18 14:15:57 +01:00
events_bg_updates.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
events_worker.py Ignore redactions of m.room.create events (#5701) 2019-07-17 19:08:02 +01:00
filtering.py
group_server.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
keys.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
media_repository.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
monthly_active_users.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
openid.py
prepare_database.py Add membership column to current_state_events table. 2019-07-18 14:15:57 +01:00
presence.py
profile.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
push_rule.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
pusher.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
receipts.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
registration.py Implement access token expiry (#5660) 2019-07-12 17:26:02 +01:00
rejections.py
relations.py Include the original event in /relations (#5626) 2019-07-09 13:43:08 +01:00
room.py
roommember.py LoggingTransaction accepts None for callback lists. 2019-07-19 13:36:04 +01:00
search.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
signatures.py
state.py Delegate to cached version when using get_filtered_current_state_ids 2019-07-18 15:17:39 +01:00
state_deltas.py
stats.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
stream.py Fixup docstrings 2019-07-12 16:59:59 +01:00
tags.py Run black on the rest of the storage module (#4996) 2019-04-03 10:07:29 +01:00
transactions.py Use upsert when updating destination retry interval 2019-07-19 13:40:24 +01:00
user_directory.py Add membership column to current_state_events table. 2019-07-18 14:15:57 +01:00
user_erasure_store.py