summary refs log tree commit diff
path: root/tests/storage/test_cleanup_extrems.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump black from 23.10.1 to 24.2.0 (#16936)dependabot[bot]2024-03-131-9/+9
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Return an immutable value from get_latest_event_ids_in_room. (#16326)Patrick Cloke2023-09-181-7/+7
* Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson2023-02-221-4/+4
* Require types in tests.storage. (#14646)Patrick Cloke2022-12-091-14/+23
* Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-011-1/+3
* Move single-use methods out of `TestCase` (#12348)Richard van der Hoff2022-04-011-0/+16
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-2/+2
* Don't drop user dir deltas when server leaves room (#10982)David Robertson2021-10-061-6/+1
* Use direct references for some configuration variables (part 3) (#10885)Patrick Cloke2021-09-231-1/+1
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-1/+1
* Reorganise the database schema directories (#9932)Richard van der Hoff2021-05-071-3/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-3/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-2/+1
* Add admin API for logging in as a user (#8617)Erik Johnston2020-11-171-30/+0
* Don't instansiate Requester directly (#8614)Erik Johnston2020-10-221-3/+3
* Reduce run-times of tests by advancing the reactor less (#7757)Andrew Morgan2020-08-271-1/+1
* Switch the JSON byte producer from a pull to a push producer. (#8116)Patrick Cloke2020-08-191-1/+2
* Add a shadow-banned flag to users. (#8092)Patrick Cloke2020-08-141-2/+2
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-6/+6
* Add ability to wait for replication streams (#7542)Erik Johnston2020-05-221-2/+2
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-6/+4
* Move background update handling out of storeErik Johnston2019-12-051-4/+10
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-1/+3
* Move storage classes into a main "data store".Erik Johnston2019-10-211-0/+2
* Fix dummy event insertion consent bug (#6053)Neil Johnson2019-09-261-9/+138
* Run as background process and fix commentsErik Johnston2019-06-191-1/+1
* Add experimental option to reduce extremities.Erik Johnston2019-06-181-0/+41
* Expose statistics on extrems to prometheus (#5384)Amber Brown2019-06-131-79/+49
* Set default room version to v4. (#5379)Neil Johnson2019-06-061-0/+6
* Add testErik Johnston2019-05-291-0/+248