summary refs log tree commit diff
path: root/synapse/push/clientformat.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an additional HTTP pusher + push rule tests. (#12188)Nick Mills-Barrett2022-03-111-1/+1
* disallow-untyped-defs for synapse.push (#11023)David Robertson2021-10-111-1/+3
* Use inline type hints in various other places (in `synapse/`) (#10380)Jonathan de Jong2021-07-151-2/+2
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to the push module. (#8901)Patrick Cloke2020-12-111-8/+15
* Run Black. (#5482)Amber Brown2019-06-201-19/+19
* Fix flake8 (#4519)Amber Brown2019-01-301-1/+1
* run isortAmber Brown2018-07-091-4/+2
* Remove dead code.Mark Haines2016-06-071-26/+0
* Load push rules in storage layer, so that they get cachedErik Johnston2016-06-031-8/+22
* Move the code for formatting push rules into a separate functionMark Haines2016-03-031-0/+112