mirror of
https://github.com/matrix-org/dendrite
synced 2025-01-12 09:43:43 +01:00
baf118b08c
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`. |
||
---|---|---|
.. | ||
account_data.go | ||
admin.go | ||
admin_whois.go | ||
aliases.go | ||
auth_fallback.go | ||
auth_fallback_test.go | ||
capabilities.go | ||
createroom.go | ||
deactivate.go | ||
device.go | ||
directory.go | ||
directory_public.go | ||
directory_public_test.go | ||
joined_rooms.go | ||
joinroom.go | ||
joinroom_test.go | ||
key_backup.go | ||
key_crosssigning.go | ||
keys.go | ||
leaveroom.go | ||
login.go | ||
login_test.go | ||
logout.go | ||
membership.go | ||
notification.go | ||
openid.go | ||
password.go | ||
peekroom.go | ||
presence.go | ||
profile.go | ||
pusher.go | ||
pushrules.go | ||
receipt.go | ||
redaction.go | ||
register.go | ||
register_secret.go | ||
register_secret_test.go | ||
register_test.go | ||
room_tagging.go | ||
routing.go | ||
sendevent.go | ||
sendtodevice.go | ||
sendtyping.go | ||
server_notices.go | ||
server_notices_test.go | ||
state.go | ||
thirdparty.go | ||
threepid.go | ||
upgrade_room.go | ||
userdirectory.go | ||
voip.go | ||
whoami.go |