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 0a215807 Custom Kamelet
     new 32cbcc02 Fix #1324
     new 13b60682 Fix #1324
     new cf741583 Cleanup

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:
 .../api/{AuthResource.java => PublicResource.java} |  42 +--------
 .../api/{ProjectEventBus.ts => ErrorEventBus.ts}   |   8 +-
 karavan-app/src/main/webui/src/api/KaravanApi.tsx  | 104 +++++++++------------
 .../src/main/webui/src/api/ProjectService.ts       |  26 ++++--
 .../main/webui/src/config/ConfigurationPage.tsx    |   2 +-
 .../project/{DevModeToolbar.css => devmode.css}    |   0
 .../src/project/files/CreateIntegrationModal.tsx   |   2 +-
 .../src/project/trace/RunnerInfoTraceNode.tsx      |  76 +++++++++++++++
 .../src/main/webui/src/services/ServicesPage.tsx   |   3 +-
 .../src/main/webui/src/shared/error/Error.ts       |  11 ---
 .../main/webui/src/shared/error/ErrorResponse.ts   |  15 ---
 .../src/shared/error/UseResponseErrorHandler.ts    |  43 ---------
 .../src/main/webui/src/templates/TemplatesPage.tsx |   2 +-
 karavan-app/src/main/webui/src/util/CodeUtils.ts   |   6 +-
 karavan-app/src/main/webui/src/util/StringUtils.ts |  35 ++++++-
 karavan-app/src/main/webui/src/util/form-util.css  |   8 ++
 .../src/main/webui/src/util/useFormUtil.tsx        |  88 ++++++++++++-----
 17 files changed, 261 insertions(+), 210 deletions(-)
 rename 
karavan-app/src/main/java/org/apache/camel/karavan/api/{AuthResource.java => 
PublicResource.java} (59%)
 copy karavan-app/src/main/webui/src/api/{ProjectEventBus.ts => 
ErrorEventBus.ts} (81%)
 copy karavan-app/src/main/webui/src/project/{DevModeToolbar.css => 
devmode.css} (100%)
 create mode 100644 
karavan-app/src/main/webui/src/project/trace/RunnerInfoTraceNode.tsx
 delete mode 100644 karavan-app/src/main/webui/src/shared/error/Error.ts
 delete mode 100644 karavan-app/src/main/webui/src/shared/error/ErrorResponse.ts
 delete mode 100644 
karavan-app/src/main/webui/src/shared/error/UseResponseErrorHandler.ts

Reply via email to