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 1dde9c46 #358 Renamed postman demo to parceldemo (#649)
     new 3c58d0d2 Augment component data in core #658
     new bbfc03a1 Augment component labels in Designer #658
     new 255658b2 Add SupportedOnly option for #658
     new 28a4768d Add SupportedOnly option for #658
     new f9230377 Add SupportedOnly option for #658
     new 36631aa7 Core tests for #658
     new 6025f696 vscode extension for #658
     new e94020ca Fix #660

The 8 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:
 .../spring-boot-kubernetes-application.properties  |    2 +-
 .../spring-boot-openshift-application.properties   |    2 +-
 karavan-core/src/core/api/ComponentApi.ts          |   56 +-
 karavan-core/src/core/api/KameletApi.ts            |    2 -
 karavan-core/src/core/model/ComponentModels.ts     |  101 +-
 karavan-core/test/supported-components.json        | 1221 ++++++++++++++++++++
 ...eholder.spec.ts => supportedComponents.spec.ts} |   16 +-
 .../spring/application.properties                  |    2 +-
 karavan-designer/src/App.tsx                       |   11 +-
 karavan-designer/src/components/ComponentCard.tsx  |   12 +-
 karavan-designer/src/designer/karavan.css          |  102 +-
 .../src/designer/route/DslSelector.tsx             |   23 +-
 karavan-designer/src/designer/utils/CamelUi.tsx    |    2 +
 .../src/designer/utils/DslMetaModel.ts             |    1 +
 karavan-designer/src/eip/EipCard.tsx               |    7 +-
 karavan-designer/src/kamelets/KameletCard.tsx      |   12 +-
 karavan-vscode/package.json                        |   32 +-
 karavan-vscode/src/designerView.ts                 |   11 +-
 karavan-vscode/src/utils.ts                        |   14 +
 karavan-vscode/webview/App.tsx                     |   54 +-
 20 files changed, 1545 insertions(+), 138 deletions(-)
 create mode 100644 karavan-core/test/supported-components.json
 copy karavan-core/test/{placeholder.spec.ts => supportedComponents.spec.ts} 
(67%)

Reply via email to