feat: Support custom application namespace#66
feat: Support custom application namespace#66rochamarcelo merged 4 commits intoCakeDC:4.next-cake5from
Conversation
This changeset adds support for defining a custom application namespace via configuration, for example:
```yaml
parameters:
cakeDC:
appNamespace: MyApp
```
Related issue: CakeDC#63
|
@steinkel Could you maybe change the default in github settings for this repo to not require manual workflow runs? I think I usually select it to "only for new members" or something. |
This is our current config https://ss.jorge-gonzalez.net/ss_20260326_111103_JbhSFbQw.png |
|
Yeah, IMO it should always be the "first" bullet point :) |
updated, thank you |
… if no instance is provided
ed64366 to
3072552
Compare
|
@steinkel Another important one: |
done |
Yes, would be awesome if you could release a new minor here. |
|
We should be ready to release 4.2.0, what do you think @steinkel @dereuromark ? |


This changeset adds support for defining a custom application namespace via configuration, for example:
Related issue: #63