- Oct 13, 2022
-
-
Erik Johnston authored
Co-authored-by:
David Robertson <davidr@element.io>
-
- Oct 11, 2022
-
-
Erik Johnston authored
-
- 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
-
- May 13, 2022
-
-
Till authored
-
- May 09, 2022
-
-
Richard van der Hoff authored
* Bump the HS startup timeout * Log prefixes for more processes * Bump the overall timeout
-
- May 06, 2022
-
-
reivilibre authored
Add the `notify_appservices_from_worker` configuration option (superseding `notify_appservices`) to allow a generic worker to be designated as the worker to send traffic to Application Services. (#12452)
-
- Apr 27, 2022
-
-
reivilibre authored
Co-authored-by:
Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
-
- Apr 26, 2022
-
-
Jason Robinson authored
Co-authored-by:
David Robertson <davidr@element.io>
-
- Apr 25, 2022
-
-
David Robertson 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
-
- Apr 14, 2022
-
-
Richard van der Hoff authored
This is an attempt to reduce the rebuild time. In short, we reduce the amount of stuff that the dockerfile installs, so as to give a faster startup.
-