- Oct 25, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Neil Johnson authored
Autocreate autojoin rooms
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Oct 24, 2018
-
-
Richard van der Hoff authored
there's really no point spinning up two separate jobs for these.
-
Richard van der Hoff authored
I don't think we ever use this, and it slows things down. If we want to use it, we should just do so on a couple of builds rather than all of them.
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
(We really don't need to kick off 10 builds for the branch as well as 10 for the PR)
-
Richard van der Hoff authored
Co-Authored-By:
neilisfragile <neil@matrix.org>
-
Richard van der Hoff authored
Co-Authored-By:
neilisfragile <neil@matrix.org>
-
Richard van der Hoff authored
Allow backslashes in event field filters
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix a number of flake8 errors
-
Erik Johnston authored
Add v2 state resolution algorithm
-
Richard van der Hoff authored
Fixes a bug introduced in https://github.com/matrix-org/synapse/pull/1783 which meant that single backslashes were not allowed in event field filters. The intention here is to allow single-backslashes, but disallow double-backslashes.
-
Richard van der Hoff authored
Broadly three things here: * disable W504 which seems a bit whacko * remove a bunch of `as e` expressions from exception handlers that don't use them * use `r""` for strings which include backslashes Also, we don't use pep8 any more, so we can get rid of the duplicate config there.
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Clean up the way logcontexts and threads work in the pushers
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Clean up room alias creation
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... and rename it, for even more sanity
-
- Oct 23, 2018
-
-
Neil Johnson authored
-
Travis Ralston authored
Handle HttpResponseException more safely for federated groups
-
Travis Ralston authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Wrap calls to deferToThread() in a thing which uses a child logcontext to attribute CPU usage to the right request. While we're in the area, remove the logcontext_tracer stuff, which is never used, and afaik doesn't work. Fixes #4064
-
Richard van der Hoff authored
Add information about the matrix-docker-ansible-deploy playbook
-
- Oct 22, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
We don't do anything with the result, so this is needed to give this code a logcontext.
-