summary refs log tree commit diff
path: root/.codecov.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-20Change sample config's postgres user to synapse_user (#7889)Andrew Morgan3-2/+3
2020-07-20Fix deprecation warning due to invalid escape sequences (#7895)Karthikeyan Singaravelan2-4/+5
2020-07-17Remove Ubuntu Eoan that is now EOL (#7888)Gary Kim2-1/+1
2020-07-17Fix the trace function for async functions. (#7872)Patrick Cloke2-23/+41
2020-07-17Add help for creating a user via docker (#7885)Michael Kaye2-0/+16
2020-07-17Switch to Debian:Slim from Alpine for the docker image (#7839)Christopher May-Townsend3-40/+30
2020-07-17Stop using 'device_max_stream_id' (#7882)Erik Johnston4-5/+3
2020-07-17Fix TypeError in synapse.notifier (#7880)Erik Johnston2-0/+9
2020-07-17Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke4-4/+18
2020-07-17Change "unknown room ver" logging to warning. (#7881)Erik Johnston2-1/+2
2020-07-17Convert device handler to async/await (#7871)Patrick Cloke6-166/+162
2020-07-17Convert synapse.app to async/await. (#7868)Patrick Cloke4-41/