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

Add auto create table config option #551

Merged
merged 12 commits into from
Dec 4, 2018

Conversation

melowe
Copy link
Contributor

@melowe melowe commented Nov 29, 2018

Added auto create tables config option to allow backward compatibility with existing config.
Default create table in jpa config to none with aforementioned override.
Package ddls into jar for improved visibility and potential use in automated builds.

acceptance tests to setup data. Stop creating tables using jpa. 
acceptance tests unpacks ddls and use PartyHelper uses
script to create tables.
@codecov-io
Copy link

codecov-io commented Nov 29, 2018

Codecov Report

Merging #551 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #551      +/-   ##
============================================
+ Coverage     99.49%   99.49%   +<.01%     
- Complexity     1479     1481       +2     
============================================
  Files           238      238              
  Lines          4541     4544       +3     
  Branches        227      227              
============================================
+ Hits           4518     4521       +3     
  Misses            2        2              
  Partials         21       21
Impacted Files Coverage Δ Complexity Δ
...ain/java/com/quorum/tessera/config/JdbcConfig.java 100% <100%> (ø) 10 <3> (+2) ⬆️

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 480b24a...f984725. Read the comment docs.

@melowe melowe changed the title attach ddl create scripts as a dependency so can me used in Add auto create table config option Nov 30, 2018
@melowe
Copy link
Contributor Author

melowe commented Dec 1, 2018

Dependent quorum-examples PR Consensys/quorum-examples#142

@Krish1979 Krish1979 merged commit 27d0d94 into master Dec 4, 2018
@Krish1979 Krish1979 deleted the improvement/dont-use-jpa-create-tables branch December 4, 2018 10:03
@prd-fox prd-fox added the 0.8 label Jan 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants