From 084f7d80d9e475e7fe4db42655960e11de424201 Mon Sep 17 00:00:00 2001 From: Markus Petke Date: Thu, 1 Feb 2024 13:55:32 +0100 Subject: [PATCH 1/3] add task for local runtime down --- .velocitas.json | 2 +- .vscode/tasks.json | 42 +++++++++++++++++++++++++++--------------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/.velocitas.json b/.velocitas.json index 44550d1..96eb494 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -2,7 +2,7 @@ "packages": [ { "name": "devenv-runtimes", - "version": "v2.2.5" + "version": "fix/local-runtime" }, { "name": "devenv-github-workflows", diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6dd152e..600b458 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -52,7 +52,19 @@ "reveal": "always", "panel": "dedicated" }, - "problemMatcher": [] + "problemMatcher": [ ] + }, + { + "label": "Local Runtime - Down", + "detail": "Stops the local runtime", + "type": "shell", + "command": "velocitas exec runtime-local down", + "group": "none", + "presentation": { + "panel": "dedicated", + "clear": true, + }, + "problemMatcher": [ ] }, { "label": "Local Runtime - Run VehicleApp", @@ -65,7 +77,7 @@ "close": true, "reveal": "never" }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Local Runtime - VehicleDataBroker CLI", @@ -74,7 +86,7 @@ "command": "velocitas exec runtime-local run-vehicledatabroker-cli", "group": "none", "isBackground": false, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Pre Commit Action", @@ -83,7 +95,7 @@ "command": "pre-commit run --show-diff-on-failure --color=always --all-files", "group": "none", "isBackground": false, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Up", @@ -96,7 +108,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Down", @@ -109,7 +121,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Build VehicleApp", @@ -123,7 +135,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Deploy VehicleApp", @@ -142,7 +154,7 @@ // not neccessary but is executed in parallel to Runtime - Up "K3D Runtime - Build VehicleApp" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "K3D Runtime - Deploy VehicleApp (without rebuild)", @@ -159,7 +171,7 @@ "dependsOn": [ "K3D Runtime - Up" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Up", @@ -200,7 +212,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Build VehicleApp", @@ -214,7 +226,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Deploy VehicleApp", @@ -232,7 +244,7 @@ "Kanto Runtime - Up", "Kanto Runtime - Build VehicleApp" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "Kanto Runtime - Deploy VehicleApp (without rebuild)", @@ -249,7 +261,7 @@ "dependsOn": [ "Kanto Runtime - Up" ], - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "(Re-)generate vehicle model", @@ -263,7 +275,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] }, { "label": "(Re-)generate gRPC SDKs", @@ -277,7 +289,7 @@ "clear": true, "close": false }, - "problemMatcher": [] + "problemMatcher": [ ] } ], "inputs": [ From 6b743f7fbe872118d018eadc7ffca0ffe1eb05d6 Mon Sep 17 00:00:00 2001 From: Markus Petke Date: Fri, 2 Feb 2024 10:26:13 +0100 Subject: [PATCH 2/3] fix tag --- .velocitas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.velocitas.json b/.velocitas.json index 96eb494..7f16088 100644 --- a/.velocitas.json +++ b/.velocitas.json @@ -2,7 +2,7 @@ "packages": [ { "name": "devenv-runtimes", - "version": "fix/local-runtime" + "version": "v2.2.6" }, { "name": "devenv-github-workflows", From 9ffc44c3395a1f2c982910a55e2ce6294ad0ffac Mon Sep 17 00:00:00 2001 From: Markus Petke Date: Fri, 2 Feb 2024 10:29:27 +0100 Subject: [PATCH 3/3] fix licenses --- NOTICE-3RD-PARTY-CONTENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE-3RD-PARTY-CONTENT.md b/NOTICE-3RD-PARTY-CONTENT.md index 5821bdb..c09ec89 100644 --- a/NOTICE-3RD-PARTY-CONTENT.md +++ b/NOTICE-3RD-PARTY-CONTENT.md @@ -4,7 +4,7 @@ | Dependency | Version | License | |:-----------|:-------:|--------:| |bottle|0.12.25|MIT| -|certifi|2023.11.17|Mozilla Public License 2.0| +|certifi|2024.2.2|Mozilla Public License 2.0| |cfgv|3.4.0|MIT| |charset-normalizer|3.3.2|MIT| |colorama|0.4.6|BSD|