-
-
Notifications
You must be signed in to change notification settings - Fork 217
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 MSSQL core #1770
Add MSSQL core #1770
Conversation
seraphinandrieux
commented
May 18, 2022
•
edited
Loading
edited
- Relates Spring Boot Database: MSSQL #428
06a9099
to
6f7bc0d
Compare
5bc901f
to
43b1e26
Compare
8c66289
to
afc7d65
Compare
Codecov Report
@@ Coverage Diff @@
## main #1770 +/- ##
============================================
Coverage 100.00% 100.00%
- Complexity 2390 2419 +29
============================================
Files 507 515 +8
Lines 8730 8863 +133
Branches 196 199 +3
============================================
+ Hits 8730 8863 +133
Continue to review full report at Codecov.
|
ee4f64d
to
5931c0f
Compare
.../java/tech/jhipster/lite/generator/server/springboot/database/mssql/domain/MssqlService.java
Outdated
Show resolved
Hide resolved
src/test/java/tech/jhipster/lite/generator/docker/application/DockerApplicationServiceIT.java
Outdated
Show resolved
Hide resolved
@@ -28,6 +28,6 @@ void shouldGetImageVersion() { | |||
Optional<String> imageVersion = dockerApplicationService.getImageVersion("mysql"); | |||
|
|||
// Then | |||
assertThat(imageVersion).contains("8.0.28"); | |||
assertThat(imageVersion).contains("8.0.29"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same comment about hard coded version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't for this one remove it, the method tests which version is used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh ok, then let's keep like this so, and improve it in another PR
...test/java/tech/jhipster/lite/generator/server/springboot/database/mongodb/MongodbAssert.java
Outdated
Show resolved
Hide resolved
.../generator/server/springboot/database/mssql/infrastructure/primary/rest/MssqlResourceIT.java
Outdated
Show resolved
Hide resolved
...r/lite/generator/server/springboot/database/mysql/application/MySQLApplicationServiceIT.java
Outdated
Show resolved
Hide resolved
...r/lite/generator/server/springboot/database/mysql/application/MySQLApplicationServiceIT.java
Outdated
Show resolved
Hide resolved
14dbd70
to
68438ac
Compare
Something wrong in the CI, as it took a lot of time |
346b228
to
4dcff37
Compare
4dcff37
to
bf472ff
Compare
Error from logs : |
06d84dd
to
2a82bb9
Compare
e83bdfd
to
f4398dc
Compare
f4398dc
to
ba55b3e
Compare
src/main/resources/generator/server/springboot/core/IntegrationTest.java.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/server/springboot/core/IntegrationTest.java.mustache
Outdated
Show resolved
Hide resolved
...n/resources/generator/server/springboot/core/ReactiveSqlTestContainerExtension.java.mustache
Outdated
Show resolved
Hide resolved
e2eda43
to
866d1ca
Compare
866d1ca
to
1873610
Compare
$300 bounty claimed: https://opencollective.com/generator-jhipster/expenses/82466 |
@seraphinandrieux : approved, thanks so much for your work here. Perfect time, I needs this ;) |