fix(deps): update patch, pin, image digest versions #488
Test results β
β Β 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 4s with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingControllerRestAssuredTest | 13β | 4s |
β Β 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 876ms with 13 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest | 13β | 876ms |
β Β 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 71ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest | 1β | 71ms |
β Β 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 87ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest | 4β | 87ms |
β Β de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest
β
withErrorAndCauseAndTemplateProperties()
β
withError()
β
withErrorAndTemplateProperties()
β
withErrorAndCause()
β Β test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml
4 tests were completed in 267ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest | 4β | 267ms |
β Β 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 1000ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest | 5β | 1000ms |
β Β 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 92ms with 5 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest | 5β | 92ms |
β Β 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 9ms with 4 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorExceptionTest | 4β | 9ms |
β Β de.codecentric.habitcentric.track.error.ApiErrorExceptionTest
β
withErrorAndCauseAndTemplateProperties()
β
withError()
β
withErrorAndTemplateProperties()
β
withErrorAndCause()
β Β test/TEST-de.codecentric.habitcentric.track.error.ApiErrorResponseTest.xml
1 tests were completed in 1ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorResponseTest | 1β | 1ms |
β Β de.codecentric.habitcentric.track.error.ApiErrorResponseTest
β
errorOccurrencesCanBeIdentifiedByAnUniqueId()
β Β test/TEST-de.codecentric.habitcentric.track.error.ApiErrorTest.xml
8 tests were completed in 234ms with 8 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.error.ApiErrorTest | 8β | 234ms |
β Β 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 34ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest | 1β | 34ms |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest
β
shouldExtractDatesFromTrackRecords()
β Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml
3 tests were completed in 527ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest | 3β | 527ms |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest
β
shouldReturnEmptyArrayWhenTrackRecordsAreNotFound()
β
shouldFilterOutDuplicateTrackRecords()
β
shouldReturnTrackRecords()
β Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml
2 tests were completed in 4ms with 2 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest | 2β | 4ms |
β Β de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest
β
withErrorAndCauseAndTemplateProperties()
β
withErrorAndTemplateProperties()
β Β test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml
3 tests were completed in 67ms with 3 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest | 3β | 67ms |
β Β 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 88ms with 1 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest | 1β | 88ms |
β Β de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest
β
canHandleConstraintViolationExceptions()