summary refs log tree commit diff
path: root/synapse/config/push.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-18hook up state deltas to statsMatthew Hodgson7-100/+384
2018-07-18WIP for updating the stats storeMatthew Hodgson5-5/+104
2018-07-18flake8Matthew Hodgson6-47/+35
2018-07-18WIP of tracking per-room and per-user statsMatthew Hodgson10-75/+575
2018-07-14Fix develop because I broke it :( (#3535)Amber Brown3-2/+5
2018-07-14fix sytestsAmber Brown1-1/+1
2018-07-14Make auth & transactions more testable (#3499)Amber Brown10-98/+97
2018-07-13add changelogKrombel2-1/+2
2018-07-13rename assert_params_in_request to assert_params_in_dictKrombel11-33/+33
the method "assert_params_in_request" does handle dicts and not requests. A request body has to be parsed to json before this method can be used
2018-07-13Use parse_{int,str} and assert from http.servletKrombel14-155/+91
parse_integer and parse_string can take a request and raise errors in case we have wrong or missing params. This PR tries to use them more to deduplicate some code and make it better readable
2018-07-13better changelogRichard van der Hoff1