0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-02 07:48:57 +02:00
dendrite/roomserver/internal
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
..
helpers Fix oops, add simple UT 2022-11-11 16:44:59 +01:00
input AWSY missing federation tests (#2943) 2023-01-20 15:18:06 +01:00
perform Add Sytest/Complement coverage to scheduled runs (#2962) 2023-02-03 13:42:35 +01:00
query Cleanup stale device lists for users we don't share a room with anymore (#2857) 2022-12-12 08:20:59 +01:00
alias.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
api.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00