summary refs log tree commit diff
path: root/tests/storage/databases (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints for `tests/unittest.py`. (#12347)Richard van der Hoff2022-04-011-4/+4
* Back out in-flight state caching changes. (#12126)reivilibre2022-03-021-454/+0
* Order in-flight state group queries in biggest-first order (#11610)reivilibre2022-03-011-1/+103
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-6/+6
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-234-6/+6
* Cap the number of in-flight requests for state from a single group (#11608)reivilibre2022-02-221-0/+69
* Add more tests for in-flight state query duplication. (#12033)reivilibre2022-02-221-21/+171
* Track and deduplicate in-flight requests to `_get_state_for_groups`. (#10870)reivilibre2022-02-181-0/+133
* Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-1/+138
* Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#...Brendan Abolivier2021-11-251-2/+2
* Delete messages for hidden devices from `device_inbox` (#11199)Dirk Klimpel2021-11-021-0/+74
* Delete messages from `device_inbox` table when deleting device (#10969)Dirk Klimpel2021-10-271-0/+90
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-061-6/+1
* Populate `rooms.creator` field for easy lookup (#10697)Eric Eastwood2021-09-011-0/+98
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Improve event caching code (#10119)Erik Johnston2021-08-041-0/+50
* Fix dropping locks on shut down (#10433)Erik Johnston2021-07-201-0/+13
* Add a distributed lock (#10269)Erik Johnston2021-06-291-0/+100
* add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-013-0/+122