summary refs log tree commit diff
path: root/changelog.d/6718.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Port synapse_port_db to async/await (#6718)Brendan Abolivier2020-01-211-0/+1
* Raise an exception if there are pending background updates So we return with a non-0 code * Changelog * Port synapse_port_db to async/await * Port update_database to async/await * Add version string to mocked homeservers * Remove unused imports * Convert overseen bits to async/await * Fixup logging contexts * Fix imports * Add a way to print an error without raising an exception * Incorporate review