- Oct 31, 2018
-
-
Travis Ralston authored
-
Travis Ralston authored
-
Richard van der Hoff authored
Attempt to move room aliases on room upgrades
-
Richard van der Hoff authored
Fix typo in docker-compose.yml
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
I found these helpful in debugging my room upgrade tests.
-
Richard van der Hoff authored
Attempt to fix tox installs
-
Jonas Schürmann authored
Signed-off-by:
Jonas Schürmann <jonasschuermann@aol.de>
-
Amber Brown authored
-
Amber Brown authored
-
- Oct 30, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
It seems that, at some point, the ability to run tox on old servers (with old setuptools) got broken - and it was only working on our Jenkins instance by dint of reusing the tox environments. Let's try to get tox to do the right thing, and remove the guff from jenkins/prepare_synapse.sh. (There is a separate question about whether the jenkins builds should be using tox to prepare the virtualenv at all here, but that is somewhat orthogonal).
-
Amber Brown authored
-
Amber Brown authored
-
Erik Johnston authored
Delete unreferenced state groups during purge
-
Amber Brown authored
-
- Oct 29, 2018
-
-
Erik Johnston authored
A couple of replication fixes for device lists
-
Erik Johnston authored
Erikj/repl names
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
We currently send several kHz of device list updates over replication occisonally, which often causes the replications streams to lag and then get dropped. A lot of those updates will actually be duplicates, since we don't send e.g. device_ids across replication, so let's deduplicate it when we pull them out of the database.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Amber Brown authored
-
Richard van der Hoff authored
Remember to copy the avatar on room upgrades
-
Richard van der Hoff authored
Better handling of odd PLs during room upgrades
-
Richard van der Hoff authored
Room version upgrade support
-
Amber Brown authored
-
- Oct 26, 2018
-
-
Richard van der Hoff authored
Fixes handling of rooms where we have permission to send the tombstone, but not other state. We need to (a) fail more gracefully when we can't send the PLs in the old room, and (b) not set the PLs in the new room until we are done with the other stuff.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Improve comments, get old room state from the context we already have
-
Erik Johnston authored
-
Amber Brown authored
-
- Oct 25, 2018
-
-
Richard van der Hoff authored
This test stubbed out some stuff in a very weird way. I have no idea why. It broke.
-
Richard van der Hoff authored
Make Docker image listen on ipv6 as well as ipv4
-