summary refs log tree commit diff
path: root/synapse/replication/slave/storage/devices.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of github.com:matrix-org/synapse into ↵Erik Johnston2019-10-221-0/+3
|\ | | | | | | erikj/refactor_stores
| * add user signature stream change cache to slaved device storeHubert Chathi2019-09-041-0/+3
| |
* | Move storage classes into a main "data store".Erik Johnston2019-10-211-2/+2
|/ | | | | This is in preparation for having multiple data stores that offer different functionality, e.g. splitting out state or event storage.
* Run Black. (#5482)Amber Brown2019-06-201-9/+5
|
* Fixup slave storesErik Johnston2019-03-041-24/+21
|
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-10/+1
|
* merge (#3576)Amber Brown2018-09-141-7/+16
|
* run isortAmber Brown2018-07-091-2/+3
|
* Add missing storage function to slave storeErik Johnston2017-05-221-0/+2
|
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-14/+10
| | | | | | | As the TCP replication uses a slightly different API and streams than the HTTP replication. This breaks HTTP replication.
* Hook device list updates to replicationErik Johnston2017-01-271-0/+72