summary refs log tree commit diff
path: root/synapse/replication/slave/storage/push_rule.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-1/+1
* Remove `ChainedIdGenerator`. (#8123)Erik Johnston2020-08-191-6/+4
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-1/+1
* Use symbolic names for replication stream names (#7768)Richard van der Hoff2020-07-011-1/+2
* Move event stream handling out of slave store. (#7491)Erik Johnston2020-05-151-8/+0
* Support any process writing to cache invalidation stream. (#7436)Erik Johnston2020-05-071-4/+2
* Use `stream.current_token()` and remove `stream_positions()` (#7172)Erik Johnston2020-05-011-5/+0
* 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
* Run Black. (#5482)Amber Brown2019-06-201-4/+2
* Fixup slave storesErik Johnston2019-03-041-1/+1
* run isortAmber Brown2018-07-091-2/+3
* Update copyrightErik Johnston2018-02-231-0/+1
* Split PushRulesStoreErik Johnston2018-02-211-17/+6
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-13/+10
* Add slaved stores for filters, tokens, and push rulesMark Haines2016-06-031-0/+67