Marcelo Shima
Marcelo Shima
> @mshima thanks for your answer. I think your code work for one entity (like with entity generation with cli). The idea is to call this code only once after...
Not sure an official definition is required for this use case, seems too specific to me. Can be easily implemented by @skipDbChangelog and adding `|| fileData.skipDbChangelog` to https://github.com/jhipster/generator-jhipster/blob/5f87d2a235854eeafc9e399efad67126b45515b8/generators/entity/index.js#L204.
Yep, IFAIK decorators is only supported by entities. ``` @skipDbChangelog entity Foo {} ```
> Also supported for fields, rels too My bad I wanted to say not supported for application/config.
@dependabot rebase
I will implement cypress.
E2E here was not cypress. 😆 I tried to take a look to cleanup this blueprint but is quite complicated. I will try to sync with ionic when I have...
@mraible maybe it’s related with the ide. I am having this problem from time to time with vscode. vscode is building the application ignoring profiles. I need to drop `target`...
Let me check now
Yep, looks a bug.