Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6294 from matrix-org/erikj/add_state_storage | Erik Johnston | 2019-10-31 | 1 | -1/+1 |
|\ | | | | | Add StateGroupStorage interface | ||||
| * | Add StateGroupStorage interface | Erik Johnston | 2019-10-30 | 1 | -1/+1 |
| | | |||||
* | | fix delete_existing for _persist_events (#6300) | Richard van der Hoff | 2019-10-30 | 1 | -4/+1 |
|/ | | | this is part of _retry_on_integrity_error, so should only be on _persist_events_and_state_updates | ||||
* | Review comments | Erik Johnston | 2019-10-30 | 1 | -3/+10 |
| | |||||
* | Add DataStores and Storage classes. | Erik Johnston | 2019-10-23 | 1 | -3/+4 |
| | |||||
* | Move persist_events out from main data store. | Erik Johnston | 2019-10-23 | 1 | -0/+644 |
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. |