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 6334bb1b fix
     new 63cbf6c8 Simplified clone script
     new 4efc7d34 Fix #1274

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:
 docs/WEB_KUBERNETES.md                             |   4 +
 .../apache/camel/karavan/api/BuildResource.java    |   4 -
 .../apache/camel/karavan/api/ImagesResource.java   |   8 +-
 .../camel/karavan/kubernetes/PodEventHandler.java  |   3 +
 .../camel/karavan/model/ContainerStatus.java       |  10 ++
 .../org/apache/camel/karavan/shared/Constants.java |   1 +
 .../src/main/resources/snippets/docker-build.sh    |  33 +++---
 .../main/resources/snippets/kubernetes-build.sh    |  30 ++----
 .../src/main/resources/snippets/openshift-build.sh |  28 ++---
 .../src/main/webui/src/api/ProjectModels.ts        |   1 +
 .../main/webui/src/project/builder/BuildPanel.tsx  |  11 +-
 .../webui/src/project/container/ContainerPanel.tsx | 119 ++++++++++++++++-----
 .../src/project/container/DeploymentPanel.tsx      |   1 +
 .../main/webui/src/project/files/FilesToolbar.tsx  |   4 +-
 karavan-app/src/main/webui/src/util/StringUtils.ts |   4 +
 15 files changed, 160 insertions(+), 101 deletions(-)

Reply via email to