Skip to content

fix(deps): update dependency oidc-client-ts to v3

Sign in for the full log view
GitHub Actions / Test results succeeded Oct 4, 2024 in 0s

33 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml 2βœ… 3s
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml 3βœ… 497ms
intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml 1βœ… 179ms
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml 2βœ… 81ms
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml 4βœ… 149ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml 3βœ… 166ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml 2βœ… 112ms
test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml 5βœ… 1s
test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml 6βœ… 55ms
test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml 1βœ… 1ms
test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml 1βœ… 11ms
test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml 3βœ… 9s

βœ…Β intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml

2 tests were completed in 3s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.monitoring.MonitoringIntTest 2βœ… 3s

βœ…Β de.codecentric.hc.gateway.monitoring.MonitoringIntTest

βœ… getActuatorHealthShouldReturnOk()
βœ… getActuatorShouldReturnOk()

βœ…Β intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml

3 tests were completed in 497ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.HabitsIntTest 3βœ… 497ms

βœ…Β de.codecentric.hc.gateway.routing.HabitsIntTest

βœ… postHabitsShouldReturnCreated()
βœ… getHabitsShouldReturnHabits()
βœ… deleteHabitsShouldReturnOk()

βœ…Β intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml

1 tests were completed in 179ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.ReportIntTest 1βœ… 179ms

βœ…Β de.codecentric.hc.gateway.routing.ReportIntTest

βœ… getAchievementReportShouldReturnAchievementReport()

βœ…Β intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml

2 tests were completed in 81ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.TrackIntTest 2βœ… 81ms

βœ…Β de.codecentric.hc.gateway.routing.TrackIntTest

βœ… getTrackRecordsShouldReturnTrackRecordsForHabits()
βœ… putTrackRecordsShouldUpsertTrackRecordsForHabits()

βœ…Β intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml

4 tests were completed in 149ms with 4 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.routing.UiIntTest 4βœ… 149ms

βœ…Β de.codecentric.hc.gateway.routing.UiIntTest

βœ… getUiShouldReturnTheHabitUi()
βœ… getIndexShouldRedirectToTheHabitUi()
βœ… getUiWithAnyRouteShouldReturnTheHabitUi()
βœ… getUiWithOverviewRouteShouldReturnTheHabitUiOverview()

βœ…Β intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml

3 tests were completed in 166ms with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.SecurityConfigIntTest 3βœ… 166ms

βœ…Β de.codecentric.hc.gateway.security.SecurityConfigIntTest

βœ… actuatorRequestsWithInvalidUserRoleShouldBeForbidden()
βœ… requestsWithInvalidUserRoleShouldBeForbidden()
βœ… requestsWithoutAuthShouldBeOk()

βœ…Β intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml

2 tests were completed in 112ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest 2βœ… 112ms

βœ…Β de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest

βœ… requestsWithoutAuthShouldRedirectToOauthLogin()
βœ… requestsWithAuthenticatedOauth2UserShouldBeOk()

βœ…Β test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml

5 tests were completed in 1s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest 5βœ… 1s

βœ…Β de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest

βœ… mutateExchange should set the userId as header
βœ… userIdShouldBeNullWithoutSecurityContext()
βœ… shouldCreateFilterInstance()
βœ… [1] userId=null
βœ… [2] userId=

βœ…Β test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml

6 tests were completed in 55ms with 6 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest 6βœ… 55ms

βœ…Β de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest

βœ… /track/users/default/habits when userId is default
βœ… /track/users/%3F=&%23+/habits when userId is ?=&#+
βœ… [1] userId=null
βœ… [2] userId=
βœ… userIdShouldBeNullWithoutSecurityContext()
βœ… shouldCreateFilterInstance()

βœ…Β test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml

1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest 1βœ… 1ms

βœ…Β de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest

βœ… shouldHaveExpectedMessage()

βœ…Β test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml

1 tests were completed in 11ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.ApplicationUserTest 1βœ… 11ms

βœ…Β de.codecentric.hc.gateway.security.ApplicationUserTest

βœ… shouldHave100UsersForLoadAndPerformanceTesting()

βœ…Β test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml

3 tests were completed in 9s with 3 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.codecentric.hc.gateway.security.SecurityConfigTest 3βœ… 9s

βœ…Β de.codecentric.hc.gateway.security.SecurityConfigTest

βœ… passwordEncoderShouldReturnPasswordEncoder()
βœ… springSecurityFilterChainShouldNotThrowExceptionWithHttpBasic()
βœ… userDetailsServiceShouldHaveExpectedUsers()