Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-07-18 | hook up state deltas to stats | Matthew Hodgson | 7 | -100/+384 | |
2018-07-18 | WIP for updating the stats store | Matthew Hodgson | 5 | -5/+104 | |
2018-07-18 | flake8 | Matthew Hodgson | 6 | -47/+35 | |
2018-07-18 | WIP of tracking per-room and per-user stats | Matthew Hodgson | 10 | -75/+575 | |
2018-07-14 | Fix develop because I broke it :( (#3535) | Amber Brown | 3 | -2/+5 | |
2018-07-14 | fix sytests | Amber Brown | 1 | -1/+1 | |
2018-07-14 | Make auth & transactions more testable (#3499) | Amber Brown | 10 | -98/+97 | |
2018-07-13 | add changelog | Krombel | 2 | -1/+2 | |
2018-07-13 | rename assert_params_in_request to assert_params_in_dict | Krombel | 11 | -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-13 | Use parse_{int,str} and assert from http.servlet | Krombel | 14 | -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-13 | better changelog | Richard van der Hoff | 1 |