- Oct 18, 2022
-
-
realtyem authored
Also update `subprocess.check_output` to the slightly newer `subprocess.run`. Signed-off-by:
Jason Little <realtyem@gmail.com>
-
- Oct 17, 2022
-
-
Erik Johnston authored
-
- Oct 14, 2022
-
-
realtyem authored
-
realtyem authored
-
Patrick Cloke authored
Stabilize the threads API (MSC3856) by supporting (only) the v1 path for the endpoint. This also marks the API as safe for workers since it is a read-only API.
-
- Oct 13, 2022
-
-
Erik Johnston authored
Co-authored-by:
David Robertson <davidr@element.io>
-
- Oct 12, 2022
-
-
Patrick Cloke authored
Co-authored-by:
Eric Eastwood <erice@element.io>
-
David Robertson authored
-
- Oct 11, 2022
-
-
Erik Johnston authored
-
- Oct 06, 2022
-
-
David Robertson authored
-
- Oct 05, 2022
-
-
Richard van der Hoff authored
Have nginx send its logs to stderr/out, so that we can debug https://github.com/matrix-org/synapse/issues/13334.
-
- Sep 27, 2022
-
-
Mathieu Velten authored
Signed-off-by:
Mathieu Velten <mathieuv@matrix.org> Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Sep 16, 2022
-
-
Mathieu Velten authored
Signed-off-by:
Mathieu Velten <mathieuv@matrix.org>
-
Mathieu Velten authored
Doing so in the base postgres image doesn't work with buildah because changes in a declared VOLUME in the Dockerfile is supposed to be discarded, cf https://docs.docker.com/engine/reference/builder/#volume Signed-off-by:
Mathieu Velten <mathieuv@matrix.org>
-
- Sep 06, 2022
-
-
Erik Johnston authored
-
- Sep 01, 2022
-
-
Erik Johnston authored
-
- Aug 12, 2022
-
-
reivilibre authored
-
- Aug 04, 2022
-
-
Richard van der Hoff authored
Part of my continuing quest to make the docker images build quicker: copy nginx and redis in from base docker images, rather than apt installing each time.
-
- Aug 03, 2022
-
-
Jasper Spaans authored
-
- Aug 01, 2022
-
-
reivilibre authored
Co-authored-by:
Sean Quah <8349537+squahtx@users.noreply.github.com>
-
- Jul 21, 2022
-
-
Brendan Abolivier authored
Co-authored-by:
David Robertson <davidr@element.io>
-
- Jul 19, 2022
-
-
David Robertson authored
-
- Jul 15, 2022
-
-
David Robertson authored
-
Richard van der Hoff authored
When building the docker images for complement testing, copy a preinstalled complement over from a base image, rather than apt installing it. This avoids network traffic and is much faster.
-
- Jul 05, 2022
-
-
reivilibre authored
Add the ability to set the log level using the `SYNAPSE_TEST_LOG_LEVEL` environment when using `complement.sh`. (#13152)
-
- Jul 04, 2022
-
-
Till authored
-
- Jul 01, 2022
-
-
reivilibre authored
-
- Jun 30, 2022
-
-
reivilibre authored
Improve startup times in Complement test runs against workers, particularly in CPU-constrained environments. (#13127) Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Jun 27, 2022
-
-
reivilibre authored
Refactor the Dockerfile-workers configuration script to use Jinja2 templates in Synapse workers' Supervisord blocks. (#13054) Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Jun 16, 2022
-
-
reivilibre authored
-
Richard van der Hoff authored
If no database is configured explicitly, use sqlite. This means that you don't have to pass any variables into the image.
-
- Jun 15, 2022
-
-
Erik Johnston authored
-
reivilibre authored
-
reivilibre authored
-
- Jun 08, 2022
-
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- May 25, 2022
-
-
Nick Mills-Barrett authored
-
- May 24, 2022
-
-
Erik Johnston authored
-
- May 23, 2022
-
-
reivilibre authored
Co-authored-by:
Patrick Cloke <clokep@users.noreply.github.com>
-
reivilibre authored
Fix Complement `TestCanRegisterAdmin` with workers, by adding Complement's shared registration secret. (#12819)
-
reivilibre authored
-