summary refs log tree commit diff
path: root/tests/rest/admin/test_background_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add type hints to `synapse/tests/rest/admin` (#11590)Dirk Klimpel2021-12-161-1/+2
* Add type hints to `synapse/tests/rest/admin` (#11501)Dirk Klimpel2021-12-031-9/+12
* Convert status codes to `HTTPStatus` in `tests.rest.admin` (#11455)Dirk Klimpel2021-11-301-1/+1
* Make background updates controllable via a plugin (#11306)Erik Johnston2021-11-291-1/+1
* Lower minumum batch size to 1 for background updates (#11422)Brendan Abolivier2021-11-241-8/+17
* Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-8/+146
* Add some background update admin APIs (#11263)Erik Johnston2021-11-081-0/+218