-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
force node 18.17.1 #1386
Merged
Merged
force node 18.17.1 #1386
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
nicolas63
added a commit
that referenced
this pull request
Nov 25, 2023
* Upgrade to JHipster 8 (#1358) * add yo-rc.json * start migrating * rename generator files * add index.js * new generators * add tests * move server to dotnetcore * apply prettier * rework cypress * fix generator name * migrate blazor client * start migrating xamarin * fixes to xamarin * fixes to blazor * drop files-angular * comment common * cleanup dotnet.js * add bootstrap-dotnetcore * add angular snapshot * add cypress snapshot * add common snapshot * add dotnetcore test * add common snapshot * add server generator * compose bootstrap-dotnetcore with bootstrap-application * add snapshots * implement dotnetcore generator * ci adjusts * fix git command * move samples to generate-samples * samples adjusts * ci script adjust * move entity preparation to bootstrap-dotnetcore * drop entities-client generator * drop entity-i18n generator * drop languages generator * extract logo * add pluralize dependency * bootstrap-dotnetcore improvements * adjusts * add other side relationship * update jhipster branch * bootstrap and test adjusts * update jhipster branch * mock commands at tests. * fix path * improve script check * update jhipster branch * run generate-sample with entities * drop entity-server generator * dotnetcore adjusts * adjusts * Update generator.js * adjusts * continue on client error * fixes * adjusts * add dotnetcore configs * drop app generator * import dotnetcore config in server * add namespace config fallback * drop angular generator * fix * update snapshot * improve common * fix Directory.Packages.props * more adjusts * update jhipster branch * adjusts to client generator * disable readme * update jhipster branch * update snapshots * adjusts * adjusts * migrate entities-client to blazor * migrate entity-client to xamarin * adjusts. * drop sample tests * migrate terraform test * migrate dto tests. * migrate enum test * migrate service test * disable tests. * add blazor with dto test * extract docker generator * update jhipster branch * docker adjusts * replace docker-compose with docker compose * change client root * e2e adjusts * readd gateway insertion * print docker logs * update snapshots * change clientDistDir * disable docker healthcheck * use 5000 port * drop joschi/setup-jdk * load prodDatabaseType * reorganize blazor templates * add configOnly option to generate sample * move needle implementations * convert blazor needles * migrate xamarin needles * more adjusts * skip some cypress tests * Update generator.js * Update files.json * adjusts to docker * update snapshots * mssql container adjusts * replace postgres value with postgresql * migrate dotnetcore prompts * drop client prompts.js * drop needle server gateway * cleanup * database connection adjusts * revert * workflow adjusts * cleanup * client test adjusts * add devcontainer * cleanup * devcontainer * dev container * readd healthcheck * drop mssql docker compose file * drop eslintignore customization * drop clientAppRootDir * update jhipster branch * change temporaryDir * update jhipster branch * fix template * update jhipster branch * update jhipster branch * drop angular from .yo-rc * cleanups and lint fixes * disable healthcheck * update jhipster branch * xamarin adjusts * cleanup * add npm test script to root * update jhipster branch * use npm test * fix error * update jhipster branch * update snapshot * Update files-xamarin.js * enable client errors at jwt workflow * update jhipster branch * add app-react entities sample * update snapshot * remove clientFramework from microservice sample * remove one-to-one relationships * add cypress screenshots * convert readme to jhi file * workaround pagination bug * update os and actions/checkout * update jhipster branch * force node 18.17.1 (#1386) * fix cli with jhipster-dotnetcore folder (#1385) * fix dotnet command (#1384) * fix dockerfile (#1387) * fix dockerfile * fix workflow * Update documentation for jhipster v8 (#1388) * Fix node version (#1391) * fix vs code debuuger (#1390) * update to generator-jhipster 8.0.0-rc.1 (#1396) * bump generator-jhipster to 8.0.0-rc.1 * rework for 8.0.0-rc.1 * adjusts * apply prettier * disable commit hooks * migrate entity generator * adjusts * Update to jhipster 8 (#1402) * Update to jhipster 8 * fix lint * Update snapshot * Update test-integration-jwt.yml * Update test-integration-jwt.yml --------- Co-authored-by: Marcelo Shima <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Workaround react failure.
See jhipster/generator-jhipster#23614
Please make sure the below checklist is followed for Pull Requests.
All continuous integration tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed