summary refs log tree commit diff
path: root/tests/storage/test_event_federation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-36/+35
* Stop getting missing `prev_events` after we already know their signature is i...Eric Eastwood2022-10-151-0/+64
* Fix overflows in /messages backfill calculation (#13936)David Robertson2022-09-301-12/+49
* Limit and filter the number of backfill points to get from the database (#13879)Eric Eastwood2022-09-281-22/+58
* Only try to backfill event if we haven't tried before recently (#13635)Eric Eastwood2022-09-231-4/+477
* Rename the `EventFormatVersions` enum values so that they line up with room v...reivilibre2022-09-071-1/+1
* Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-101-9/+0
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-121-4/+4
* Fix logic for dropping old events in fed queue (#11806)Andrew Morgan2022-01-241-6/+24
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-10/+16
* Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570)Sean Quah2021-12-141-1/+1
* Prune inbound federation queues if they get too long (#10390)Erik Johnston2021-08-021-0/+57
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use the chain cover index in get_auth_chain_ids. (#9576)Patrick Cloke2021-03-101-3/+73
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-3/+14
* Use a chain cover index to efficiently calculate auth chain difference (#8868)Erik Johnston2021-01-111-24/+225
* Pass room_id to get_auth_chain_difference (#8879)Erik Johnston2020-12-041-8/+10
* Correctly handle unpersisted events when calculating auth chain difference. (...Erik Johnston2020-12-021-0/+5
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-7/+9
* Improve get auth chain difference algorithm. (#7095)Erik Johnston2020-03-181-17/+140
* Remove unused get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-13/+6
* rename get_prev_events_for_room to get_prev_events_and_hashes_for_roomRichard van der Hoff2020-01-061-2/+2
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-4/+4
* Fix postgres unit testsErik Johnston2019-10-101-1/+1
* Fix dummy event insertion consent bug (#6053)Neil Johnson2019-09-261-0/+40
* Run Black. (#5482)Amber Brown2019-06-201-7/+7
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-3/+3
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-15/+24
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-1/+1
* Avoid creating events with huge numbers of prev_eventsRichard van der Hoff2018-04-161-0/+68