summary refs log tree commit diff
path: root/tests/storage/test_event_chain.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert simple_select_many_batch, simple_select_many_txn to tuples. (#16444)Patrick Cloke2023-10-111-26/+38
* Update ruff config (#16283)Patrick Cloke2023-09-081-3/+3
* Replace `EventContext` fields `prev_group` and `delta_ids` with field `state_...Shay2023-06-131-1/+4
* Batch up storing state groups when creating new room (#14918)Shay2023-02-241-2/+4
* Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]2023-02-221-2/+0
* Add final type hint to tests.unittest. (#15072)Patrick Cloke2023-02-141-2/+8
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-12/+17
* Persist CreateRoom events to DB in a batch (#13800)Shay2022-09-281-2/+6
* Rename storage classes (#12913)Erik Johnston2022-05-311-1/+2
* Refactor `EventContext` (#12689)Erik Johnston2022-05-101-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Add `state_key` and `rejection_reason` to `events` (#11792)Richard van der Hoff2022-01-211-1/+4
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-291-2/+2
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-061-12/+2
* 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-9/+14
* Make chain cover index bg update go faster (#9124)Erik Johnston2021-01-151-31/+186
* Add background update for add chain cover index (#9029)Erik Johnston2021-01-141-0/+114
* Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-111-0/+472