summary refs log tree commit diff
path: root/synapse/rest/health.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-1/+2
| | | | Including admin, consent, key, synapse, and media. All REST servlets (the synapse.rest module) now require typed method definitions.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Add health check endpoint (#8048)Erik Johnston2020-08-071-0/+31