summary refs log tree commit diff
path: root/tests/test_test_utils.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-10-12Add warning about known issuesBrendan Abolivier1-0/+2
2021-10-12Fixup changelogBrendan Abolivier1-7/+7
2021-10-121.45.0rc1Brendan Abolivier66-66/+84
2021-10-11disallow-untyped-defs for synapse.push (#11023)David Robertson7-10/+28
2021-10-11Include the requirements for [mypy,lint] in [dev] (#11034)reivilibre4-11/+17
2021-10-11Pass through `SynapseError`s that are raised from experimental ↵reivilibre2-0/+10
`check_event_allowed` callback of the module API (#11042) Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2021-10-11Remove unnecessary list comprehension in `synapse_port_db` to fix linting in ↵reivilibre2-1/+2
CI (#11043)
2021-10-11Release script improvements (#10966)reivilibre2-4/+33
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2021-10-08Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)Eric Eastwood4-283/+485
2021-10-08Autodiscover oEmbed endpoint from returned HTML (#10822)Patrick Cloke5-55/+224
Searches the returned HTML for an oEmbed endpoint using the autodiscovery mechanism (`<link rel=...>`), and will request it to generate the preview.
2021-10-08