summary refs log tree commit diff
path: root/tests/replication/slave/storage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-041-9/+229
* Use constants for receipt types in tests. (#12582)Šimon Brandner2022-04-281-3/+8
* Remove redundant `get_success` calls in test code (#12346)Richard van der Hoff2022-04-011-2/+2
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who...reivilibre2022-01-211-2/+2
* Add type hints to event_push_actions. (#11594)Patrick Cloke2021-12-211-3/+4
* 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
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Bump black configuration to target py36 (#9781)Dan Callahan2021-04-131-1/+1
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-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
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-7/+2
* fix mypy for tests/replication (#7518)Richard van der Hoff2020-05-181-11/+5
* Clean up replication unit tests. (#7490)Erik Johnston2020-05-132-47/+11
* Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-291-0/+1
* Add ability to run replication protocol over redis. (#7040)Erik Johnston2020-04-221-2/+2
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-061-5/+10
* 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
* Add database config class (#6513)Erik Johnston2019-12-181-2/+4
* Fixup testsErik Johnston2019-12-061-1/+4
* Implementation of MSC2314 (#6176)Amber Brown2019-11-281-0/+3
* Use new EventPersistenceStoreErik Johnston2019-10-232-3/+8
* Run Black on the tests again (#5170)Amber Brown2019-05-102-23/+11
* Fix sync bug when accepting invites (#4956)Richard van der Hoff2019-04-022-28/+161
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+2
* Clean up event accesses and testsErik Johnston2018-11-021-2/+2
* Disable frozen dicts by default (#3987)Amber Brown2018-10-021-1/+5
* Refactor matrixfederationclient to fix logging (#3906)Richard van der Hoff2018-09-181-32/+3
* Fix tests on postgresql (#3740)Amber Brown2018-09-044-124/+116
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2018-08-204-67/+64
|\
| * Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
| * Run black.black2018-08-104-67/+63
* | Fix testsErik Johnston2018-08-091-1/+2
|/
* Fix unit testsRichard van der Hoff2018-07-251-7/+30
* Fix unit testsErik Johnston2018-07-231-3/+5
* run isortAmber Brown2018-07-094-13/+15
* remove dead filter_events_for_clientsRichard van der Hoff2018-06-121-8/+0
* s/replication_client/federation_client/Erik Johnston2018-03-131-1/+1
* Fix testsErik Johnston2018-03-131-1/+1
* 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
* Matthew's fixes to the unit testsRichard van der Hoff2018-01-221-2/+6
* Change slave storage to use new replication interfaceErik Johnston2017-04-031-8/+22
* 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
* Reduce DB hits for replicationErik Johnston2016-09-231-1/+2
* 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
* 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-063-0/+185