- Sep 15, 2022
-
-
Andrew Morgan authored
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Sep 02, 2022
-
-
Erik Johnston authored
-
- Aug 15, 2022
-
-
David Robertson authored
Use Pydantic to systematically validate a first batch of endpoints in `synapse.rest.client.account`. (#13188)
-
David Robertson authored
This reverts commit f383b9b3. Other PRs were seeing mypy failures that looked to be related to mypy-zope. Confusingly, we didn't see this on #13521. Revert this for now and investigate later.
-
David Robertson authored
-
- Aug 08, 2022
-
-
Shay authored
-
- Jul 22, 2022
-
-
Sean Quah authored
frozendict 2.3.3 includes fixes for memory leaks that get triggered during `/sync`.
-
- Jul 18, 2022
-
-
Brendan Abolivier authored
Co-authored-by:
David Robertson <davidr@element.io>
-
- Jul 15, 2022
-
-
Sean Quah authored
`frozendict` 2.3.2 includes a fix for a memory leak in `frozendict.__hash__`. This likely has no impact outside of the deprecated `/initialSync` endpoint, which uses `StreamToken`s, containing `RoomStreamToken`s, containing `frozendict`s, as cache keys. Signed-off-by:
Sean Quah <seanq@matrix.org>
-
- Jul 07, 2022
-
-
dependabot[bot] authored
Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by:
David Robertson <davidr@element.io>
-
- Jul 01, 2022
-
-
David Robertson authored
-
- Jun 17, 2022
-
-
David Robertson authored
-
- Jun 15, 2022
-
-
Hannes Lerchl authored
-
Erik Johnston authored
-
- Jun 07, 2022
-
-
David Robertson authored
-
- Jun 01, 2022
-
-
Jacek Kuśnierz authored
-
- May 30, 2022
-
-
David Robertson authored
-
- May 26, 2022
-
-
dependabot[bot] authored
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.3.0...2.4.0 ) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- May 09, 2022
-
-
David Robertson authored
-
David Robertson authored
-
- May 07, 2022
-
-
David Robertson authored
* Move `pympler` back into the `all` extras Undoes a change I made in #12381. I can't fully remember my reasoning, but this changed the contents of the debian packages in a backwards incompatible way. We're not aware of anyone who's been bitten by this, but we still want to fix it. To the reviewer: please be convinced that the debian packages will still contain pympler after this change. * Debian changelog entry to keep the linter happy
-
- May 06, 2022
-
-
David Robertson authored
-
- May 03, 2022
-
-
David Robertson authored
-
- Apr 27, 2022
-
-
David Robertson authored
Not enforced in config yet. One day.
-
- Apr 26, 2022
-
-
David Robertson authored
-
- Apr 20, 2022
-
-
reivilibre authored
* poetry update matrix-synapse-ldap3 * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
- Apr 12, 2022
-
-
Shay authored
-
David Robertson authored
Co-authored-by:
Dan Callahan <danc@element.io>
-
Erik Johnston authored
* 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.
-
- Apr 05, 2022
-
-
David Robertson authored
-
David Robertson authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
-