Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-30 | Fix buildkite pipeline plugin matrix-org/annotate using the wrong variable ↵ | Amber Brown | 1 | -3/+3 | |
config | |||||
2019-08-29 | Fix coverage in sytest and use plugins for buildkite (#5922) | Amber Brown | 8 | -32/+92 | |
2019-08-28 | Add a link to python's logging config schema (#5926) | Jorik Schellekens | 3 | -2/+5 | |
2019-08-28 | Let synctl use a config directory. (#5904) | Jorik Schellekens | 3 | -6/+15 | |
* Let synctl use a config directory. | |||||
2019-08-28 | Removing entry for 5903 | Will Hunt | 1 | -1/+0 | |
2019-08-28 | Use the v2 lookup API for 3PID invites (#5897) | Andrew Morgan | 4 | -9/+166 | |
Fixes https://github.com/matrix-org/synapse/issues/5861 Adds support for the v2 lookup API as defined in [MSC2134](https://github.com/matrix-org/matrix-doc/pull/2134). Currently this is only used for 3PID invites. Sytest PR: https://github.com/matrix-org/sytest/pull/679 | |||||
2019-08-28 | Config templating (#5900) | Jorik Schellekens | 9 | -46/+366 | |
Template config files * Imagine a system composed entirely of x, y, z etc and the basic operations.. Wait George, why XOR? Why not just neq? George: Eh, I didn't think of that.. Co-Authored-By: Erik Johnston <erik@matrix.org> | |||||
2019-08-28 | Implement a structured logging output system. (#5680) | Amber Brown | 31 | -82/+1328 | |
2019-08-28 | Fix a cache-invalidation bug for worker-based deployments (#5920) | Richard van der Hoff | 2 | -8/+17 | |
Some of the caches on worker processes were not being correctly invalidated when a room's state was changed in a way that did not affect the membership list o |