revolut-engineering / jooq-plugin

Plugin for generating jOOQ classes using dockerized databases
Apache License 2.0
72 stars 29 forks source link

Volume cleanup and 100% CPU issues #12

Closed schmist closed 4 years ago

schmist commented 4 years ago

Fixes the following two issues (for more information see commit comments):

codecov[bot] commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.03%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master     #12      +/-   ##
===========================================
- Coverage      6.57%   6.54%   -0.04%     
  Complexity       18      18              
===========================================
  Files             7       7              
  Lines           213     214       +1     
  Branches          3       3              
===========================================
  Hits             14      14              
- Misses          198     199       +1     
  Partials          1       1              
Impacted Files Coverage Δ Complexity Δ
src/main/kotlin/com/revolut/jooq/Docker.kt 0.00% <0.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 1debb82...840764c. Read the comment docs.

adrianskrobaczrevolut commented 4 years ago

Looks great, thank you 👍 merged it

schmist commented 4 years ago

Would it be possible to create a release with these changes merged? Otherwise we need to build it ourselves since the 100% CPU issue is a blocker for us.

adrianskrobaczrevolut commented 4 years ago

Hey @schmist, Sure just released it 0.3.5 🙂

schmist commented 4 years ago

Thanks!