summary refs log tree commit diff
path: root/synapse/rest/health.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-17discard strings with nulls before user dir updateDavid Robertson1-5/+4
2022-05-17Move non_null_str_or_none to s.utils.stringutilsDavid Robertson2-4/+6
2022-05-17Reproduce #12755David Robertson1-0/+29
2022-05-17Add index to cache invalidations (#12747)Erik Johnston3-0/+27
For workers that rarely write to the cache the `get_all_updated_caches` query can become expensive if the worker falls behind when reading the cache.
2022-05-17Track in memory events using weakrefs (#10533)Erik Johnston4-2/+60
2022-05-17version tweak in changelog v1.59.0David Robertson1-1/+1
2022-05-171.59.0David Robertson4-4/+21
2022-05-17Tidy up and type-hint the database engine modules (#12734)David Robertson7-94/+182
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
2022-05-16Fix typo in name of 'run_background_tasks_on' option in config manual (#12749)Andrew Morgan2-1/+2
2022-05-16Revert "changelog"Andrew Morgan1-1/+0