Tobias Queck

Results 52 comments of Tobias Queck

From my perspective, it would help to better separate the apps from each other, so I am all in. If anything is required in the open-ux-tools, just let me know.

I like the strategy, however, it might be technically a bit more complicated to do it this way because you need two implementations for multiple sub-generators (I assume).

Do we want to limit it to `pnpm` or should the generator offer to generate for `yarn`, `pnpm` or `npm@7+`? Where would you put the btp deployment script e.g. `mta.yaml`...

When someone looks at this, please also consider converting ``` it("should be able to create the project", function () { return helpers.run(path.join(__dirname, "../generators/app")).withPrompts(oPrompt); }); ``` into something like ``` let...

@petermuessig so far, the PR only contains very simple tests but I wanted to check with you first if you have any objections against introducing jest based unit tests for...

> Thanks a lot @tobiasqueck. This enhancement request will be covered in backlog item CPOUI5FOUNDATION-547. Happy to hear that. Do you also have a rough timeline?

@RandomByte the idea of #935 is to have a consistent handling of env variables that the user explicitly declares in the yaml. The idea of this feature is that the...

One of my favorite middlewares (https://github.com/SAP/open-ux-odata/tree/main/packages/ui5-middleware-fe-mockserver) has a not well documented feature allowing to configure it using a js file. I use it heavily for test environments because I just...

When requesting the feature I was only thinking about `customTasks` and `customMiddlewares`. Now, I'd add `customConfiguration`. I don't have use cases for other parts of the config.

@IainSAP my proposal is based on the thought that the annotations are given to the writer, therefore, the writer can make the decision because it needs nothing else. So, it...