Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump Synapse minimum Python version to 3.7.1 (#12613) | David Robertson | 2022-05-03 | 1 | -2/+2 |
| | |||||
* | Make `scripts-dev` pass `mypy --disallow-untyped-defs` (#12356) | David Robertson | 2022-04-27 | 1 | -6/+19 |
| | | | Not enforced in config yet. One day. | ||||
* | We don't require redbaron in the release script | David Robertson | 2022-04-26 | 1 | -61/+1 |
| | |||||
* | Merge branch 'master' into develop | Olivier Wilkinson (reivilibre) | 2022-04-20 | 1 | -4/+8 |
|\ | |||||
| * | Include version 0.2.0 of the Synapse LDAP Auth Provider module in the Docker ↵ | reivilibre | 2022-04-20 | 1 | -4/+8 |
| | | | | | | | | | | | | | | | | | | image. (#12512) * poetry update matrix-synapse-ldap3 * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | ||||
* | | Bump twisted version to the latest in lockfile (#12441) | Shay | 2022-04-12 | 1 | -9/+10 |
| | | |||||
* | | Run lints under poetry in CI; remove lint tox jobs (#12434) | David Robertson | 2022-04-12 | 1 | -3/+3 |
|/ | | | Co-authored-by: Dan Callahan <danc@element.io> | ||||
* | Specify tls extra for Twisted dependency. (#12444) | Erik Johnston | 2022-04-12 | 1 | -2/+2 |
| | | | | | | | | | | | * Specify `tls` extra for Twisted dependency. It was already pulled in for us by `treq`, but we should be explicit that we do use the `tls` functionality of Twisted directly. * Mark `idna` as dev-dependency This doesn't actually change anything, as `Twisted[tls]` will put it in as a main dependency anyway. | ||||
* | Add missing dependency on importlib_metadata (#12384) | David Robertson | 2022-04-05 | 1 | -1/+1 |
| | |||||
* | Poetry: initial pyproject.toml and poetry.lock (#12381) | David Robertson | 2022-04-05 | 1 | -0/+2831 |
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: Brendan Abolivier <babolivier@matrix.org> |