summary refs log tree commit diff
path: root/tests/storage/databases/main/test_events_worker.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sliding Sync: Slight optimization when fetching state for the room (`get_even...Eric Eastwood2024-10-141-1/+48
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Port `EventInternalMetadata` class to Rust (#16782)Erik Johnston2024-01-081-1/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Prefill events after invalidate not before when persisting events (#15758)Jason Little2023-06-141-0/+49
* Clear event caches when we purge history (#15609)Erik Johnston2023-06-081-4/+4
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-0/+1
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-13/+14
* Remove `_get_events_cache` check optimisation from `_have_seen_events_dict` (...Andrew Morgan2022-10-181-12/+0
* Fix `have_seen_event` cache not being invalidated (#13863)Eric Eastwood2022-09-271-48/+104
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-071-1/+1
* Async get event cache prep (#13242)Nick Mills-Barrett2022-07-151-4/+4
* Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-0/+25
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-22/+37
* Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529)Sean Quah2022-04-251-2/+119
* 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-231-3/+3
* Track ongoing event fetches correctly (again) (#11376)Sean Quah2021-11-261-1/+138
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Improve event caching code (#10119)Erik Johnston2021-08-041-0/+50
* add a cache to have_seen_event (#9953)Richard van der Hoff2021-06-011-0/+96