- Apr 26, 2022
-
-
David Robertson authored
-
David Robertson authored
-
David Robertson authored
-
David Robertson authored
This seems to make dch happy when we prepare the release.
-
David Robertson authored
Poetry now manages the project version in pyproject.toml.
-
Shay authored
-
Richard van der Hoff authored
Try to avoid an OOM by checking fewer extremities. Generally this is a big rewrite of _maybe_backfill, to try and fix some of the TODOs and other problems in it. It's best reviewed commit-by-commit.
-
- Apr 25, 2022
-
-
Shay authored
* Update config_documentation.md
-
Sean Quah authored
Multiple calls to `EventsWorkerStore._get_events_from_cache_or_db` can reuse the same database fetch, which is initiated by the first call. Ensure that cancelling the first call doesn't cancel the other calls sharing the same database fetch. Signed-off-by:
Sean Quah <seanq@element.io>
-
Sami Olmari authored
Signed-off-by:
Sami Olmari <sami@olmari.fi>
-
David Robertson authored
-
Patrick Cloke authored
* Corrects some typos / copy & paste errors in tests. * Clarifies docstrings. * Removes an unnecessary method.
-
villepeh authored
Signed-off-by: Ville Petteri Huh
-
Dirk Klimpel authored
Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Apr 22, 2022
-
-
Sean Quah authored
This will mainly be useful when dealing with module callbacks, which are all typed as returning `Awaitable`s instead of coroutines or `Deferred`s. Signed-off-by:
Sean Quah <seanq@element.io>
-
Will Hunt authored
* Fix device_unused_fallback_keys -> device_unused_fallback_key_types * changelog
-
Richard van der Hoff authored
-
- Apr 21, 2022
-
-
Richard van der Hoff authored
When we join a room via the faster-joins mechanism, we end up with "partial state" at some points on the event DAG. Many parts of the codebase need to wait for the full state to load. So, we implement a mechanism to keep track of which events have partial state, and wait for them to be fully-populated.
-
- Apr 20, 2022
-
-
David Robertson authored
* Remove leftover references to setup.py Missed in #12478. * Changelog
-
Olivier Wilkinson (reivilibre) authored
-
David Robertson authored
-
Patrick Cloke authored
scale is meant to be a constant string, not refer to a variable.
-
Olivier Wilkinson (reivilibre) authored
-
reivilibre authored
* poetry update matrix-synapse-ldap3 * Newsfile Signed-off-by:
Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
-
David Robertson authored
* Recommend poetry in docs - readme - contributor guide - upgrade notes - new dev cheat sheet for poetry Co-authored-by:
Shay <hillerys@element.io> Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
Patrick Cloke authored
-
Tulir Asokan authored
Implements matrix-org/matrix-spec-proposals#2815 Signed-off-by:
Tulir Asokan <tulir@maunium.net>
-
David Robertson authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
- Apr 19, 2022
-
-
Erik Johnston authored
-
Richard van der Hoff authored
This is what the MSC (now) requires. Fixes https://github.com/matrix-org/synapse/issues/10310.
-
Richard van der Hoff authored
The release script used to incorrectly write `New synapse release 1.57.0~rc1.` instead of `New synapse release 1.57.0rc1.`
-
Jan Christian Grünhage authored
Co-authored-by:
Jan Christian Grünhage <jan.christian@gruenhage.xyz> Co-authored-by:
Marcus Hoffmann <bubu@bubu1.eu>
-
Dirk Klimpel authored
* Fix a link in `README.rst` * newsfile
-
Richard van der Hoff authored
-
Olivier Wilkinson (reivilibre) authored
-
Olivier Wilkinson (reivilibre) authored
-
Richard van der Hoff authored
MSC2314 has now been closed, so we're backing out its implementation, which originally happened in #6176. Unfortunately it's not a direct revert, as that PR mixed in a bunch of unrelated changes to tests etc.
-
Richard van der Hoff authored
-