Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge the Complement testing Docker images into a single, multi-purpose ↵ | reivilibre | 2022-06-08 | 3 | -167/+0 |
| | | | | | 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 | 3 | -82/+15 |
| | |||||
* | Update configs used by Complement to allow more invites (#12731) | Till | 2022-05-13 | 1 | -0/+12 |
| | |||||
* | Use supervisord to supervise Postgres and Caddy in the Complement image. ↵ | reivilibre | 2022-04-27 | 3 | -6/+23 |
| | | | | | (#12480) Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | ||||
* | complement-synapse-workers: factor out separate entry point script (#12467) | Richard van der Hoff | 2022-04-14 | 1 | -0/+50 |
| | | | ... with a bit more verbosity. | ||||
* | Enable certificate checking during complement tests (#12435) | Richard van der Hoff | 2022-04-11 | 1 | -5/+0 |
| | |||||
* | Move complement setup stuff into the Synapse repo (#12404) | Richard van der Hoff | 2022-04-11 | 2 | -0/+149 |
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. |