Enrique Mingorance Cano
Enrique Mingorance Cano
@gr2m any idea/update on this? I would be glad to contribute but I would need a bit of guidance here, can you please provide it? Thanks, Kike
According to the logs ``` [INFO] No artifacts to archive ``` - the definition file seems to be fine. My congrats to you :heart: - the file is there according...
did you try local execution, see [Local Execution](https://github.com/kiegroup/github-action-build-chain?tab=readme-ov-file#local-execution) like ``` build-chain build branch -f https://raw.githubusercontent.com/ppawlowski/driver-localfs/feat-3/.github/dependency-tree.yml -p=ppawlowski/driver-localfs -b=main ``` The idea behind the test is to check whether the file is...
any update on this? @ortexx @zyoshoka
@drwpow @htunnicliff @kerwanp any idea about how to workaround it?
for now as workaround, I'm moving enums to `enums.ts` file and pointing every reference to it ``` export enum AWSInfrastructureAccessRoleGrantState { deleting = 'deleting', failed = 'failed', pending = 'pending',...
so I think we came to a better conclusion by generating the model twice - one for `Schema` without enum and without prefix - one for enums with `Schema` prefix...
any news @drwpow @htunnicliff @kerwanp ? thanks
> [@Ginxo](https://github.com/Ginxo) your issue is likely valid! But we haven’t had time to review it yete. We review things when we are able to. And your issue does not have...
> [@Ginxo](https://github.com/Ginxo) I think your workaround to generate the types and enums in 2 separate files is very clever! However, I ran into an issue with my use case which...