summary refs log tree commit diff
path: root/synapse/replication/slave/storage/events.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Poke the notifier to wake up /syncsMark Haines2016-05-311-0/+1
|
* Get incremental sync sort of workingMark Haines2016-05-231-3/+7
|
* Split out the /sync handler to a separate processMark Haines2016-05-171-1/+9
|
* Assert that stream replicated stream positions are intsMark Haines2016-05-131-4/+4
|
* Merge branch 'develop' into dbkr/email_notifs_on_pusherMark Haines2016-05-131-0/+2
|\
| * Make sure we advance our stream positionMark Haines2016-05-131-0/+2
| |
* | Shift some of the state_group methods into the SlavedEventStoreMark Haines2016-05-131-0/+19
|/
* Pass through get_events to pusher tooDavid Baker2016-05-101-0/+1
|
* Pass through _get_event_txnDavid Baker2016-05-101-0/+1
|
* Fix backfill replication to advance the stream correctlyMark Haines2016-04-271-2/+2
|
* Replicate push actionsMark Haines2016-04-211-0/+14
|
* Replicate get_invited_rooms_for_userMark Haines2016-04-191-2/+7
|
* Add tests for redactionsMark Haines2016-04-071-2/+2
|
* Add tests for get_latest_event_ids_in_room and get_current_stateMark Haines2016-04-071-0/+5
|
* Test that room membership is replicatedMark Haines2016-04-061-3/+4
|
* Add a slaved events store classMark Haines2016-04-061-0/+198
Add a test to check that get_room_names_and_aliases does the same thing on both the master and on the slave data store.