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 4d37c857 fix build script
new 11a74ad4 Log correct message for collectCamelStatuses if there is no
port configured for the project
new d875aaf5 Improved container management ui
The 2 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-app/pom.xml | 2 +-
.../camel/karavan/api/ContainerResource.java | 1 -
.../apache/camel/karavan/service/CamelService.java | 41 ++++++++------
.../karavan/service/ContainerStatusService.java | 9 ++-
.../org/apache/camel/karavan/shared/Constants.java | 1 +
karavan-app/src/main/webui/src/api/KaravanApi.tsx | 9 +++
.../src/main/webui/src/api/NotificationService.ts | 4 +-
.../src/main/webui/src/api/ProjectService.ts | 17 ++++++
.../src/main/webui/src/editor/EditorToolbar.tsx | 1 -
karavan-app/src/main/webui/src/main/Main.tsx | 10 +---
.../src/main/webui/src/main/useMainHook.tsx | 24 +-------
.../src/main/webui/src/project/BuildToolbar.tsx | 64 ----------------------
.../project/{devmode.css => DevModeToolbar.css} | 0
.../src/main/webui/src/project/DevModeToolbar.tsx | 49 ++++-------------
.../src/main/webui/src/project/ProjectPage.tsx | 7 +--
.../src/main/webui/src/project/ProjectToolbar.tsx | 18 +-----
16 files changed, 83 insertions(+), 174 deletions(-)
delete mode 100644 karavan-app/src/main/webui/src/project/BuildToolbar.tsx
rename karavan-app/src/main/webui/src/project/{devmode.css =>
DevModeToolbar.css} (100%)