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 plugin org.openapi.generator to v7.8.0 #747

Merged
merged 1 commit into from
Sep 19, 2024

chore(deps): update plugin org.openapi.generator to v7.8.0

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

chore(deps): update plugin org.openapi.generator to v7.8.0 #747

chore(deps): update plugin org.openapi.generator to v7.8.0
dfb6153
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Sep 18, 2024 in 0s

65 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test/TEST-de.codecentric.hc.report.api.AchievementRatesExtKtTest.xml 2βœ… 3ms
test/TEST-de.codecentric.hc.report.date.LocalDateExtKtTest.xml 1βœ… 3ms
test/TEST-de.codecentric.hc.report.DateIteratorTest$has#20next.xml 3βœ… 145ms
test/TEST-de.codecentric.hc.report.DateIteratorTest$next.xml 4βœ… 18ms
test/TEST-de.codecentric.hc.report.HabitServiceTest.xml 1βœ… 703ms
test/TEST-de.codecentric.hc.report.HabitTrackingServiceTest.xml 1βœ… 12ms
test/TEST-de.codecentric.hc.report.ReportApplicationTests.xml 1βœ… 12ms
test/TEST-de.codecentric.hc.report.ReportControllerIntegrationTest.xml 1βœ… 329ms
test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#2030#20days.xml 2βœ… 8ms
test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#207#20days.xml 2βœ… 1ms
test/TEST-de.codecentric.hc.report.ReportServiceTest$monthly#20rate.xml 4βœ… 781ms
test/TEST-de.codecentric.hc.report.ReportServiceTest$weekly#20rate.xml 4βœ… 54ms
test/TEST-de.codecentric.hc.report.TrackedHabitServiceTest$given#201#20habit#20of#20each#20schedule#20frequency#20with#201#20track#20each.xml 2βœ… 146ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20daily#20habit.xml 3βœ… 4ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20monthly#20habit.xml 4βœ… 8ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20weekly#20habit.xml 4βœ… 7ms
test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20tracked#20repetitions#20for#20period.xml 3βœ… 5ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest.xml 5βœ… 163ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest.xml 8βœ… 720ms
test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest.xml 1βœ… 389ms
test/TEST-de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest.xml 8βœ… 254ms
test/TEST-de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest.xml 1βœ… 46ms

βœ…Β test/TEST-de.codecentric.hc.report.api.AchievementRatesExtKtTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.api.AchievementRatesExtKtTest 2βœ… 3ms

βœ…Β de.codecentric.hc.report.api.AchievementRatesExtKtTest

βœ… should map week rate()
βœ… should map month rate()

βœ…Β test/TEST-de.codecentric.hc.report.date.LocalDateExtKtTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.date.LocalDateExtKtTest 1βœ… 3ms

βœ…Β de.codecentric.hc.report.date.LocalDateExtKtTest

βœ… date range should contain every date()

βœ…Β test/TEST-de.codecentric.hc.report.DateIteratorTest$has#20next.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.DateIteratorTest$has next 3βœ… 145ms

βœ…Β de.codecentric.hc.report.DateIteratorTest$has next

βœ… returns true when next date is before inclusive end date()
βœ… returns false when next date is after inclusive end date()
βœ… returns true when next date is equal to inclusive end date()

βœ…Β test/TEST-de.codecentric.hc.report.DateIteratorTest$next.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.DateIteratorTest$next 4βœ… 18ms

βœ…Β de.codecentric.hc.report.DateIteratorTest$next

βœ… given day step of 2 and second call, returns two days after start day()
βœ… given first call, returns start date()
βœ… should throw NoSuchElementException when inclusive end date was exceeded()
βœ… given day step of 1 and second call, returns day after start day()

βœ…Β test/TEST-de.codecentric.hc.report.HabitServiceTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.HabitServiceTest 1βœ… 703ms

βœ…Β de.codecentric.hc.report.HabitServiceTest

βœ… should call habit endpoint()

βœ…Β test/TEST-de.codecentric.hc.report.HabitTrackingServiceTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.HabitTrackingServiceTest 1βœ… 12ms

βœ…Β de.codecentric.hc.report.HabitTrackingServiceTest

βœ… should call habit tracking endpoint with habit ID()

βœ…Β test/TEST-de.codecentric.hc.report.ReportApplicationTests.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportApplicationTests 1βœ… 12ms

βœ…Β de.codecentric.hc.report.ReportApplicationTests

βœ… contextLoads()

βœ…Β test/TEST-de.codecentric.hc.report.ReportControllerIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportControllerIntegrationTest 1βœ… 329ms

βœ…Β de.codecentric.hc.report.ReportControllerIntegrationTest

βœ… should return report()

βœ…Β test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#2030#20days.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportPeriodTest$last 30 days 2βœ… 8ms

βœ…Β de.codecentric.hc.report.ReportPeriodTest$last 30 days

βœ… should return date range from today that includes 30 days()
βœ… should include daily, weekly and monthly frequency()

βœ…Β test/TEST-de.codecentric.hc.report.ReportPeriodTest$last#207#20days.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportPeriodTest$last 7 days 2βœ… 1ms

βœ…Β de.codecentric.hc.report.ReportPeriodTest$last 7 days

βœ… should include daily and weekly frequency()
βœ… should return date range from today that includes 7 days()

βœ…Β test/TEST-de.codecentric.hc.report.ReportServiceTest$monthly#20rate.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportServiceTest$monthly rate 4βœ… 781ms

βœ…Β de.codecentric.hc.report.ReportServiceTest$monthly rate

βœ… given 3 habits with sum of 3 actual repetitions and 4 scheduled repetitions, should return 0,75()
βœ… given monthly rate deactivated, should set monthly rate to null()
βœ… given 1 habit with 2 actual repetitions and 4 scheduled repetitions, should return 0,5()
βœ… given 1 daily habit with no tracks, should return 0()

βœ…Β test/TEST-de.codecentric.hc.report.ReportServiceTest$weekly#20rate.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.ReportServiceTest$weekly rate 4βœ… 54ms

βœ…Β de.codecentric.hc.report.ReportServiceTest$weekly rate

βœ… given 1 habit with 2 actual repetitions and 4 scheduled repetitions, should return 0,5()
βœ… given 1 daily habit with no tracks, should return 0()
βœ… given 2 habits with sum of 1 actual repetition and 4 scheduled repetitions, should return 0,25()
βœ… given 1 daily, 1 weekly and 1 monthly habit, should not include monthly habit in weekly rate()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitServiceTest$given#201#20habit#20of#20each#20schedule#20frequency#20with#201#20track#20each.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitServiceTest$given 1 habit of each schedule frequency with 1 track each 2βœ… 146ms

βœ…Β de.codecentric.hc.report.TrackedHabitServiceTest$given 1 habit of each schedule frequency with 1 track each

βœ… given daily frequency, return 1 tracked habit with one track$report_test()
βœ… given daily, weekly and monthly frequency, return 3 tracked habits with one track each$report_test()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20daily#20habit.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given daily habit 3βœ… 4ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given daily habit

βœ… given one repetition and 30-day period, should return 30()
βœ… given one repetition and 7-day period, should return 7()
βœ… given two repetitions and 30-day period, should return 60()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20monthly#20habit.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given monthly habit 4βœ… 8ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given monthly habit

βœ… given two repetitions and 30-day period, should return 2()
βœ… given four repetitions and 7-day period, should return 1()
βœ… given one repetition and 30-day period, should return 1()
βœ… given one repetition and 7-day period, should return 0()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20scheduled#20repetitions#20for#20period$given#20weekly#20habit.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given weekly habit 4βœ… 7ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get scheduled repetitions for period$given weekly habit

βœ… given two repetitions and 30-day period, should return 9()
βœ… given two repetitions and 7-day period, should return 2()
βœ… given one repetition and 30-day period, should return 4()
βœ… given one repetition and 7-day period, should return 1()

βœ…Β test/TEST-de.codecentric.hc.report.TrackedHabitTest$get#20tracked#20repetitions#20for#20period.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.TrackedHabitTest$get tracked repetitions for period 3βœ… 5ms

βœ…Β de.codecentric.hc.report.TrackedHabitTest$get tracked repetitions for period

βœ… given two of three tracks are in date range, should return 2$report_test()
βœ… given three tracks are in date range, should return 3$report_test()
βœ… given one track is in date range, should return 1$report_test()

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest 5βœ… 163ms

βœ…Β de.codecentric.hc.report.web.header.propagation.HeaderPropagationConfigurationTest

βœ… should not provide header propagation rest template customizer bean when tracing is active()
βœ… should configure request scoped header propagation data when tracing is not active()
βœ… should inject servlet request interceptor when tracing is not active()
βœ… should not inject servlet request interceptor when tracing is active()
βœ… should provide header propagation rest template customizer bean when tracing is not active()

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest 8βœ… 720ms

βœ…Β de.codecentric.hc.report.web.header.propagation.HeaderPropagationIntegrationTest

βœ… [1] header=Authorization
βœ… [2] header=x-request-id
βœ… [3] header=x-b3-traceid
βœ… [4] header=x-b3-spanid
βœ… [5] header=x-b3-parentspanid
βœ… [6] header=x-b3-sampled
βœ… [7] header=x-b3-flags
βœ… [8] header=x-ot-span-context

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest 1βœ… 389ms

βœ…Β de.codecentric.hc.report.web.header.propagation.HeaderPropagationRequestInterceptorTest

βœ… should set all headers in the outgoing request()

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest 8βœ… 254ms

βœ…Β de.codecentric.hc.report.web.header.propagation.ServletRequestHeaderInterceptorTest

βœ… [1] header=Authorization
βœ… [2] header=x-request-id
βœ… [3] header=x-b3-traceid
βœ… [4] header=x-b3-spanid
βœ… [5] header=x-b3-parentspanid
βœ… [6] header=x-b3-sampled
βœ… [7] header=x-b3-flags
βœ… [8] header=x-ot-span-context

βœ…Β test/TEST-de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest.xml

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

Test suite Passed Failed Skipped Time
de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest 1βœ… 46ms

βœ…Β de.codecentric.hc.report.web.header.propagation.TracingBaggageHeaderPropagationIntegrationTest

βœ… [1] header=Authorization