summary refs log tree commit diff
path: root/tests/replication/slave/storage/test_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix sync bug when accepting invites (#4956)Richard van der Hoff2019-04-021-24/+137
* Clean up event accesses and testsErik Johnston2018-11-021-2/+2
* Disable frozen dicts by default (#3987)Amber Brown2018-10-021-1/+5
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-58/+52
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2018-08-201-51/+54
|\
| * Run black.black2018-08-101-51/+54
* | Fix testsErik Johnston2018-08-091-1/+2
|/
* Fix unit testsErik Johnston2018-07-231-3/+5
* run isortAmber Brown2018-07-091-3/+2
* Fix unit testsErik Johnston2018-02-201-4/+6
* Remove context.push_actionsErik Johnston2018-02-151-1/+4
* Store state groups separately from events (#2784)Erik Johnston2018-02-061-3/+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
* Correctly handle the difference between prev and current stateErik Johnston2016-08-311-1/+3
* Replace context.current_state with context.current_state_idsErik Johnston2016-08-251-1/+8
* Remove room name & alias testDavid Baker2016-06-241-41/+0
* Replicate push actionsMark Haines2016-04-211-0/+43
* Merge pull request #738 from matrix-org/markjh/slaved_receiptsMark Haines2016-04-191-0/+3
|\
| * Add a slaved receipts storeMark Haines2016-04-191-0/+3
* | Replicate get_invited_rooms_for_userMark Haines2016-04-191-0/+12
|/
* Add tests for redactionsMark Haines2016-04-071-1/+50
* 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-061-0/+114