summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2022-10-17Complement improvementsJonathan de Jong
2022-10-13Lower default log level for dockerexin
2022-06-18Hide users from user directory if they are only in private rooms and they ↵Radek Stępień
don't share a room
2022-02-12Port from Rocket to axumJonas Platte
2021-10-26Add 'Federation publicRoom Name/topic keys are correct' test to sytest whitelistAndrew Morgan
2021-09-14Remove the "register an account with element" testJonas Zohren
Broke due to a timeout and Timo does not like broken tests. Less testing means less failing tests. Also, hopefully sytest is less broken now.
2021-07-19CI: Test registration with element webJonas Zohren
2021-04-14Merge remote-tracking branch 'famedly/master' into developTimo Kösters
2021-03-26sytest testTimo Kösters
2021-03-26Remove build container and use the always present build artifact directlyRudi Floren
Proper chmod caddy and conduit binaries
2021-03-04Fix Complement CI paths Rudi Floren
The final container tried to COPY from the default cargo target dir, but we only checked if cached_target is present. We copy from cached_target to target when cached_target is present now in the builder
2021-02-22Sync paths with CI pipeline due to dockerignore#Valkum
As the docker ignore file includes the target dir, content in this dir is no accessible to the docker daemon. We circumvent this by providing the build artifact in a dir called cached_dir
2021-02-07Merge branch 'are-we-synpase-sync' into 'master'Timo Kösters
Sync are-we-synapse with dendrite See merge request famedly/conduit!21
2021-02-05Sync are-we-synapse with dendriteValkum
2021-02-04Fix binary name typoValkum
2021-01-22Allow the complement test image to use build artifactsValkum
2020-11-09Change CA to PKI per naming in ComplementRudi Floren
2020-11-09Sync with newest complement changesRudi Floren
2020-10-30Fix and Improve Complement testing DockerfileRudi Floren
2020-10-18fix: use device_id when registeringTimo Kösters
TIL body.device_id != (*body).device_id, which is pretty bad, so I renamed body.device_id to body.sender_device
2020-09-17Fix Caddy integration for reverse-proxyRudi Floren
2020-09-17Try to add TLS reverse proxy for complementValkum
2020-09-17Add intermediate container to hide ARGsValkum
ARGs contain secrets to speed up builds
2020-09-16Add Complement dockerfile and move sytest dirValkum