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

Migrate mssql domain service to new module system #2430

Closed
wants to merge 174 commits into from

Conversation

DanielFran
Copy link
Member

Fix #2119

@codecov
Copy link

codecov bot commented Jul 7, 2022

Codecov Report

Merging #2430 (ff3036b) into main (7e75633) will not change coverage.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                main     #2430    +/-   ##
============================================
  Coverage     100.00%   100.00%            
+ Complexity      2455      2307   -148     
============================================
  Files            550       537    -13     
  Lines           9564      9178   -386     
  Branches         230       230            
============================================
- Hits            9564      9178   -386     
Impacted Files Coverage Δ
...va/tech/jhipster/lite/common/domain/WordUtils.java 100.00% <ø> (ø)
...re/secondary/FileSystemDockerImagesRepository.java 100.00% <ø> (ø)
...ildtool/generic/domain/BuildToolDomainService.java 100.00% <ø> (ø)
...lite/generator/buildtool/gradle/domain/Gradle.java 100.00% <ø> (ø)
...r/buildtool/gradle/domain/GradleDomainService.java 100.00% <ø> (ø)
...ool/maven/application/MavenApplicationService.java 100.00% <ø> (ø)
...r/lite/generator/buildtool/maven/domain/Maven.java 100.00% <ø> (ø)
...tor/buildtool/maven/domain/MavenDomainService.java 100.00% <ø> (ø)
...te/generator/client/svelte/core/domain/Svelte.java 100.00% <ø> (ø)
...te/generator/project/domain/ProjectRepository.java 100.00% <ø> (ø)
... and 122 more

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 7e75633...ff3036b. Read the comment docs.

@pascalgrimaud
Copy link
Member

@DanielFran : can you fix the CI plz?

DanielFran and others added 10 commits July 7, 2022 14:29
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.38.2 to 0.38.3.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.38.3/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.23.1 to 1.23.2.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.23.1...v1.23.2)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps confluentinc/cp-kafka from 7.1.1 to 7.2.0.

---
updated-dependencies:
- dependency-name: confluentinc/cp-kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.38.2 to 0.38.3.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.38.3/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.48.0 to 3.49.0.
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
- [Commits](sveltejs/svelte@v3.48.0...v3.49.0)

---
updated-dependencies:
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…c-0.38.3

chore(deps-dev): bump vue-tsc from 0.38.2 to 0.38.3
…ources/generator/dependencies/confluentinc/cp-kafka-7.2.0

chore(deps): bump confluentinc/cp-kafka from 7.1.1 to 7.2.0 in /src/main/resources/generator/dependencies
…in/resources/generator/dependencies/common/playwright/test-1.23.2

chore(deps-dev): bump @playwright/test from 1.23.1 to 1.23.2 in /src/main/resources/generator/dependencies/common
…in/resources/generator/dependencies/vue/vue-tsc-0.38.3

chore(deps-dev): bump vue-tsc from 0.38.2 to 0.38.3 in /src/main/resources/generator/dependencies/vue
DamnClin and others added 23 commits July 12, 2022 17:24
This is not really a migration since gradle support is currently not
working. We agreed to keep the templating and remove the endpoints.

I also deleted some unused methods in project repository in the process
Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.15...pinia@2.0.16)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pinia](https://github.com/vuejs/pinia) from 2.0.15 to 2.0.16.
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.0.15...pinia@2.0.16)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.0.0-next.369 to 1.0.0-next.370.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.0.0-next.370/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
…n/pinia-2.0.16

chore(deps): bump pinia from 2.0.15 to 2.0.16
…n/src/main/resources/generator/dependencies/svelte/sveltejs/kit-1.0.0-next.370

chore(deps-dev): bump @sveltejs/kit from 1.0.0-next.369 to 1.0.0-next.370 in /src/main/resources/generator/dependencies/svelte
…n/src/main/resources/generator/dependencies/vue/pinia-2.0.16

chore(deps): bump pinia from 2.0.15 to 2.0.16 in /src/main/resources/generator/dependencies/vue
@DanielFran DanielFran marked this pull request as draft July 13, 2022 10:03
# Conflicts:
#	src/main/java/tech/jhipster/lite/generator/server/springboot/database/mssql/domain/MsSQLModuleFactory.java
#	src/main/java/tech/jhipster/lite/generator/server/springboot/database/mysql/domain/MySQLModuleFactory.java
#	src/main/java/tech/jhipster/lite/generator/server/springboot/database/sqlcommon/domain/SQLCommonModuleBuilder.java
#	src/test/java/tech/jhipster/lite/generator/server/springboot/database/mssql/domain/MsSQLModuleFactoryTest.java
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.

✅ DamnClin
✅ pascalgrimaud
✅ nonomoho
✅ DanielFran
❌ github-actions[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@pascalgrimaud
Copy link
Member

bad "rebase" or "merge remote" :-(

image

@DanielFran DanielFran closed this Jul 13, 2022
@DanielFran DanielFran deleted the module_mssql branch July 13, 2022 14:15
@DanielFran
Copy link
Member Author

Superseded by #2547

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert MSSQL to module
10 participants