This is an automated email from the ASF dual-hosted git repository. marat pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-karavan.git
from 8fb462ca Upgrade react types new bd007b53 Fix for #315 new 09197e04 Log message in installer new 38236be3 Fix for properties #931 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: karavan-core/src/core/api/CamelDefinitionYaml.ts | 10 +++ karavan-core/src/core/api/CamelUtil.ts | 33 ++++++++-- karavan-core/test/createKamelet.spec.ts | 38 +++++++++++ karavan-core/test/timer-source.kamelet.yaml | 75 ++++++++++++++++++++++ karavan-space/src/designer/KaravanDesigner.tsx | 1 - .../designer/route/property/DslPropertyField.tsx | 17 +++-- .../main/webui/src/designer/KaravanDesigner.tsx | 1 - .../designer/route/property/DslPropertyField.tsx | 17 +++-- .../route/property/KameletPropertyField.tsx | 1 - .../camel/karavan/installer/CommandUtils.java | 2 +- 10 files changed, 172 insertions(+), 23 deletions(-) create mode 100644 karavan-core/test/createKamelet.spec.ts create mode 100644 karavan-core/test/timer-source.kamelet.yaml