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

jOOQ transaction fix #51

Merged
merged 8 commits into from
Nov 22, 2020
Merged

jOOQ transaction fix #51

merged 8 commits into from
Nov 22, 2020

Conversation

adamkobor
Copy link
Collaborator

Resolves #50

@adamkobor adamkobor self-assigned this Nov 22, 2020
@codecov
Copy link

codecov bot commented Nov 22, 2020

Codecov Report

Merging #51 (449a2d5) into main (20b0928) will decrease coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #51      +/-   ##
============================================
- Coverage     95.04%   94.91%   -0.14%     
- Complexity      308      312       +4     
============================================
  Files            62       62              
  Lines          1111     1121      +10     
  Branches         91       93       +2     
============================================
+ Hits           1056     1064       +8     
  Misses           22       22              
- Partials         33       35       +2     
Impacted Files Coverage Δ Complexity Δ
.../main/kotlin/com/kuvaszuptime/kuvasz/util/Jooq+.kt 33.33% <ø> (-16.67%) 0.00 <0.00> (ø)
...om/kuvaszuptime/kuvasz/factories/LogbookFactory.kt 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...vaszuptime/kuvasz/handlers/DatabaseEventHandler.kt 100.00% <100.00%> (ø) 9.00 <0.00> (ø)
...aszuptime/kuvasz/repositories/MonitorRepository.kt 97.53% <100.00%> (-0.06%) 8.00 <0.00> (ø)
...szuptime/kuvasz/repositories/SSLEventRepository.kt 100.00% <100.00%> (ø) 10.00 <4.00> (+2.00)
...ptime/kuvasz/repositories/UptimeEventRepository.kt 100.00% <100.00%> (ø) 13.00 <4.00> (+2.00)
...main/kotlin/com/kuvaszuptime/kuvasz/util/Arrow+.kt 0.00% <0.00%> (-100.00%) 0.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20b0928...449a2d5. Read the comment docs.

@adamkobor adamkobor merged commit 17fb944 into main Nov 22, 2020
@adamkobor adamkobor deleted the jooq-transaction-fix-50 branch November 22, 2020 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jooq transaction rollback caveat
1 participant