0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2025-01-12 09:43:43 +01:00
dendrite/clientapi/routing
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
..
account_data.go
admin.go Add /_dendrite/admin/purgeRoom/{roomID} (#2662) 2023-01-19 21:02:32 +01:00
admin_whois.go
aliases.go
auth_fallback.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
auth_fallback_test.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
capabilities.go
createroom.go
deactivate.go
device.go
directory.go
directory_public.go
directory_public_test.go
joined_rooms.go
joinroom.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
joinroom_test.go Handle guest access [1/2?] (#2872) 2022-12-22 13:05:59 +01:00
key_backup.go
key_crosssigning.go
keys.go
leaveroom.go Add Sytest/Complement coverage to scheduled runs (#2962) 2023-02-03 13:42:35 +01:00
login.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
login_test.go Fix /login issue causing wrong device list updates (#2922) 2023-01-10 17:02:38 +01:00
logout.go
membership.go
notification.go
openid.go
password.go Add clientapi tests (#2916) 2022-12-23 14:11:11 +01:00
peekroom.go
presence.go
profile.go
pusher.go
pushrules.go
receipt.go
redaction.go
register.go Add Sytest/Complement coverage to scheduled runs (#2962) 2023-02-03 13:42:35 +01:00
register_secret.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_secret_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
register_test.go Handle DisplayName field in admin user registration endpoint (#2935) 2023-01-10 18:09:25 +00:00
room_tagging.go
routing.go Add Sytest/Complement coverage to scheduled runs (#2962) 2023-02-03 13:42:35 +01:00
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