summary refs log tree commit diff
path: root/synapse/replication/slave/storage/pushers.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
|
* Move storage classes into a main "data store".Erik Johnston2019-10-211-1/+1
| | | | | 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-3/+1
|
* run isortAmber Brown2018-07-091-2/+2
|
* Update copyrightErik Johnston2018-02-231-0/+1
|
* Split PusherStoreErik Johnston2018-02-211-9/+2
|
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-10/+6
| | | | | | | As the TCP replication uses a slightly different API and streams than the HTTP replication. This breaks HTTP replication.
* Assert that stream replicated stream positions are intsMark Haines2016-05-131-2/+2
|
* Replicate the pushersMark Haines2016-04-211-0/+52