summary refs log tree commit diff
path: root/synapse/replication/slave/storage/groups.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Make SlavedIdTracker.advance have same interface as MultiWriterIDGenerator (#...Erik Johnston2020-08-261-1/+1
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-3/+3
* Use symbolic names for replication stream names (#7768)Richard van der Hoff2020-07-011-1/+2
* 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
* Allow moving group read APIs to workers (#6866)Erik Johnston2020-02-071-8/+6
* Change DataStores to accept 'database' param.Erik Johnston2019-12-061-2/+3
* Run Black. (#5482)Amber Brown2019-06-201-5/+4
* Make workers work on Py3 (#4027)Amber Brown2018-10-131-4/+4
* run isortAmber Brown2018-07-091-2/+3
* Fix replication. And notifyErik Johnston2017-07-201-0/+54