summary refs log tree commit diff
path: root/synapse/app (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-07Python 3.8 for tox (#6341)Richard van der Hoff3-2/+3
2019-11-07Update synapse/storage/data_stores/main/events_bg_updates.pyBrendan Abolivier1-1/+1
2019-11-07Update synapse/storage/data_stores/main/events_bg_updates.pyBrendan Abolivier1-1/+1
2019-11-07Copy resultsBrendan Abolivier1-1/+3
2019-11-07Revert "Back to using cursor_to_dict"Brendan Abolivier1-9/+9
2019-11-07Back to using cursor_to_dictBrendan Abolivier1-9/+9
2019-11-07Initialise value before loopingBrendan Abolivier1-4/+8
2019-11-07Incorporate reviewBrendan Abolivier1-14/+9
2019-11-07tweak changelogRichard van der Hoff1-1/+1
2019-11-07Fix LruCache callback deduplication (#6213)V024602-11/+38
2019-11-06Fix deleting state groups during room purge.Erik Johnston2-14/+17
2019-11-06Use correct type annotationErik Johnston1-2/+2
2019-11-06raise exception after multiple failuresAndrew Morgan1-3/+10
2019-11-06Address review commentsAndrew Morgan2