summary refs log tree commit diff
path: root/tests/replication (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove test of replication resourceErik Johnston2017-04-111-204/+0
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-8/+22
* Fix unit testErik Johnston2017-03-201-1/+1
* Remote membership tests for replicationErik Johnston2017-01-311-43/+0
* Insert delta of current_state_events to be more efficientErik Johnston2017-01-201-29/+0
* Derive current_state_events from state groupsErik Johnston2017-01-201-28/+17
* Shuffle receipt handler around so that worker apps don't need to load itErik Johnston2016-11-231-1/+1
* Reduce DB hits for replicationErik Johnston2016-09-232-3/+3
* Correctly handle the difference between prev and current stateErik Johnston2016-08-312-9/+5
* Replace context.current_state with context.current_state_idsErik Johnston2016-08-251-1/+8
* Add `create_requester` functionRichard van der Hoff2016-07-261-9/+11
* Remove room name & alias testDavid Baker2016-06-241-41/+0
* Move typing handler out of the Handlers objectMark Haines2016-05-171-1/+1
* Move the presence handler out of the Handlers objectMark Haines2016-05-161-1/+1
* Add a slaved datastore for account dataMark Haines2016-05-131-0/+56
* Replicate push actionsMark Haines2016-04-211-0/+43
* Merge pull request #738 from matrix-org/markjh/slaved_receiptsMark Haines2016-04-193-3/+43
|\
| * Add a slaved receipts storeMark Haines2016-04-193-3/+43
* | Replicate get_invited_rooms_for_userMark Haines2016-04-191-0/+12
|/
* Add tests for redactionsMark Haines2016-04-072-2/+51
* Add sensible __eq__ operators inside the tests.Mark Haines2016-04-071-1/+28
* Add tests for get_latest_event_ids_in_room and get_current_stateMark Haines2016-04-071-0/+62
* Test that room membership is replicatedMark Haines2016-04-061-8/+63
* Add a slaved events store classMark Haines2016-04-064-0/+199
* Add a replication stream for state groupsMark Haines2016-03-301-3/+27
* Add replication stream for pushersMark Haines2016-03-151-0/+1
* Merge branch 'develop' into markjh/pushrule_streamMark Haines2016-03-041-7/+10
|\
| * Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-7/+10
* | Hook push rules up to the replication APIMark Haines2016-03-021-2/+4
|/
* Add a /replication API for extracting the updates that happened onMark Haines2016-03-012-0/+193