Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a source generator to generate versioned DTOs #1466

Merged
merged 2 commits into from
Aug 19, 2024

Use source generator

91b8a43
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add a source generator to generate versioned DTOs #1466

Use source generator
91b8a43
Select commit
Loading
Failed to load commit list.
GitHub Actions / Authorize access end-to-end test results succeeded Aug 16, 2024 in 1s

12 passed, 0 failed and 0 skipped

Tests passed successfully

✅ TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/TestResults/_fv-az1426-140_2024-08-16_12_33_49.trx

12 tests were completed in 17s with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests 1✅ 2s
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests 3✅ 3s
TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests 8✅ 8s

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.OidcTests

✅ SignInAndOut

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.RequestTrnTests

✅ RequestTrn(isPlanningToTakeAnNpq: False, hasNationalInsuranceNumber: False)
✅ RequestTrn(isPlanningToTakeAnNpq: True, hasNationalInsuranceNumber: False)
✅ RequestTrn(isPlanningToTakeAnNpq: True, hasNationalInsuranceNumber: True)

✅ TeachingRecordSystem.AuthorizeAccess.EndToEndTests.SignInTests

✅ SignIn_KnownUser
✅ SignIn_UnknownUserNotVerified
✅ SignIn_UnknownVerifiedUser_DoesNotMatchWithNinoOrTrn
✅ SignIn_UnknownVerifiedUser_MatchesWithNino
✅ SignIn_UnknownVerifiedUserWithNeitherNinoNorTrn_DoesNotMatch
✅ SignIn_UnknownVerifiedUserWithoutNino_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithTrnTokenAndMatchingDetails_MatchesWithTrn
✅ SignIn_UnknownVerifiedUserWithUnmatchedNino_MatchesWithTrn