summary refs log tree commit diff
path: root/tests/rest/client/test_retention.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-1/+1
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+2
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-1/+1
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-1/+0
* Remove unused parameter from, and add safeguard in, get_room_data (#8174)Andrew Morgan2020-08-261-1/+1
* Allow capping a room's retention policy (#8104)Brendan Abolivier2020-08-241-28/+66
* Add type hints to handlers.message and events.builder (#8067)Erik Johnston2020-08-121-1/+3
* Fix some spelling mistakes / typos. (#7811)Patrick Cloke2020-07-091-1/+1
* Don't restrict the tests to v1 roomsBrendan Abolivier2019-11-261-2/+0
* Lint againBrendan Abolivier2019-11-191-10/+2
* LintBrendan Abolivier2019-11-191-50/+23
* Don't apply retention policy based filtering on state eventsBrendan Abolivier2019-11-061-0/+10
* Implement per-room message retention policiesBrendan Abolivier2019-11-041-0/+320