Colin DAMON

Results 66 issues of Colin DAMON

We should provide an application update feature to ease migration / updates for existing applications. I think a good way to tackle that is to have a `/update-modules` endpoint. This...

area: enhancement :wrench:
generator: internal
$$ bug-bounty $$
$500

I'm meeting a lot of people who are disappointed because they are trying to use the remote JHLite instance, we should be more explicit on the fact that it is...

area: documentation :books:
area: enhancement :wrench:

We talked about that like years ago, do we add a formation / consultancy section in the readme with contacts to trusted members / companies? @pascalgrimaud your advice on that?

area: question :question:

We should automatically add a post action for an npm install as soon as we update some npm dependency

area: enhancement :wrench:
generator: internal

CucumberJpaReset fails when there is no declared repository, should be updated to: ```java public class CucumberJpaReset { @Autowired(required = false) private Collection

area: bug :bug:
server: spring boot
area: good first issue

Not that it is really usefull in JHLite context BUT the generator is a good example so we should provide an example for this really common usecase

area: enhancement :wrench:
theme: client

OAuth2 audience are coming with property key in first value `application.security.oauth2.audience` this probably needs to be removed

area: bug :bug:
theme: security
server: spring boot

We should switch to immutable Loader implementation (the generated one)

area: enhancement :wrench:
generator: internal

Front "module" context is not a viable Bounded Context in the frontend, must be splitted into multiple ones

area: enhancement :wrench:
generator: internal

Cypress have [recommendations for data selectors](https://docs.cypress.io/guides/references/best-practices#Selecting-Elements ) We should update `src/main/resources/generator/client/common/cypress/utils/DataSelector.ts` to add them, probably something like: ``` export const dataSelector = (selector: string): string => `[data-selector="${selector}"],[data-testid="${selector}"],[data-test="${selector}"]`; ```

area: enhancement :wrench:
theme: client
area: good first issue