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 dependency werkzeug to v3 - autoclosed #559

Closed
wants to merge 1 commit into from

chore(deps): update dependency werkzeug to v3

ba9514d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update dependency werkzeug to v3 - autoclosed #559

chore(deps): update dependency werkzeug to v3
ba9514d
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Oct 24, 2023 in 1s

Test results βœ…

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.hc.gateway.monitoring.MonitoringIntTest.xml 2βœ… 6s
intTest/TEST-de.codecentric.hc.gateway.routing.HabitsIntTest.xml 3βœ… 1s
intTest/TEST-de.codecentric.hc.gateway.routing.ReportIntTest.xml 1βœ… 307ms
intTest/TEST-de.codecentric.hc.gateway.routing.TrackIntTest.xml 2βœ… 140ms
intTest/TEST-de.codecentric.hc.gateway.routing.UiIntTest.xml 4βœ… 218ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigIntTest.xml 3βœ… 296ms
intTest/TEST-de.codecentric.hc.gateway.security.SecurityConfigOauthIntTest.xml 2βœ… 180ms
test/TEST-de.codecentric.hc.gateway.filters.AddRequestHeaderUserIdTest.xml 5βœ… 2s
test/TEST-de.codecentric.hc.gateway.filters.RewriteTrackPathWithUserIdTest.xml 6βœ… 115ms
test/TEST-de.codecentric.hc.gateway.filters.UserIdMissingExceptionTest.xml 1βœ… 3ms
test/TEST-de.codecentric.hc.gateway.security.ApplicationUserTest.xml 1βœ… 16ms
test/TEST-de.codecentric.hc.gateway.security.SecurityConfigTest.xml 3βœ… 13s

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

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

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

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

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

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

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

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

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

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

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

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

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

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

βœ… getAchievementReportShouldReturnAchievementReport()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

βœ… shouldHaveExpectedMessage()

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

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

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

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

βœ… shouldHave100UsersForLoadAndPerformanceTesting()

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

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

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

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

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