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.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βœ… 830ms
intTest/TEST-de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest.xml 1βœ… 54ms
test/TEST-de.codecentric.habitcentric.track.ApplicationConfigurationTest.xml 2βœ… 2s
test/TEST-de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest.xml 4βœ… 93ms
test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml 4βœ… 255ms
test/TEST-de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest.xml 5βœ… 907ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest.xml 5βœ… 121ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorExceptionTest.xml 4βœ… 13ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorResponseTest.xml 1βœ… 1ms
test/TEST-de.codecentric.habitcentric.track.error.ApiErrorTest.xml 8βœ… 219ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest.xml 1βœ… 30ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml 3βœ… 380ms
test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml 2βœ… 1ms
test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml 3βœ… 57ms
test/TEST-de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest.xml 1βœ… 53ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtRestAssuredTest 13βœ… 830ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.monitoring.MonitoringRestAssuredTest 1βœ… 54ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest 4βœ… 93ms

βœ…Β de.codecentric.habitcentric.track.auth.AuthErrorExceptionTest

βœ… withErrorAndCauseAndTemplateProperties()
βœ… withError()
βœ… withErrorAndTemplateProperties()
βœ… withErrorAndCause()

βœ…Β test/TEST-de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.auth.InsecureJwtDecoderTest 4βœ… 255ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.auth.UserIdArgumentResolverTest 5βœ… 907ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorExceptionHandlerTest 5βœ… 121ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorExceptionTest 4βœ… 13ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.error.ApiErrorTest 8βœ… 219ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest 1βœ… 30ms

βœ…Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerTest

βœ… shouldExtractDatesFromTrackRecords()

βœ…Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest 3βœ… 380ms

βœ…Β de.codecentric.habitcentric.track.habit.HabitTrackingControllerWebMvcTest

βœ… shouldReturnEmptyArrayWhenTrackRecordsAreNotFound()
βœ… shouldFilterOutDuplicateTrackRecords()
βœ… shouldReturnTrackRecords()

βœ…Β test/TEST-de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest 2βœ… 1ms

βœ…Β de.codecentric.habitcentric.track.habit.HabitTrackingErrorExceptionTest

βœ… withErrorAndCauseAndTemplateProperties()
βœ… withErrorAndTemplateProperties()

βœ…Β test/TEST-de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.jwt.HabitTrackingControllerJwtWebMvcTest 3βœ… 57ms

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

Test suite Passed Failed Skipped Time
de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest 1βœ… 53ms

βœ…Β de.codecentric.habitcentric.track.habit.validation.ConstraintViolationExceptionHandlerTest

βœ… canHandleConstraintViolationExceptions()