mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
This adds Sytest and Complement coverage reporting to the nightly scheduled CI runs. Fixes a few API mode related issues as well, since we seemingly never really ran them with Complement. Also fixes a bug related to device list changes: When we pass in an empty `newlyLeftRooms` slice, we got a list of all currently joined rooms with the corresponding members. When we then got the `newlyJoinedRooms`, we wouldn't update the `changed` slice, because we already got the user from the `newlyLeftRooms` query. This is fixed by simply ignoring empty `newlyLeftRooms`. |
||
|---|---|---|
| .. | ||
| build-test-lint.sh | ||
| complement-cmd.sh | ||
| Complement.Dockerfile | ||
| complement.sh | ||
| ComplementLocal.Dockerfile | ||
| ComplementPostgres.Dockerfile | ||
| find-lint.sh | ||
| install-local-kafka.sh | ||
| README.md | ||
Dev Scripts
These are a collection of scripts that should be helpful for those developing on dendrite.
See find-lint.sh for environment variables that control linter resource
usage.