Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complement: init postgres DB directly inside the target image (#13819) | Mathieu Velten | 2022-09-16 | 1 | -11/+9 |
| | | | | | | | 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> | ||||
* | Call out buildkit is required when building test docker images (#13338) | Brendan Abolivier | 2022-07-21 | 1 | -0/+1 |
| | | | Co-authored-by: David Robertson <davidr@element.io> | ||||
* | Rate limit joins per-room (#13276) | David Robertson | 2022-07-19 | 1 | -0/+4 |
| | |||||
* | Docker: copy postgres from base image (#13279) | Richard van der Hoff | 2022-07-15 | 2 | -34/+50 |
| | | | | | | 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. | ||||
* | [Complement] Allow device_name lookup over federation (#13167) | Till | 2022-07-04 | 1 | -0/+2 |
| | |||||
* | Improve startup times in Complement test runs against workers, particularly ↵ | reivilibre | 2022-06-30 | 1 | -0/+3 |
| | | | | | in CPU-constrained environments. (#13127) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Add a Subject Alternative Name to the certificate generated for Complement ↵ | reivilibre | 2022-06-16 | 1 | -3/+19 |
| | | | | tests. (#13071) | ||||
* | Complement: use SQLite by default (#13075) | Richard van der Hoff | 2022-06-16 | 2 | -2/+2 |
| | | | | | If no database is configured explicitly, use sqlite. This means that you don't have to pass any variables into the image. | ||||
* | Change default `sync_response_cache_duration` (#13042) | Erik Johnston | 2022-06-15 | 1 | -0/+6 |
| | |||||
* | Collapse Docker build commands in Complement CI runs to make the logs easier ↵ | reivilibre | 2022-06-15 | 1 | -1/+1 |
| | | | | to read. (#13058) | ||||
* | Merge the Complement testing Docker images into a single, multi-purpose ↵ | reivilibre | 2022-06-08 | 10 | -300/+179 |
| | | | | | image. (#12881) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Support registering Application Services when running with workers under ↵ | reivilibre | 2022-05-23 | 1 | -0/+5 |
| | | | | | Complement. (#12826) Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com> | ||||
* | Fix Complement `TestCanRegisterAdmin` with workers, by adding Complement's ↵ | reivilibre | 2022-05-23 | 1 | -0/+6 |
| | | | | shared registration secret. (#12819) | ||||
* | Remove Caddy from the Synapse workers image used in Complement. (#12818) | reivilibre | 2022-05-23 | 4 | -93/+16 |
| | |||||
* | Update configs used by Complement to allow more invites (#12731) | Till | 2022-05-13 | 2 | -0/+24 |
| | |||||
* | Use supervisord to supervise Postgres and Caddy in the Complement image. ↵ | reivilibre | 2022-04-27 | 4 | -7/+27 |
| | | | | | (#12480) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | Await un-partial-stating after a partial-state join (#12399) | Richard van der Hoff | 2022-04-21 | 1 | -1/+3 |
| | | | | | | 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. | ||||
* | complement-synapse-workers: factor out separate entry point script (#12467) | Richard van der Hoff | 2022-04-14 | 2 | -33/+57 |
| | | | ... with a bit more verbosity. | ||||
* | Enable certificate checking during complement tests (#12435) | Richard van der Hoff | 2022-04-11 | 2 | -12/+0 |
| | |||||
* | Move complement setup stuff into the Synapse repo (#12404) | Richard van der Hoff | 2022-04-11 | 8 | -0/+421 |
Fixes matrix-org/complement#330 (or it will, once we remove the old files). It's not quite a lift-and-shift: I've also taken the opportunity to get rid of the custom CA that we used to use to sign the TLS certs, which has been superceded by the CA exposed by Complement. |