summary refs log tree commit diff
path: root/changelog.d/7658.feature (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-19Support running synmark on macOS. (#8578)Patrick Cloke2-2/+6
By using the "poll" reactor since macOS doesn't support epoll.
2020-10-19Start an opentracing span for background processes. (#8567)Erik Johnston2-5/+7
This should reduce the number of `There was no active span` errors we see. Fixes #8510.
2020-10-19Replace DeferredCache with LruCache where possible (#8563)Richard van der Hoff8-27/+30
Most of these uses don't need a full-blown DeferredCache; LruCache is lighter and more appropriate.
2020-10-17Pre-emptively fix synapse.storage.types.Connection for future mypy release ↵Jonathan de Jong3-3/+4
(#8577) Fix the Connection protocol according to typeshed's assertions about sqlite3.Connection
2020-10-16Fix synmark (#8571)Richard van der Hoff2-1/+2
This seems to have been broken since #6513.
2020-10-16Clean-up old transaction IDs on the background worker. (#8544)Patrick Cloke2-1/+2
2020-10-16Add .venv* to .gitignore (#8566)Jonathan de Jong2-0/+2
Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>
2020-10-16review commentsRichard van der Hoff1-3/+8
2020-10-16Apply suggestions from code reviewRichard van der Hoff2-2/+2
Co-authored-by: Patrick Cloke <c