Thomas De Meyer

Results 26 issues of Thomas De Meyer

Fixes #462 #291 ### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS - Add tax_category_v2 to be more stable

Currently the api extension resource type is hardcoded to a certain set of resources, and defaults to empty when these are not set. We should update this to just forward...

enhancement

We currently have several ways of mapping internal data models to the api models. Some are through methods on the internal models, some are separate mapper functions. To make handling...

enhancement

We currently don't check for additionally set fields when processing an update to a subscription. When fields are set that are not used for an update (for example `region` on...

enhancement

Fixes # ### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS -

Fixes # ### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS -

Fixes # ### NEW FEATURES | UPGRADE NOTES | ENHANCEMENTS | BUG FIXES | EXPERIMENTS -

In some cases we want to be able to set global vars that can be used by every component in a mach config. This reduces the amount of variables being...

enhancement

Currently in `api-specs/api/traits/errorable.raml` the 404 response is missing a body description. During code generation this causes the [Go code generator](https://github.com/commercetools/rmf-codegen/blob/main/languages/go/src/main/kotlin/io/vrap/codegen/languages/go/client/MethodRenderer.kt#L309) to skip generating a typed error for a ResourceNotFound response,...