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 patch, pin, image digest versions #447

Merged
merged 1 commit into from
Jul 20, 2023

chore(deps): update patch, pin, image digest versions

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

chore(deps): update patch, pin, image digest versions #447

chore(deps): update patch, pin, image digest versions
c75cbaf
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Jul 20, 2023 in 1s

Test results ✅

Tests passed successfully

Report Passed Failed Skipped Time
intTest/TEST-de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest.xml 4✅ 3s
intTest/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest.xml 13✅ 5s
intTest/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest.xml 13✅ 879ms
intTest/TEST-de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest.xml 1✅ 74ms
test/TEST-de.codecentric.habitcentric.track.ApplicationConfigurationTest.xml 2✅ 2s
test/TEST-de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest.xml 4✅ 115ms
test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml 4✅ 381ms
test/TEST-de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest.xml 5✅ 983ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest.xml 5✅ 136ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionTest.xml 4✅ 14ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorResponseTest.xml 1✅ 0ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorTest.xml 8✅ 190ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest.xml 1✅ 28ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml 3✅ 418ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml 2✅ 6ms
test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml 3✅ 74ms
test/TEST-de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest.xml 1✅ 72ms

✅ intTest/TEST-de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest 4✅ 3s

✅ de.codecentric.habitcentric.track.error.matcher.ApiErrorMatcherTest

✅ hasErrorShouldMatchResponsesWithRelevantError()
✅ hasErrorShouldNotMatchResponsesWithoutRelevantError()
✅ hasErrorShouldThrowExceptionWhenResponsesAreInvalid()
✅ describeToShouldReturnExpectedErrorsAsJson()

✅ intTest/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest 13✅ 5s

✅ de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest

✅ shouldIgnoreDuplicatesAndOrderTrackRecordsChronological()
✅ shouldReturnUpdatedTrackRecords()
✅ shouldRejectPutRequestsWithoutBody()
✅ shouldReturnEmptyArrayWithoutTrackRecords()
✅ shouldRejectGetRequestsWithUserIdLongerThan64Characters()
✅ shouldReturnCreatedTrackRecords()
✅ shouldRejectGetRequestsWithInvalidUserId()
✅ shouldRejectPutRequestsWithoutInvalidDates()
✅ shouldRejectPutRequestsWithInvalidUserId()
✅ shouldRejectPutRequestsWithInvalidContentType()
✅ shouldRejectPutRequestsWithoutPositiveHabitId()
✅ shouldRejectGetRequestsWithoutPositiveHabitId()
✅ shouldRejectPutRequestsWithUserIdLongerThan64Characters()

✅ intTest/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest 13✅ 879ms

✅ de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest

✅ shouldIgnoreDuplicatesAndOrderTrackRecordsChronological()
✅ shouldReturnUpdatedTrackRecords()
✅ shouldRejectPutRequestsWithoutBody()
✅ shouldReturnEmptyArrayWithoutTrackRecords()
✅ shouldRejectGetRequestsWithUserIdLongerThan64Characters()
✅ shouldReturnCreatedTrackRecords()
✅ shouldRejectGetRequestsWithInvalidUserId()
✅ shouldRejectPutRequestsWithoutInvalidDates()
✅ shouldRejectPutRequestsWithInvalidUserId()
✅ shouldRejectPutRequestsWithInvalidContentType()
✅ shouldRejectPutRequestsWithoutPositiveHabitId()
✅ shouldRejectGetRequestsWithoutPositiveHabitId()
✅ shouldRejectPutRequestsWithUserIdLongerThan64Characters()

✅ intTest/TEST-de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest 1✅ 74ms

✅ de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest

✅ healthEndpointShouldReturnHttpStatusCode200()

✅ test/TEST-de.codecentric.habitcentric.track.ApplicationConfigurationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.ApplicationConfigurationTest 2✅ 2s

✅ de.codecentric.habitcentric.track.ApplicationConfigurationTest

✅ shouldUseInsecureJwtDecoder()
✅ shouldUseFixedLocaleUs()

✅ test/TEST-de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest 4✅ 115ms

✅ de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest

✅ withErrorAndCauseAndTemplateProperties()
✅ withError()
✅ withErrorAndTemplateProperties()
✅ withErrorAndCause()

✅ test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest 4✅ 381ms

✅ de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest

✅ decode_whenInvalidSignatureToken_thenSuccess()
✅ decode_whenMalformedPayloadToken_thenJwtException()
✅ decode_whenValidToken_thenSuccess()
✅ decode_whenMalformedHeaderToken_thenJwtException()

✅ test/TEST-de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest 5✅ 983ms

✅ de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest

✅ shouldNotSupportParametersWithoutUserIdAnnotation()
✅ shouldThrowAnExceptionWhenTheAuthorizationHeaderIsMissing()
✅ shouldSupportParametersWithUserIdAnnotation()
✅ shouldExtractUserIdFromJwtToken()
✅ shouldThrowAnExceptionWhenTheAuthorizationHeaderIsBasicAuth()

✅ test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest 5✅ 136ms

✅ de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest

✅ handleShouldMapApiExceptionsWithCauseAndTemplateProperties()
✅ toResponseErrorShouldMapApiErrorsWithoutDetail()
✅ toResponseErrorShouldMapApiErrors()
✅ handleShouldMapApiExceptions()
✅ toResponseErrorShouldMapApiErrorsWithPlaceholders()

✅ test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorExceptionTest 4✅ 14ms

✅ de.codecentric.habitcentric.track.error.ApiErrorExceptionTest

✅ withErrorAndCauseAndTemplateProperties()
✅ withError()
✅ withErrorAndTemplateProperties()
✅ withErrorAndCause()

✅ test/TEST-de.codecentric.habitcentric.track.error.ApiErrorResponseTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorResponseTest 1✅ 0ms

✅ de.codecentric.habitcentric.track.error.ApiErrorResponseTest

✅ errorOccurrencesCanBeIdentifiedByAnUniqueId()

✅ test/TEST-de.codecentric.habitcentric.track.error.ApiErrorTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorTest 8✅ 190ms

✅ de.codecentric.habitcentric.track.error.ApiErrorTest

✅ statusCodeShouldBeValid()
✅ titleShouldNotBeBlank()
✅ detailCanBeAnEmptyOptional()
✅ detailShouldNotBeNull()
✅ codeShouldBeUnique()
✅ getDetailCanReplaceTemplateProperties()
✅ titleShouldNotHavePlaceholders()
✅ codeShouldNotBeBlank()

✅ test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest 1✅ 28ms

✅ de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest

✅ shouldExtractDatesFromTrackRecords()

✅ test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest 3✅ 418ms

✅ de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest

✅ shouldReturnEmptyArrayWhenTrackRecordsAreNotFound()
✅ shouldFilterOutDuplicateTrackRecords()
✅ shouldReturnTrackRecords()

✅ test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest 2✅ 6ms

✅ de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest

✅ withErrorAndCauseAndTemplateProperties()
✅ withErrorAndTemplateProperties()

✅ test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest 3✅ 74ms

✅ de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest

✅ shouldReturnEmptyArrayWhenTrackRecordsAreNotFound()
✅ shouldFilterOutDuplicateTrackRecords()
✅ shouldReturnTrackRecords()

✅ test/TEST-de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest 1✅ 72ms

✅ de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest

✅ canHandleConstraintViolationExceptions()