diff --git a/.editorconfig b/.editorconfig index 296130eb5..7ae9d14b1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# [*] charset = utf-8 diff --git a/.env b/.env index e70a33253..1d5cb571e 100644 --- a/.env +++ b/.env @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# VITE_APP_NAME=Product Passport Application VITE_BASE_URL=http://localhost:8080 diff --git a/.eslintrc.js b/.eslintrc.js index 756b801ca..651111235 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,7 +1,8 @@ /** - * Catena-X - Product Passport Consumer Frontend + * Catena-X - Digital Product Passport Application * - * Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fbe6b918d..9cca4e0b0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,26 @@ + + # Why we create this PR? << Quick description why the PR is being opened >> @@ -17,4 +40,4 @@ | Tickets | | :---: | | [cmp-xxx](www.link.com) | -| [cmp-xxx](www.link.com) | \ No newline at end of file +| [cmp-xxx](www.link.com) | diff --git a/.github/actions/setup-java/action.yaml b/.github/actions/setup-java/action.yaml index e6c2c8847..826afc9c8 100644 --- a/.github/actions/setup-java/action.yaml +++ b/.github/actions/setup-java/action.yaml @@ -1,8 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..781bf4590 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,67 @@ +################################################################################# +# Catena-X - Digital Product Passport Application +# +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://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 govern in permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################# + +--- +version: 2 +updates: + # Maven + - + package-ecosystem: "maven" + target-branch: main + directory: ./dpp-backend/digitalproductpass/ + labels: + - "dependabot" + - "dependencies" + schedule: + interval: "daily" + + # Github Actions + - + package-ecosystem: "github-actions" + target-branch: main + directory: / + labels: + - "dependabot" + - "github-actions" + schedule: + interval: "daily" + + # Docker + - + package-ecosystem: "docker" + target-branch: main + directory: ./dpp-backend/digitalproductpass/ + labels: + - "dependabot" + - "docker" + schedule: + interval: "daily" + - + package-ecosystem: "docker" + target-branch: main + directory: / + labels: + - "dependabot" + - "docker" + schedule: + interval: "daily" diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index adbf5ea01..2987caa22 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -1,16 +1,25 @@ -# Copyright 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +################################################################################# +# Catena-X - Digital Product Passport Application # -# Licensed 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 +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # -# http://www.apache.org/licenses/LICENSE-2.0 +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://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. +# 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 govern in permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################# # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by diff --git a/.github/workflows/helm-test.yaml b/.github/workflows/helm-test.yaml index 83c23ffab..caad75d93 100644 --- a/.github/workflows/helm-test.yaml +++ b/.github/workflows/helm-test.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/helm-upgrade.yaml b/.github/workflows/helm-upgrade.yaml index 4c90d90d0..a9bde2075 100644 --- a/.github/workflows/helm-upgrade.yaml +++ b/.github/workflows/helm-upgrade.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/kics.yml b/.github/workflows/kics.yml index b2bca619c..598bfa64f 100644 --- a/.github/workflows/kics.yml +++ b/.github/workflows/kics.yml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/publish-dpp-backend-docker-image.yml b/.github/workflows/publish-dpp-backend-docker-image.yml index 6526dfabc..de7ef98e7 100644 --- a/.github/workflows/publish-dpp-backend-docker-image.yml +++ b/.github/workflows/publish-dpp-backend-docker-image.yml @@ -1,8 +1,8 @@ ################################################################################# -# Catena-X - Digital Product Pass Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/publish-dpp-frontend-docker-image.yml b/.github/workflows/publish-dpp-frontend-docker-image.yml index a5cbc802a..125cfde5a 100644 --- a/.github/workflows/publish-dpp-frontend-docker-image.yml +++ b/.github/workflows/publish-dpp-frontend-docker-image.yml @@ -1,8 +1,8 @@ ################################################################################# -# Catena-X - Digital Product Pass Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/publish-swagger-hub.yaml b/.github/workflows/publish-swagger-hub.yaml index b5c416e8d..8c177f8a4 100644 --- a/.github/workflows/publish-swagger-hub.yaml +++ b/.github/workflows/publish-swagger-hub.yaml @@ -2,7 +2,7 @@ # Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/release-helm-charts.yml b/.github/workflows/release-helm-charts.yml index 426260808..2a86745bf 100644 --- a/.github/workflows/release-helm-charts.yml +++ b/.github/workflows/release-helm-charts.yml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/sonar-scan.yaml b/.github/workflows/sonar-scan.yaml index 5d5bcb64a..aa94249f4 100644 --- a/.github/workflows/sonar-scan.yaml +++ b/.github/workflows/sonar-scan.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 3228a3be9..71448b422 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -1,8 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/veracode-pipeline.yml b/.github/workflows/veracode-pipeline.yml index f5da6d93f..e22528fab 100644 --- a/.github/workflows/veracode-pipeline.yml +++ b/.github/workflows/veracode-pipeline.yml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.github/workflows/veracode-upload.yml b/.github/workflows/veracode-upload.yml index 17982a132..7dd5d69a9 100644 --- a/.github/workflows/veracode-upload.yml +++ b/.github/workflows/veracode-upload.yml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/.gitignore b/.gitignore index 7b8687dc5..df116f40e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# __pycache__/ .DS_Store @@ -145,4 +146,4 @@ venv.bak/ dmypy.json .pyre/ .pytype/ -cython_debug/ \ No newline at end of file +cython_debug/ diff --git a/.nginx/nginx.conf b/.nginx/nginx.conf index 6dc2cd5c7..1d1015670 100644 --- a/.nginx/nginx.conf +++ b/.nginx/nginx.conf @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# server { listen 8080; diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7474abac0..f4d9d8f5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# repos: - repo: https://github.com/gitguardian/ggshield diff --git a/.trivyignore b/.trivyignore index 90a91b11d..f2c5c0db7 100644 --- a/.trivyignore +++ b/.trivyignore @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation @@ -19,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# # List of false positives CVE-2023-5363 diff --git a/AUTHORS.md b/AUTHORS.md index 7ef767dfb..770b4cf9d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,8 +1,9 @@ - + # digital-product-pass ![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) diff --git a/charts/digital-product-pass/templates/_helpers.tpl b/charts/digital-product-pass/templates/_helpers.tpl index 9cdebe311..bf0705c3b 100644 --- a/charts/digital-product-pass/templates/_helpers.tpl +++ b/charts/digital-product-pass/templates/_helpers.tpl @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -#################################################################################e governing permissions and +################################################################################# governing permissions and {{/* Expand the name of the chart. diff --git a/charts/digital-product-pass/templates/configmap-backend.yaml b/charts/digital-product-pass/templates/configmap-backend.yaml index ba8c9285c..64f142f62 100644 --- a/charts/digital-product-pass/templates/configmap-backend.yaml +++ b/charts/digital-product-pass/templates/configmap-backend.yaml @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Digital Product Pass Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation diff --git a/charts/digital-product-pass/templates/deployment-backend.yaml b/charts/digital-product-pass/templates/deployment-backend.yaml index 2760cc6f9..d1ca4fcbc 100644 --- a/charts/digital-product-pass/templates/deployment-backend.yaml +++ b/charts/digital-product-pass/templates/deployment-backend.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/templates/deployment-frontend.yaml b/charts/digital-product-pass/templates/deployment-frontend.yaml index f7d8bf8d0..56345e0c9 100644 --- a/charts/digital-product-pass/templates/deployment-frontend.yaml +++ b/charts/digital-product-pass/templates/deployment-frontend.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/templates/ingress-backend.yaml b/charts/digital-product-pass/templates/ingress-backend.yaml index c3ae9570b..a905797e2 100644 --- a/charts/digital-product-pass/templates/ingress-backend.yaml +++ b/charts/digital-product-pass/templates/ingress-backend.yaml @@ -1,24 +1,25 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application -# -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://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 govern in permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -################################################################################# +# Catena-X - Digital Product Passport Application + # + # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License, Version 2.0 which is available at + # https://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 govern in permissions and limitations + # under the License. + # + # SPDX-License-Identifier: Apache-2.0 + ################################################################################# {{- if .Values.backend.ingress.enabled -}} {{- $fullName := .Values.backend.name -}} diff --git a/charts/digital-product-pass/templates/ingress-frontend.yaml b/charts/digital-product-pass/templates/ingress-frontend.yaml index be59d1476..30025981a 100644 --- a/charts/digital-product-pass/templates/ingress-frontend.yaml +++ b/charts/digital-product-pass/templates/ingress-frontend.yaml @@ -1,24 +1,25 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application -# -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://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 govern in permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -################################################################################# +# Catena-X - Digital Product Passport Application + # + # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License, Version 2.0 which is available at + # https://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 govern in permissions and limitations + # under the License. + # + # SPDX-License-Identifier: Apache-2.0 + ################################################################################# {{- if .Values.frontend.ingress.enabled -}} {{- $fullName := .Values.frontend.name -}} diff --git a/charts/digital-product-pass/templates/pvc-data.yaml b/charts/digital-product-pass/templates/pvc-data.yaml index b023691ae..fa7be377e 100644 --- a/charts/digital-product-pass/templates/pvc-data.yaml +++ b/charts/digital-product-pass/templates/pvc-data.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/templates/secret-backend.yaml b/charts/digital-product-pass/templates/secret-backend.yaml index 25d9b2bc8..e11dd92d6 100644 --- a/charts/digital-product-pass/templates/secret-backend.yaml +++ b/charts/digital-product-pass/templates/secret-backend.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/templates/service-backend.yaml b/charts/digital-product-pass/templates/service-backend.yaml index 57ff98321..cc815c6ad 100644 --- a/charts/digital-product-pass/templates/service-backend.yaml +++ b/charts/digital-product-pass/templates/service-backend.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/templates/service-frontend.yaml b/charts/digital-product-pass/templates/service-frontend.yaml index 0d20fef0c..80da0ed4e 100644 --- a/charts/digital-product-pass/templates/service-frontend.yaml +++ b/charts/digital-product-pass/templates/service-frontend.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/templates/tests/test-dpp-connection.yaml b/charts/digital-product-pass/templates/tests/test-dpp-connection.yaml index 643ea53fb..fd23803bd 100644 --- a/charts/digital-product-pass/templates/tests/test-dpp-connection.yaml +++ b/charts/digital-product-pass/templates/tests/test-dpp-connection.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -39,4 +40,3 @@ spec: command: ['/bin/sh','-c'] args: ["i=0; wget '{{ .Values.backend.name }}:{{ .Values.backend.service.port }}'/health -O /dev/null; while [ $i -ne 5 ]; do wget '{{ .Values.backend.name }}:{{ .Values.backend.service.port }}'/health -O /dev/null; sleep 6; i=$(($i+1)); done"] restartPolicy: Never - \ No newline at end of file diff --git a/charts/digital-product-pass/values-beta.yaml b/charts/digital-product-pass/values-beta.yaml index 7fd787c92..c8fe21458 100644 --- a/charts/digital-product-pass/values-beta.yaml +++ b/charts/digital-product-pass/values-beta.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -103,4 +104,4 @@ oauth: enabled: true bpn: *bpn roleCheck: - enabled: false \ No newline at end of file + enabled: false diff --git a/charts/digital-product-pass/values-dev.yaml b/charts/digital-product-pass/values-dev.yaml index 09a58dc17..67597765c 100644 --- a/charts/digital-product-pass/values-dev.yaml +++ b/charts/digital-product-pass/values-dev.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/values-int.yaml b/charts/digital-product-pass/values-int.yaml index 4792ea105..c499f39e1 100644 --- a/charts/digital-product-pass/values-int.yaml +++ b/charts/digital-product-pass/values-int.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/charts/digital-product-pass/values.yaml b/charts/digital-product-pass/values.yaml index 3a6cc9dd1..f4514c5a1 100644 --- a/charts/digital-product-pass/values.yaml +++ b/charts/digital-product-pass/values.yaml @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Digital Product Pass Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation diff --git a/cypress.config.js b/cypress.config.js index 1d0cb109c..459b4f010 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,7 +1,8 @@ /** - * Catena-X - Product Passport Consumer Frontend + * Catena-X - Digital Product Passport Application * - * Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/cypress/e2e/sign-in/e2e.cy.js b/cypress/e2e/sign-in/e2e.cy.js index 7dece88a1..b085de43d 100644 --- a/cypress/e2e/sign-in/e2e.cy.js +++ b/cypress/e2e/sign-in/e2e.cy.js @@ -1,7 +1,8 @@ /** - * Catena-X - Product Passport Consumer Frontend + * Catena-X - Digital Product Passport Application * - * Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/cypress/support/commands.js b/cypress/support/commands.js index c63ad7fde..de3894884 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -1,7 +1,8 @@ /** - * Catena-X - Product Passport Consumer Frontend + * Catena-X - Digital Product Passport Application * - * Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/cypress/support/e2e.js b/cypress/support/e2e.js index 98a09f78c..bec4daa14 100644 --- a/cypress/support/e2e.js +++ b/cypress/support/e2e.js @@ -1,7 +1,8 @@ /** - * Catena-X - Product Passport Consumer Frontend + * Catena-X - Digital Product Passport Application * - * Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + * Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation * * See the NOTICE file(s) distributed with this work for additional * information regarding copyright ownership. diff --git a/deployment/README.md b/deployment/README.md index d80956ce8..79f06df3b 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -1,9 +1,9 @@ - + # tractusx-connector ![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square) diff --git a/deployment/infrastructure/edc-consumer/values-beta.yaml b/deployment/infrastructure/edc-consumer/values-beta.yaml index 5d4fd62f8..892aeda86 100644 --- a/deployment/infrastructure/edc-consumer/values-beta.yaml +++ b/deployment/infrastructure/edc-consumer/values-beta.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/edc-consumer/values-int.yaml b/deployment/infrastructure/edc-consumer/values-int.yaml index 1a1d33056..f0f958b8b 100644 --- a/deployment/infrastructure/edc-consumer/values-int.yaml +++ b/deployment/infrastructure/edc-consumer/values-int.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/edc-consumer/values.yaml b/deployment/infrastructure/edc-consumer/values.yaml index 0a4d8b0dd..4ebb9bb39 100644 --- a/deployment/infrastructure/edc-consumer/values.yaml +++ b/deployment/infrastructure/edc-consumer/values.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/edc-provider/Chart.yaml b/deployment/infrastructure/edc-provider/Chart.yaml index e40bf6ddf..c3c256fb6 100644 --- a/deployment/infrastructure/edc-provider/Chart.yaml +++ b/deployment/infrastructure/edc-provider/Chart.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/edc-provider/README.md b/deployment/infrastructure/edc-provider/README.md index e57db6b02..b7dccd6b7 100644 --- a/deployment/infrastructure/edc-provider/README.md +++ b/deployment/infrastructure/edc-provider/README.md @@ -1,3 +1,26 @@ + + # tractusx-connector ![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0](https://img.shields.io/badge/AppVersion-0.5.0-informational?style=flat-square) diff --git a/deployment/infrastructure/edc-provider/data-service/.helmignore b/deployment/infrastructure/edc-provider/data-service/.helmignore index 8ee93b348..fa5320054 100644 --- a/deployment/infrastructure/edc-provider/data-service/.helmignore +++ b/deployment/infrastructure/edc-provider/data-service/.helmignore @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and diff --git a/deployment/infrastructure/edc-provider/data-service/Chart.yaml b/deployment/infrastructure/edc-provider/data-service/Chart.yaml index de87982b5..faf238719 100644 --- a/deployment/infrastructure/edc-provider/data-service/Chart.yaml +++ b/deployment/infrastructure/edc-provider/data-service/Chart.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- apiVersion: v2 name: data-service diff --git a/deployment/infrastructure/edc-provider/data-service/README.md b/deployment/infrastructure/edc-provider/data-service/README.md index 62bf08db2..49793e434 100644 --- a/deployment/infrastructure/edc-provider/data-service/README.md +++ b/deployment/infrastructure/edc-provider/data-service/README.md @@ -1,3 +1,26 @@ + + # data-service ![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square) diff --git a/deployment/infrastructure/edc-provider/data-service/templates/_helpers.tpl b/deployment/infrastructure/edc-provider/data-service/templates/_helpers.tpl index 2e795ccd0..7df824506 100644 --- a/deployment/infrastructure/edc-provider/data-service/templates/_helpers.tpl +++ b/deployment/infrastructure/edc-provider/data-service/templates/_helpers.tpl @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,8 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# + {{/* Expand the name of the chart. */}} diff --git a/deployment/infrastructure/edc-provider/data-service/templates/deployment.yaml b/deployment/infrastructure/edc-provider/data-service/templates/deployment.yaml index 2cb518250..4a47d380b 100644 --- a/deployment/infrastructure/edc-provider/data-service/templates/deployment.yaml +++ b/deployment/infrastructure/edc-provider/data-service/templates/deployment.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- apiVersion: apps/v1 kind: Deployment diff --git a/deployment/infrastructure/edc-provider/data-service/templates/ingress.yaml b/deployment/infrastructure/edc-provider/data-service/templates/ingress.yaml index a38c34e06..c9e5a8eaf 100644 --- a/deployment/infrastructure/edc-provider/data-service/templates/ingress.yaml +++ b/deployment/infrastructure/edc-provider/data-service/templates/ingress.yaml @@ -1,24 +1,25 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend -# -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://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 govern in permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -################################################################################## +# Catena-X - Digital Product Passport Application + # + # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License, Version 2.0 which is available at + # https://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 govern in permissions and limitations + # under the License. + # + # SPDX-License-Identifier: Apache-2.0 + ################################################################################# {{- if .Values.ingress.enabled -}} {{- $fullName := include "data-service.fullname" . -}} diff --git a/deployment/infrastructure/edc-provider/data-service/templates/service.yaml b/deployment/infrastructure/edc-provider/data-service/templates/service.yaml index cf2f9df0a..5f344b98a 100644 --- a/deployment/infrastructure/edc-provider/data-service/templates/service.yaml +++ b/deployment/infrastructure/edc-provider/data-service/templates/service.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- apiVersion: v1 diff --git a/deployment/infrastructure/edc-provider/data-service/values-beta.yaml b/deployment/infrastructure/edc-provider/data-service/values-beta.yaml index 01bf856d2..63fd82440 100644 --- a/deployment/infrastructure/edc-provider/data-service/values-beta.yaml +++ b/deployment/infrastructure/edc-provider/data-service/values-beta.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- # Default values for backend. diff --git a/deployment/infrastructure/edc-provider/data-service/values-dev.yaml b/deployment/infrastructure/edc-provider/data-service/values-dev.yaml index b026186ee..2d9b64ac8 100644 --- a/deployment/infrastructure/edc-provider/data-service/values-dev.yaml +++ b/deployment/infrastructure/edc-provider/data-service/values-dev.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- # Default values for backend. diff --git a/deployment/infrastructure/edc-provider/data-service/values-int.yaml b/deployment/infrastructure/edc-provider/data-service/values-int.yaml index 765ed264f..7eb450cc7 100644 --- a/deployment/infrastructure/edc-provider/data-service/values-int.yaml +++ b/deployment/infrastructure/edc-provider/data-service/values-int.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- # Default values for backend. diff --git a/deployment/infrastructure/edc-provider/data-service/values.yaml b/deployment/infrastructure/edc-provider/data-service/values.yaml index 319c3b1ae..d25d6a5c0 100644 --- a/deployment/infrastructure/edc-provider/data-service/values.yaml +++ b/deployment/infrastructure/edc-provider/data-service/values.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Frontend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -18,7 +19,7 @@ # under the License. # # SPDX-License-Identifier: Apache-2.0 -################################################################################## +################################################################################# --- # Default values for backend. diff --git a/deployment/infrastructure/edc-provider/values-beta.yaml b/deployment/infrastructure/edc-provider/values-beta.yaml index 480bb48c0..0155d9e82 100644 --- a/deployment/infrastructure/edc-provider/values-beta.yaml +++ b/deployment/infrastructure/edc-provider/values-beta.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/edc-provider/values-int.yaml b/deployment/infrastructure/edc-provider/values-int.yaml index bbbf8e24e..653d84620 100644 --- a/deployment/infrastructure/edc-provider/values-int.yaml +++ b/deployment/infrastructure/edc-provider/values-int.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/edc-provider/values.yaml b/deployment/infrastructure/edc-provider/values.yaml index 214b8ef91..716e8d60d 100644 --- a/deployment/infrastructure/edc-provider/values.yaml +++ b/deployment/infrastructure/edc-provider/values.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/deployment/infrastructure/registry/Chart.yaml b/deployment/infrastructure/registry/Chart.yaml index 189b5a7ff..8e4b28c39 100644 --- a/deployment/infrastructure/registry/Chart.yaml +++ b/deployment/infrastructure/registry/Chart.yaml @@ -1,6 +1,8 @@ -############################################################### -# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation +################################################################################# +# Catena-X - Digital Product Passport Application +# +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -10,13 +12,14 @@ # https://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 +# 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 govern in permissions and limitations # under the License. # # SPDX-License-Identifier: Apache-2.0 -############################################################### +################################################################################# apiVersion: v2 name: registry diff --git a/deployment/infrastructure/registry/README.md b/deployment/infrastructure/registry/README.md index bce427388..242895632 100644 --- a/deployment/infrastructure/registry/README.md +++ b/deployment/infrastructure/registry/README.md @@ -1,3 +1,26 @@ + + # registry ![Version: 0.3.23](https://img.shields.io/badge/Version-0.3.23-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) diff --git a/deployment/infrastructure/registry/values.yaml b/deployment/infrastructure/registry/values.yaml index e85ff2e89..5feb0979c 100644 --- a/deployment/infrastructure/registry/values.yaml +++ b/deployment/infrastructure/registry/values.yaml @@ -1,6 +1,8 @@ -############################################################### -# Copyright (c) 2021, 2023 Robert Bosch Manufacturing Solutions GmbH -# Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation +################################################################################# +# Catena-X - Digital Product Passport Application +# +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -10,13 +12,14 @@ # https://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 +# 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 govern in permissions and limitations # under the License. # # SPDX-License-Identifier: Apache-2.0 -############################################################### +################################################################################# provider-dtr: @@ -64,4 +67,4 @@ provider-dtr: auth: username: password: - database: default-database \ No newline at end of file + database: default-database diff --git a/deployment/local/docker/Keycloak/README.md b/deployment/local/docker/Keycloak/README.md index 02b44e711..5a7d904e7 100644 --- a/deployment/local/docker/Keycloak/README.md +++ b/deployment/local/docker/Keycloak/README.md @@ -1,8 +1,9 @@ - diff --git a/docs/data retrieval guide/DataRetrievalGuide.md b/docs/data retrieval guide/DataRetrievalGuide.md index b340643de..951c21a72 100644 --- a/docs/data retrieval guide/DataRetrievalGuide.md +++ b/docs/data retrieval guide/DataRetrievalGuide.md @@ -1,8 +1,9 @@ - - # User Manual This manual provides a step by step introduction on how to use the Product Pass Viewer app and gives an overview on its functionalities. diff --git a/dpp-backend/charts/digital-product-pass-backend/.helmignore b/dpp-backend/charts/digital-product-pass-backend/.helmignore index 876f60bc4..40fc1b284 100644 --- a/dpp-backend/charts/digital-product-pass-backend/.helmignore +++ b/dpp-backend/charts/digital-product-pass-backend/.helmignore @@ -1,3 +1,26 @@ +################################################################################# +# Catena-X - Digital Product Passport Application +# +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://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 govern in permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################# + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/dpp-backend/charts/digital-product-pass-backend/Chart.yaml b/dpp-backend/charts/digital-product-pass-backend/Chart.yaml index 12240ce14..ac17849a1 100644 --- a/dpp-backend/charts/digital-product-pass-backend/Chart.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/Chart.yaml @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation diff --git a/dpp-backend/charts/digital-product-pass-backend/README.md b/dpp-backend/charts/digital-product-pass-backend/README.md index 97dcc548d..78c5aec61 100644 --- a/dpp-backend/charts/digital-product-pass-backend/README.md +++ b/dpp-backend/charts/digital-product-pass-backend/README.md @@ -1,3 +1,26 @@ + + # digital-product-pass-backend ![Version: 2.1.0](https://img.shields.io/badge/Version-2.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.0](https://img.shields.io/badge/AppVersion-2.1.0-informational?style=flat-square) diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/NOTES.txt b/dpp-backend/charts/digital-product-pass-backend/templates/NOTES.txt index 33e3034f4..5dfbd2d62 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/NOTES.txt +++ b/dpp-backend/charts/digital-product-pass-backend/templates/NOTES.txt @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/_helpers.tpl b/dpp-backend/charts/digital-product-pass-backend/templates/_helpers.tpl index 8394da30e..86be1bb7e 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/_helpers.tpl +++ b/dpp-backend/charts/digital-product-pass-backend/templates/_helpers.tpl @@ -1,24 +1,25 @@ -################################################################################# -# Catena-X - Product Passport Consumer Application -# -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://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 govern in permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -#################################################################################e governing permissions and +##################################################################################### + # Catena-X - Digital Product Passport Application + # + # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License, Version 2.0 which is available at + # https://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 govern in permissions and limitations + # under the License. + # + # SPDX-License-Identifier: Apache-2.0 + ################################################################################# governing permissions and {{/* Expand the name of the chart. diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/configmap.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/configmap.yaml index 5bf03cd1e..88634f0ec 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/configmap.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/configmap.yaml @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/deployment.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/deployment.yaml index 52e47715c..e4ea63f42 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/deployment.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/deployment.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/ingress.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/ingress.yaml index b02155bbb..02288b955 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/ingress.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/ingress.yaml @@ -1,24 +1,25 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application -# -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA -# -# See the NOTICE file(s) distributed with this work for additional -# information regarding copyright ownership. -# -# This program and the accompanying materials are made available under the -# terms of the Apache License, Version 2.0 which is available at -# https://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 govern in permissions and limitations -# under the License. -# -# SPDX-License-Identifier: Apache-2.0 -################################################################################# +# Catena-X - Digital Product Passport Application + # + # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA + # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation + # + # See the NOTICE file(s) distributed with this work for additional + # information regarding copyright ownership. + # + # This program and the accompanying materials are made available under the + # terms of the Apache License, Version 2.0 which is available at + # https://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 govern in permissions and limitations + # under the License. + # + # SPDX-License-Identifier: Apache-2.0 + ################################################################################# {{- if .Values.ingress.enabled -}} {{- $fullName := .Values.name -}} diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/pvc-data.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/pvc-data.yaml index b023691ae..fa7be377e 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/pvc-data.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/pvc-data.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/secret.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/secret.yaml index c0a302ec2..23ab4c84f 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/secret.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/secret.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/service.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/service.yaml index 0a094be7b..c3bfe4ad8 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/service.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/service.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/serviceaccount.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/serviceaccount.yaml index 26a57fa86..b9549d4df 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/serviceaccount.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/serviceaccount.yaml @@ -1,3 +1,26 @@ +################################################################################# +# Catena-X - Digital Product Passport Application +# +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This program and the accompanying materials are made available under the +# terms of the Apache License, Version 2.0 which is available at +# https://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 govern in permissions and limitations +# under the License. +# +# SPDX-License-Identifier: Apache-2.0 +################################################################################# + {{- if .Values.serviceAccount.create -}} apiVersion: v1 kind: ServiceAccount diff --git a/dpp-backend/charts/digital-product-pass-backend/templates/tests/test-connection.yaml b/dpp-backend/charts/digital-product-pass-backend/templates/tests/test-connection.yaml index 4cb2c6e1a..0221741fc 100644 --- a/dpp-backend/charts/digital-product-pass-backend/templates/tests/test-connection.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/templates/tests/test-connection.yaml @@ -1,7 +1,8 @@ - ################################################################################# -# Catena-X - Product Passport Consumer Application +################################################################################# +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/values-dev.yaml b/dpp-backend/charts/digital-product-pass-backend/values-dev.yaml index 1e6b89c6e..c445ed84c 100644 --- a/dpp-backend/charts/digital-product-pass-backend/values-dev.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/values-dev.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/values-int.yaml b/dpp-backend/charts/digital-product-pass-backend/values-int.yaml index bc3d6ef98..e91ad2cf3 100644 --- a/dpp-backend/charts/digital-product-pass-backend/values-int.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/values-int.yaml @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Application +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/charts/digital-product-pass-backend/values.yaml b/dpp-backend/charts/digital-product-pass-backend/values.yaml index ba4539790..fde4e12d6 100644 --- a/dpp-backend/charts/digital-product-pass-backend/values.yaml +++ b/dpp-backend/charts/digital-product-pass-backend/values.yaml @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Digital Product Pass Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation diff --git a/dpp-backend/digitalproductpass/.gitattributes b/dpp-backend/digitalproductpass/.gitattributes index 066fef88b..af6e90c3b 100644 --- a/dpp-backend/digitalproductpass/.gitattributes +++ b/dpp-backend/digitalproductpass/.gitattributes @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Backend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/digitalproductpass/.gitignore b/dpp-backend/digitalproductpass/.gitignore index a2d095dcd..5fee6477f 100644 --- a/dpp-backend/digitalproductpass/.gitignore +++ b/dpp-backend/digitalproductpass/.gitignore @@ -1,7 +1,8 @@ ################################################################################# -# Catena-X - Product Passport Consumer Backend +# Catena-X - Digital Product Passport Application # -# Copyright (c) 2022, 2023 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA +# Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. diff --git a/dpp-backend/digitalproductpass/Dockerfile b/dpp-backend/digitalproductpass/Dockerfile index 8a7e26509..b712ced24 100644 --- a/dpp-backend/digitalproductpass/Dockerfile +++ b/dpp-backend/digitalproductpass/Dockerfile @@ -1,5 +1,5 @@ ################################################################################# -# Catena-X - Digital Product Pass Backend Application +# Catena-X - Digital Product Passport Application # # Copyright (c) 2022, 2024 BASF SE, BMW AG, Henkel AG & Co. KGaA # Copyright (c) 2022, 2024 Contributors to the Eclipse Foundation diff --git a/dpp-backend/digitalproductpass/README.md b/dpp-backend/digitalproductpass/README.md index 4c2fa9e39..3146a813f 100644 --- a/dpp-backend/digitalproductpass/README.md +++ b/dpp-backend/digitalproductpass/README.md @@ -1,5 +1,5 @@ - +