summary refs log tree commit diff
path: root/tests/replication/slave/storage/test_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not include rooms with an unknown room version in a sync response. (#10644)Patrick Cloke2021-08-191-0/+1
* Convert room member storage tuples to attrs. (#10629)Patrick Cloke2021-08-181-3/+6
* Bump black configuration to target py36 (#9781)Dan Callahan2021-04-131-1/+1
* Bugbear: Add Mutable Parameter fixes (#9682)Jonathan de Jong2021-04-081-6/+10
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Add EventStreamPosition type (#8388)Erik Johnston2020-09-241-3/+9
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Re-implement unread counts (again) (#8059)Brendan Abolivier2020-09-021-4/+6
* Convert push to async/await. (#7948)Patrick Cloke2020-07-271-2/+4
* Back out MSC2625 implementation (#7761)Brendan Abolivier2020-07-011-16/+3
* LintBrendan Abolivier2020-06-121-3/+1
* Test that a mark_unread action updates the right counter when using a slave s...Brendan Abolivier2020-06-121-0/+15
* Fix testsBrendan Abolivier2020-06-101-3/+3
* fix mypy for tests/replication (#7518)Richard van der Hoff2020-05-181-11/+5
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-131-4/+4
* Read the room version from database when fetching events (#6874)Richard van der Hoff2020-03-041-0/+10
* Add a `make_event_from_dict` method (#6858)Richard van der Hoff2020-02-071-4/+8
* Add `local_current_membership` table (#6655)Erik Johnston2020-01-151-2/+2
* Use new EventPersistenceStoreErik Johnston2019-10-231-3/+7
* Run Black on the tests again (#5170)Amber Brown2019-05-101-14/+5
* 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