| Commit message (Expand) | Author | Files | Lines |
2018-05-16 | remove empty line | Neil Johnson | 1 | -1/+0 |
2018-05-16 | remove unused method recurring_user_daily_visit_stats | Neil Johnson | 1 | -3/+0 |
2018-05-16 | style and further contraining query | Neil Johnson | 1 | -8/+12 |
2018-05-15 | pep8 | Neil Johnson | 1 | -1/+0 |
2018-05-15 | Limit query load of generate_user_daily_visits | Neil Johnson | 2 | -27/+54 |
2018-05-15 | ConsentResource to gather policy consent from users | Richard van der Hoff | 14 | -5/+446 |
2018-05-14 | further musical chairs | Neil Johnson | 1 | -2/+3 |
2018-05-14 | rearrange and collect related PRs | Neil Johnson | 1 | -26/+27 |
2018-05-14 | v0.29.0-rc1: bump version and change log v0.29.0-rc1 | Neil Johnson | 2 | -3/+65 |
2018-05-14 | instead of inserting user daily visit data at the end of the day, instead ins... | Neil Johnson | 2 | -43/+30 |
2018-05-10 | transaction_id, destination twice | Damir Manapov | 1 | -2/+0 |
2018-05-10 | Set Server header in SynapseRequest | Richard van der Hoff | 23 | -27/+28 |
2018-05-10 | Catch failure to part user from room | David Baker | 1 | -7/+13 |
2018-05-10 | Many docstrings | David Baker | 2 | -0/+36 |
2018-05-10 | Remove redundant request_handler decorator | Richard van der Hoff | 7 | -38/+42 |
2018-05-10 | Factor wrap_request_handler_with_logging out of wrap_request_handler | Richard van der Hoff | 1 | -54/+66 |
2018-05-10 | Remove include_metrics param | Richard van der Hoff | 1 | -17/+7 |
2018-05-10 | Move outgoing_responses_counter handling to RequestMetrics | Richard van der Hoff | 2 | -4/+2 |
2018-05-10 | Bump requests_counter in wrapped_request_handler | Richard van der Hoff | 1 | -4/+11 |
2018-05-10 | Move RequestMetrics handling into SynapseRequest.processing() | Richard van der Hoff | 2 | -24/+64 |
2018-05-10 | Make RequestMetrics take a raw time rather than a clock | Richard van der Hoff | 2 | -6/+6 |
2018-05-10 | Oops, don't call function passed to run_in_background | David Baker | 1 | -1/+1 |
2018-05-10 | Move request_id management into SynapseRequest | Richard van der Hoff | 2 | -15/+25 |
2018-05-09 | Move RequestsMetrics to its own file | Richard van der Hoff | 2 | -124/+1 |