summary refs log tree commit diff
path: root/synapse/rest/admin/background_updates.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-131-26/+18
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-10/+6
* Add an admin API to run background jobs. (#11352)Dirk Klimpel2021-11-191-27/+96
* Add some background update admin APIs (#11263)Erik Johnston2021-11-081-0/+107