From 3610e5036a92a23753c2f11f88db3bac03906856 Mon Sep 17 00:00:00 2001 From: Marat Gubaidullin Date: Fri, 22 Sep 2023 09:46:37 -0400 Subject: [PATCH] #901 --- karavan-vscode/icons/dark/karavan.svg | 1 - karavan-vscode/icons/dark/rocket.svg | 14 +++++++++++++ karavan-vscode/webview/App.css | 15 +++++++++++++ karavan-vscode/webview/acquireVsCodeApi.d.ts | 15 +++++++++++++ karavan-web/docker/Dockerfile.devmode | 15 +++++++++++++ karavan-web/karavan-app/.dockerignore | 15 +++++++++++++ .../Dockerfile.distroless.dockerignore | 6 ------ .../karavan-app/Dockerfile.jdk.dockerignore | 21 +++++++++++++++++++ .../src/main/resources/components/.gitignore | 15 +++++++++++++ .../src/main/resources/kamelets/.gitignore | 15 +++++++++++++ .../karavan-app/src/main/webui/.gitignore | 15 +++++++++++++ .../src/main/webui/public/index.html | 15 +++++++++++++ karavan-web/pom.xml | 16 ++++++++++++++ release-utils/prerelease.sh | 16 +++++++++++++- release-utils/release.sh | 15 +++++++++++++ 15 files changed, 201 insertions(+), 8 deletions(-) delete mode 100644 karavan-web/karavan-app/Dockerfile.distroless.dockerignore create mode 100644 karavan-web/karavan-app/Dockerfile.jdk.dockerignore mode change 100644 => 100755 release-utils/prerelease.sh diff --git a/karavan-vscode/icons/dark/karavan.svg b/karavan-vscode/icons/dark/karavan.svg index 932d351fb04..7e9760c79c2 100644 --- a/karavan-vscode/icons/dark/karavan.svg +++ b/karavan-vscode/icons/dark/karavan.svg @@ -1,5 +1,4 @@ - + + diff --git a/karavan-web/pom.xml b/karavan-web/pom.xml index 36ffc21b07a..b2cc3f9d7b8 100644 --- a/karavan-web/pom.xml +++ b/karavan-web/pom.xml @@ -1,4 +1,20 @@ + diff --git a/release-utils/prerelease.sh b/release-utils/prerelease.sh old mode 100644 new mode 100755 index 74e434ffa1e..e7fd6787bf5 --- a/release-utils/prerelease.sh +++ b/release-utils/prerelease.sh @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + set -e if [ "$#" -lt 1 ]; then @@ -16,5 +31,4 @@ wget https://github.com/apache/camel-karavan/releases/download/$1/camel-karavan- wget https://github.com/apache/camel-karavan/releases/download/$1/camel-karavan-$1.zip.sha512 cd ../ svn import $1/ https://dist.apache.org/repos/dist/dev/camel/camel-karavan/$1/ -m "Import camel-karavan release" - rm -rf $1/ \ No newline at end of file diff --git a/release-utils/release.sh b/release-utils/release.sh index 53391a1d3ef..5f3c9c44f0f 100755 --- a/release-utils/release.sh +++ b/release-utils/release.sh @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at + +# http://www.apache.org/licenses/LICENSE-2.0 + +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + set -e if [ "$#" -lt 1 ]; then