summary refs log tree commit diff
path: root/docker (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-29Report state res metrics to Prometheus and logRichard van der Hoff1-20/+124
2020-09-29Move Measure calls into `resolve_events_with_store`Richard van der Hoff1-32/+31
2020-09-29Expose a `get_resource_usage` method in `Measure`Richard van der Hoff1-10/+21
2020-09-29Move `resolve_events_with_store` into StateResolutionHandlerRichard van der Hoff2-50/+55
2020-09-29Discard an empty upload_name before persisting an uploaded file (#7905)Will Hunt3-3/+9
2020-09-29Don't table scan events on worker startup (#8419)Erik Johnston3-1/+44
2020-09-29Mypy fixes for `synapse.handlers.federation` (#8422)Richard van der Hoff6-11/+19
2020-09-29Add support for running Complement against the local checkout (#8317)Andrew Morgan2-0/+23
2020-09-29Filter out appservices from mau count (#8404)Will Hunt3-2/+25
2020-09-29Only assert valid next_link params when provided (#8417)Andrew Morgan3-6/+16
2020-09-29Add metrics to track success/otherwise of replication requests (#8406)Richard van der Hoff2-12/+29
2020-09-29Fix handling of connection timeouts in outgoing http requests (#8400)Richard van der Hoff9-98/