-
Notifications
You must be signed in to change notification settings - Fork 20
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
Use JGit to filter newly added/modified sql queries only for codegen #188
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This is great start. It would be great if you could cover or plan for cases when:
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Feature: Add support for generating code for newly added or modified files based on git index.
Existing implementation:
It takes all the sql files provided in the configured directory for code generation.
New Implementation:
Advantage:
It does not depend on gradle cache hence the initial run also does not generate code for unintended files.