summary refs log tree commit diff
path: root/tests/storage/test_events.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+6
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-13/+26
* Faster room joins: avoid blocking when pulling events with missing prevs (#13...Sean Quah2022-07-261-1/+6
* Reduce the amount of state we pull from the DB (#12811)Erik Johnston2022-06-061-7/+10
* Rename storage classes (#12913)Erik Johnston2022-05-311-6/+6
* Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-261-15/+28
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Fix incorrect `get_rooms_for_user` for remote user (#11999)Erik Johnston2022-02-151-0/+107
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-4/+2
* Try and drop stale extremities. (#8929)Erik Johnston2020-12-181-0/+334
* Remove unhelpful testErik Johnston2017-06-151-115/+0
* Add more granular event send metricsErik Johnston2017-05-021-1/+1
* Add filter param to /messages APIErik Johnston2016-07-141-6/+6
* Fix flake8 warnings for testsMark Haines2016-02-191-1/+0
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Fix mock import in tests.Oleg Girko2015-12-061-1/+1
* Implement configurable stats reportingDaniel Wagner-Hall2015-09-221-0/+116