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

fix(deps): update patch, pin, image digest versions #488

Merged
merged 1 commit into from
Aug 12, 2023

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

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

fix(deps): update patch, pin, image digest versions #488

fix(deps): update patch, pin, image digest versions
1dd9b6c
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 Aug 12, 2023 in 0s

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βœ… 4s
intTest/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest.xml 13βœ… 876ms
intTest/TEST-de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest.xml 1βœ… 71ms
test/TEST-de.codecentric.habitcentric.track.ApplicationConfigurationTest.xml 2βœ… 2s
test/TEST-de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest.xml 4βœ… 87ms
test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml 4βœ… 267ms
test/TEST-de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest.xml 5βœ… 1000ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest.xml 5βœ… 92ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionTest.xml 4βœ… 9ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorResponseTest.xml 1βœ… 1ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorTest.xml 8βœ… 234ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest.xml 1βœ… 34ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml 3βœ… 527ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml 2βœ… 4ms
test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml 3βœ… 67ms
test/TEST-de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest.xml 1βœ… 88ms

βœ…Β 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()