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 31ddb809 Fix #1094
     new 9df8d7da Bean config wizard
     new be1aeed6 Wizard  #1097
     new f6a7d87a Wizard file selector  #1097
     new a4620125 Fix #1097

The 4 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:
 .../camel/karavan/api/ProjectFileResource.java     |  13 +-
 .../org/apache/camel/karavan/code/CodeService.java |  12 +-
 .../camel/karavan/service/ProjectService.java      |   9 +
 .../snippets/database-bean-template.camel.yaml     |  22 ++
 .../snippets/messaging-bean-template.camel.yaml    |   9 +
 .../src/main/webui/src/api/KaravanApi.tsx          |  11 +
 .../src/main/webui/src/api/ProjectService.ts       |   1 -
 .../src/main/webui/src/api/ProjectStore.ts         |  13 +
 .../src/main/webui/src/designer/DesignerStore.ts   |   2 +-
 .../src/main/webui/src/project/ProjectPanel.tsx    |  30 ++-
 .../beans/BeanFilesDropdown.css}                   |  20 +-
 .../webui/src/project/beans/BeanFilesDropdown.tsx  |  85 +++++++
 .../main/webui/src/project/beans/BeanWizard.tsx    | 264 +++++++++++++++++++++
 13 files changed, 464 insertions(+), 27 deletions(-)
 create mode 100644 
karavan-web/karavan-app/src/main/resources/snippets/database-bean-template.camel.yaml
 create mode 100644 
karavan-web/karavan-app/src/main/resources/snippets/messaging-bean-template.camel.yaml
 copy karavan-web/karavan-app/src/main/webui/src/{containers/ContainerPage.css 
=> project/beans/BeanFilesDropdown.css} (75%)
 create mode 100644 
karavan-web/karavan-app/src/main/webui/src/project/beans/BeanFilesDropdown.tsx
 create mode 100644 
karavan-web/karavan-app/src/main/webui/src/project/beans/BeanWizard.tsx

Reply via email to