summary refs log tree commit diff
path: root/tests/rest/client/sliding_sync/test_connection_tracking.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Format files with Ruff (#17643)Quentin Gliech2024-09-021-1/+3
| | | | | | I thought ruff check would also format, but it doesn't. This runs ruff format in CI and dev scripts. The first commit is just a run of `ruff format .` in the root directory.
* Sliding sync: use new DB tables (#17630)Erik Johnston2024-09-011-1/+15
| | | | | | | | | | | Based on https://github.com/element-hq/synapse/pull/17629 Utilizing the new sliding sync tables added in https://github.com/element-hq/synapse/pull/17512 for fast acquisition of rooms for the user and filtering/sorting. --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
* SSS: Implement PREVIOUSLY room tracking (#17535)Erik Johnston2024-08-081-72/+0
| | | | | | Implement tracking of rooms that have had updates that have not been sent down to clients. Simplified Sliding Sync (SSS)
* Sliding Sync: Split and move tests (#17504)Eric Eastwood2024-07-311-0/+453
Split and move Sliding Sync tests so we have some more sane test file sizes