You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2024/02/23 16:43:03 UTC

(camel-karavan) branch main updated (e4df9c8d -> c4989eef)

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 e4df9c8d Cleanup
     new 64b2de59 Cleanup
     new c4989eef Cleanup

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:
 .github/workflows/app-oidc.yml               |  2 +-
 .github/workflows/app.yml                    |  2 +-
 .github/workflows/docker-devmode.yml         |  2 +-
 karavan-app/src/main/webui/package-lock.json | 28 ++++++++++++++++++++++++++--
 karavan-app/src/main/webui/package.json      |  2 +-
 5 files changed, 30 insertions(+), 6 deletions(-)


(camel-karavan) 01/02: Cleanup

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit 64b2de5999da25fa69249dc213d4bee64a9030fc
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Fri Feb 23 11:40:04 2024 -0500

    Cleanup
---
 .github/workflows/app-oidc.yml       | 2 +-
 .github/workflows/app.yml            | 2 +-
 .github/workflows/docker-devmode.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/app-oidc.yml b/.github/workflows/app-oidc.yml
index d6951bfd..1fe36e72 100644
--- a/.github/workflows/app-oidc.yml
+++ b/.github/workflows/app-oidc.yml
@@ -1,4 +1,4 @@
-name: Web application 
+name: Application OIDC
 
 on:
   push:
diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml
index b38ff839..138b6ca8 100644
--- a/.github/workflows/app.yml
+++ b/.github/workflows/app.yml
@@ -1,4 +1,4 @@
-name: Web application 
+name: Application 
 
 on:
   push:
diff --git a/.github/workflows/docker-devmode.yml b/.github/workflows/docker-devmode.yml
index dcb49edc..7f901adc 100644
--- a/.github/workflows/docker-devmode.yml
+++ b/.github/workflows/docker-devmode.yml
@@ -1,4 +1,4 @@
-name: DevMode container image
+name: DevMode container
 
 on:
   push:


(camel-karavan) 02/02: Cleanup

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git

commit c4989eef25d25da03fa6bf6a5fd43fac4ecb6a1c
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Fri Feb 23 11:42:55 2024 -0500

    Cleanup
---
 karavan-app/src/main/webui/package-lock.json | 28 ++++++++++++++++++++++++++--
 karavan-app/src/main/webui/package.json      |  2 +-
 2 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/karavan-app/src/main/webui/package-lock.json b/karavan-app/src/main/webui/package-lock.json
index 9645dc74..504f6010 100644
--- a/karavan-app/src/main/webui/package-lock.json
+++ b/karavan-app/src/main/webui/package-lock.json
@@ -26,7 +26,7 @@
         "buffer": "6.0.3",
         "file-saver": "2.0.5",
         "html-to-image": "1.11.11",
-        "karavan-core": "file:../../../../../karavan-core",
+        "karavan-core": "file:../../../../karavan-core",
         "keycloak-js": "23.0.6",
         "react": "18.2.0",
         "react-dom": "18.2.0",
@@ -53,6 +53,30 @@
       }
     },
     "../../../../../karavan-core": {
+      "version": "4.4.0",
+      "extraneous": true,
+      "license": "Apache-2.0",
+      "dependencies": {
+        "@types/js-yaml": "^4.0.7",
+        "@types/uuid": "^9.0.5",
+        "tsconfig-paths": "^4.2.0",
+        "typescript": "^5.1",
+        "uuid": "9.0.1"
+      },
+      "devDependencies": {
+        "@types/chai": "^4.3.0",
+        "@types/dagre": "^0.7.47",
+        "@types/mocha": "^9.1.0",
+        "@types/node": "^18.11.18",
+        "chai": "^4.3.4",
+        "cross-env": "^7.0.3",
+        "fs": "^0.0.1-security",
+        "mocha": "^10.2.0",
+        "ts-node": "^10.9.1",
+        "tsc-alias": "^1.8.7"
+      }
+    },
+    "../../../../karavan-core": {
       "version": "4.4.0",
       "license": "Apache-2.0",
       "dependencies": {
@@ -14128,7 +14152,7 @@
       }
     },
     "node_modules/karavan-core": {
-      "resolved": "../../../../../karavan-core",
+      "resolved": "../../../../karavan-core",
       "link": true
     },
     "node_modules/keycloak-js": {
diff --git a/karavan-app/src/main/webui/package.json b/karavan-app/src/main/webui/package.json
index 8d195436..e0297ec5 100644
--- a/karavan-app/src/main/webui/package.json
+++ b/karavan-app/src/main/webui/package.json
@@ -47,7 +47,7 @@
     "buffer": "6.0.3",
     "file-saver": "2.0.5",
     "html-to-image": "1.11.11",
-    "karavan-core": "file:../../../../../karavan-core",
+    "karavan-core": "file:../../../../karavan-core",
     "keycloak-js": "23.0.6",
     "react": "18.2.0",
     "react-dom": "18.2.0",