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

chore(deps): update docker/login-action action to v3 #545

Merged
merged 1 commit into from
Sep 29, 2023

chore(deps): update docker/login-action action to v3

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

chore(deps): update docker/login-action action to v3 #545

chore(deps): update docker/login-action action to v3
f5f1985
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test results succeeded Sep 29, 2023 in 0s

Test results βœ…

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml 2βœ… 4s
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml 3βœ… 629ms
intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml 1βœ… 239ms
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml 2βœ… 77ms
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml 4βœ… 452ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml 3βœ… 234ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml 2βœ… 134ms
test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml 5βœ… 1s
test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml 6βœ… 67ms
test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml 1βœ… 0ms
test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml 1βœ… 23ms
test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml 3βœ… 12s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

βœ… getAchievementReportShouldReturnAchievementReport()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

βœ…Β 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 67ms with 6 passed, 0 failed and 0 skipped.

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

βœ…Β 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 0ms with 1 passed, 0 failed and 0 skipped.

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

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

βœ… shouldHaveExpectedMessage()

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

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

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

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

βœ… shouldHave100UsersForLoadAndPerformanceTesting()

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

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

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

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

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