Erik Johnston
|
f91f2a1f92
|
Docstrings
|
2019-10-31 15:26:00 +00:00 |
|
Erik Johnston
|
8f5bbdb987
|
Fix purge room API
|
2019-10-31 15:22:08 +00:00 |
|
Erik Johnston
|
cd581338cf
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_purge_history
|
2019-10-31 15:19:26 +00:00 |
|
Erik Johnston
|
c6bcd38841
|
Fix /purge_room API.
It fails trying to clean the `topic` table which was recently removed.
|
2019-10-31 11:17:23 +00:00 |
|
Richard van der Hoff
|
0467f33584
|
fix delete_existing for _persist_events (#6300)
this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates
|
2019-10-30 18:05:00 +00:00 |
|
Erik Johnston
|
7c8c97e635
|
Split purge API into events vs state
|
2019-10-30 15:23:37 +00:00 |
|
Erik Johnston
|
ec6de1cc7d
|
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_persistence_store
|
2019-10-30 13:37:04 +00:00 |
|
Erik Johnston
|
a8d16f6c00
|
Review comments
|
2019-10-30 13:36:12 +00:00 |
|
Erik Johnston
|
2c35ffead2
|
Port receipt and read markers to async/wait
|
2019-10-29 15:08:22 +00:00 |
|
Erik Johnston
|
22a9847670
|
Move persist_events out from main data store.
This is in preparation for splitting out of state_groups_state from the
main store into it own one, as persisting events depends on calculating
state.
|
2019-10-23 13:29:44 +01:00 |
|
Erik Johnston
|
c66a06ac6b
|
Move storage classes into a main "data store".
This is in preparation for having multiple data stores that offer
different functionality, e.g. splitting out state or event storage.
|
2019-10-21 16:05:06 +01:00 |
|