-
-
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
Migrate mssql domain service to new module system #2430
Conversation
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
@DanielFran : can you fix the CI plz? |
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
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
Gradle migration
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
Fix regex replacements
# 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
|
Superseded by #2547 |
Fix #2119