generator-jhipster
generator-jhipster copied to clipboard
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
##### **Overview of the feature request** As JHipster generates lots of boilerplate source code, which could be intimidating or annoying - especially for entities with long list of fields (for...
Running tests in alphabetical order is a bad practice : it can hide unwanted dependencies between tests. Therefore I believe it is preferable to run them in random order so...
##### **Overview of the feature request** [SCIM](https://www.okta.com/blog/2017/01/what-is-scim/) (System for Cross-domain Identity Management) is a standard automating user provisioning (aka syncing users). SCIM communicates user identity data between identity providers (such...
##### **Overview of the issue** Add an implementation of JHipster's e2e tests with [Playwright](https://playwright.dev/). I'm not sure this is necessary, but I figured I'd enter it here and put a...
##### **Overview of the issue** I think our Gatling integration can be improved, especially for microservices. First of all, we should document how to run it on as a took...
##### **Overview of the feature request** A common blueprint task is to allow to customize the ui home page. - NodeJS: [angular](https://github.com/jhipster/generator-jhipster-nodejs/blob/69cd3b9282a3951636b4ba603f0da992c0dd7f0c/generators/client/templates/angular/home/home.component.html.ejs#L42-L53), [react](https://github.com/jhipster/generator-jhipster-nodejs/blob/69cd3b9282a3951636b4ba603f0da992c0dd7f0c/generators/client/templates/react/home/home.tsx.ejs#L89), [vue](https://github.com/jhipster/generator-jhipster-nodejs/blob/69cd3b9282a3951636b4ba603f0da992c0dd7f0c/generators/client/templates/vue/home/home.vue.ejs#L32-L57) - Micronaut: [angular](https://github.com/jhipster/generator-jhipster-micronaut/blob/fe4ffbaddbfefaa7032e0852e8ad3a9abc26f0c7/generators/client/generator.mjs#L58-L63), [react](https://github.com/jhipster/generator-jhipster-micronaut/blob/fe4ffbaddbfefaa7032e0852e8ad3a9abc26f0c7/generators/client/generator.mjs#L85-L89). - .Net:...
remove LocaleConfiguration due to being a leftover from angularjs Fix #20106 --- Please make sure the below checklist is followed for Pull Requests. - [x] [All continuous integration tests](https://github.com/jhipster/generator-jhipster/actions) are...
##### **Overview of the issue** The `@Valid` annotation is not being generated for the patch request in the code. As a result, when a non-valid request is made, it results...
##### **Overview of the feature request** I'd like to request the capability to assign integer values to enums in the JDL file. This would allow us to define enums in...
##### **Overview of the issue** The default timeout configured by Spring security is ~500ms. On a slow internet connection, it's rare to get the response within this threshold limit. Since...