dendrite/build/scripts
Till baf118b08c
Add Sytest/Complement coverage to scheduled runs (#2962)
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`.
2023-02-03 13:42:35 +01:00
..
build-test-lint.sh Add race testing to tests, and fix a few small race conditions in the tests (#2587) 2022-08-05 09:19:33 +01:00
complement-cmd.sh Add Sytest/Complement coverage to scheduled runs (#2962) 2023-02-03 13:42:35 +01:00
Complement.Dockerfile Add possibility to run complement with coverage enabled (#2901) 2022-12-23 14:28:15 +01:00
complement.sh Update complement.sh 2020-09-03 10:07:14 +01:00
ComplementLocal.Dockerfile Add possibility to run complement with coverage enabled (#2901) 2022-12-23 14:28:15 +01:00
ComplementPostgres.Dockerfile Add possibility to run complement with coverage enabled (#2901) 2022-12-23 14:28:15 +01:00
find-lint.sh Update golangci-lint, how it's installed, and added to the PATH (#2403) 2022-04-29 08:55:35 +01:00
install-local-kafka.sh Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00
README.md Fix #897 and shuffle directory around (#1054) 2020-05-21 14:40:13 +01:00

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.