From 8b33ab3b57d6ed52e07be9241f11a781031b93d8 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 29 Jan 2024 17:26:23 +0100 Subject: [PATCH 1/5] feat: added dependabot.yaml --- .github/dependabot.yaml | 67 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..80d7ba51e --- /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) 2023, 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: "weekly" + + # Github Actions + - + package-ecosystem: "github-actions" + target-branch: main + directory: / + labels: + - "dependabot" + - "github-actions" + schedule: + interval: "weekly" + + # Docker + - + package-ecosystem: "docker" + target-branch: main + directory: ./dpp-backend/digitalproductpass/ + labels: + - "dependabot" + - "docker" + schedule: + interval: "weekly" + - + package-ecosystem: "docker" + target-branch: main + directory: / + labels: + - "dependabot" + - "docker" + schedule: + interval: "weekly" From 0e277a79e811f45899e56bb764023a9b9204f25c Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 29 Jan 2024 17:33:22 +0100 Subject: [PATCH 2/5] chore: update dependabot execution interval to daily --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 80d7ba51e..b69f5887a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -33,7 +33,7 @@ updates: - "dependabot" - "dependencies" schedule: - interval: "weekly" + interval: "daily" # Github Actions - @@ -44,7 +44,7 @@ updates: - "dependabot" - "github-actions" schedule: - interval: "weekly" + interval: "daily" # Docker - @@ -55,7 +55,7 @@ updates: - "dependabot" - "docker" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "docker" target-branch: main @@ -64,4 +64,4 @@ updates: - "dependabot" - "docker" schedule: - interval: "weekly" + interval: "daily" From 538f5f76c11511cc54b667bb2c09607255a34909 Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Tue, 30 Jan 2024 11:15:11 +0100 Subject: [PATCH 3/5] chore: change to feature branch for testing dependabot --- .github/dependabot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b69f5887a..b20599e05 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -27,7 +27,7 @@ updates: # Maven - package-ecosystem: "maven" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -38,7 +38,7 @@ updates: # Github Actions - package-ecosystem: "github-actions" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: / labels: - "dependabot" @@ -49,7 +49,7 @@ updates: # Docker - package-ecosystem: "docker" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -58,7 +58,7 @@ updates: interval: "daily" - package-ecosystem: "docker" - target-branch: main + target-branch: feature/cmp-1103/dependabot directory: / labels: - "dependabot" From ad152d9cd883b13885fc1629797db744bdff003d Mon Sep 17 00:00:00 2001 From: Muhammad Saud Khan Date: Mon, 5 Feb 2024 11:21:23 +0100 Subject: [PATCH 4/5] chore: switched to the main branch --- .github/dependabot.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index b20599e05..781bf4590 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.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. @@ -27,7 +27,7 @@ updates: # Maven - package-ecosystem: "maven" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -38,7 +38,7 @@ updates: # Github Actions - package-ecosystem: "github-actions" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: / labels: - "dependabot" @@ -49,7 +49,7 @@ updates: # Docker - package-ecosystem: "docker" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: ./dpp-backend/digitalproductpass/ labels: - "dependabot" @@ -58,7 +58,7 @@ updates: interval: "daily" - package-ecosystem: "docker" - target-branch: feature/cmp-1103/dependabot + target-branch: main directory: / labels: - "dependabot" From 7119cac84ef1e478f9cd6a9b07fff2ef71471929 Mon Sep 17 00:00:00 2001 From: Parracho Date: Mon, 5 Feb 2024 11:21:56 +0000 Subject: [PATCH 5/5] hotfix: added the latest license header to all the files of the application to be compliant with the QG --- .editorconfig | 7 +-- .env | 7 +-- .eslintrc.js | 5 ++- .github/PULL_REQUEST_TEMPLATE.md | 25 ++++++++++- .github/actions/setup-java/action.yaml | 4 +- .github/workflows/eslint.yml | 27 ++++++++---- .github/workflows/helm-test.yaml | 5 ++- .github/workflows/helm-upgrade.yaml | 5 ++- .github/workflows/kics.yml | 5 ++- .../publish-dpp-backend-docker-image.yml | 4 +- .../publish-dpp-frontend-docker-image.yml | 4 +- .github/workflows/publish-swagger-hub.yaml | 2 +- .github/workflows/release-helm-charts.yml | 5 ++- .github/workflows/sonar-scan.yaml | 5 ++- .github/workflows/trivy.yml | 6 +-- .github/workflows/veracode-pipeline.yml | 5 ++- .github/workflows/veracode-upload.yml | 5 ++- .gitignore | 7 +-- .nginx/nginx.conf | 7 +-- .pre-commit-config.yaml | 7 +-- .trivyignore | 4 +- AUTHORS.md | 11 ++--- CHANGELOG.md | 4 +- CODE_OF_CONDUCT.md | 9 ++-- CONTRIBUTING.md | 9 ++-- Dockerfile | 2 +- INSTALL.md | 11 ++--- NOTICE.md | 9 ++-- README.md | 4 +- SECURITY.md | 9 ++-- buildAndDeploy.sh | 7 +-- charts/digital-product-pass/.helmignore | 23 ++++++++++ charts/digital-product-pass/Chart.yaml | 5 ++- charts/digital-product-pass/README.md | 23 ++++++++++ .../templates/_helpers.tpl | 7 +-- .../templates/configmap-backend.yaml | 2 +- .../templates/deployment-backend.yaml | 5 ++- .../templates/deployment-frontend.yaml | 5 ++- .../templates/ingress-backend.yaml | 41 +++++++++--------- .../templates/ingress-frontend.yaml | 41 +++++++++--------- .../templates/pvc-data.yaml | 5 ++- .../templates/secret-backend.yaml | 5 ++- .../templates/service-backend.yaml | 5 ++- .../templates/service-frontend.yaml | 5 ++- .../templates/tests/test-dpp-connection.yaml | 6 +-- charts/digital-product-pass/values-beta.yaml | 7 +-- charts/digital-product-pass/values-dev.yaml | 5 ++- charts/digital-product-pass/values-int.yaml | 5 ++- charts/digital-product-pass/values.yaml | 2 +- cypress.config.js | 5 ++- cypress/e2e/sign-in/e2e.cy.js | 5 ++- cypress/support/commands.js | 5 ++- cypress/support/e2e.js | 5 ++- deployment/README.md | 10 ++--- .../infrastructure/edc-consumer/Chart.yaml | 5 ++- .../infrastructure/edc-consumer/README.md | 23 ++++++++++ .../edc-consumer/values-beta.yaml | 5 ++- .../edc-consumer/values-int.yaml | 5 ++- .../infrastructure/edc-consumer/values.yaml | 5 ++- .../infrastructure/edc-provider/Chart.yaml | 5 ++- .../infrastructure/edc-provider/README.md | 23 ++++++++++ .../edc-provider/data-service/.helmignore | 7 +-- .../edc-provider/data-service/Chart.yaml | 7 +-- .../edc-provider/data-service/README.md | 23 ++++++++++ .../data-service/templates/_helpers.tpl | 8 ++-- .../data-service/templates/deployment.yaml | 7 +-- .../data-service/templates/ingress.yaml | 41 +++++++++--------- .../data-service/templates/service.yaml | 7 +-- .../data-service/values-beta.yaml | 7 +-- .../edc-provider/data-service/values-dev.yaml | 7 +-- .../edc-provider/data-service/values-int.yaml | 7 +-- .../edc-provider/data-service/values.yaml | 7 +-- .../edc-provider/values-beta.yaml | 5 ++- .../edc-provider/values-int.yaml | 5 ++- .../infrastructure/edc-provider/values.yaml | 5 ++- deployment/infrastructure/registry/Chart.yaml | 17 +++++--- deployment/infrastructure/registry/README.md | 23 ++++++++++ .../infrastructure/registry/values.yaml | 19 ++++---- deployment/local/docker/Keycloak/README.md | 9 ++-- deployment/local/docker/README.md | 9 ++-- deployment/local/postman/README.md | 9 ++-- deployment/local/scripts/init-values.sh | 4 +- deployment/local/storage/pv-data.yaml | 5 +-- deployment/local/storage/pvc-data.yaml | 5 ++- deployment/local/testing/README.md | 9 ++-- deployment/local/testing/delete-testdata.sh | 5 ++- deployment/local/testing/functions.sh | 5 ++- .../local/testing/transform-and-upload.sh | 5 ++- deployment/local/testing/upload-testdata.sh | 5 ++- docs/GETTING-STARTED.md | 10 ++--- docs/IaC.md | 9 ++-- docs/README.md | 10 ++--- docs/RELEASE.md | 9 ++-- docs/RELEASE_USER.md | 4 +- docs/SECRETS_MANAGEMENT.md | 9 ++-- docs/admin guide/Admin_Guide.md | 8 ++-- docs/arc42/Arc42.md | 6 +-- docs/business statement/Business Statement.md | 10 ++--- docs/cypress/CYPRESS.md | 15 ++++--- .../DataRetrievalGuide.md | 9 ++-- docs/notice.md | 8 ++-- .../User Manual Product Viewer App.md | 9 ++-- .../digital-product-pass-backend/.helmignore | 23 ++++++++++ .../digital-product-pass-backend/Chart.yaml | 2 +- .../digital-product-pass-backend/README.md | 23 ++++++++++ .../templates/NOTES.txt | 5 ++- .../templates/_helpers.tpl | 43 ++++++++++--------- .../templates/configmap.yaml | 2 +- .../templates/deployment.yaml | 5 ++- .../templates/ingress.yaml | 41 +++++++++--------- .../templates/pvc-data.yaml | 5 ++- .../templates/secret.yaml | 5 ++- .../templates/service.yaml | 5 ++- .../templates/serviceaccount.yaml | 23 ++++++++++ .../templates/tests/test-connection.yaml | 7 +-- .../values-dev.yaml | 5 ++- .../values-int.yaml | 5 ++- .../digital-product-pass-backend/values.yaml | 2 +- dpp-backend/digitalproductpass/.gitattributes | 5 ++- dpp-backend/digitalproductpass/.gitignore | 5 ++- dpp-backend/digitalproductpass/Dockerfile | 2 +- dpp-backend/digitalproductpass/README.md | 4 +- dpp-backend/digitalproductpass/deploy.sh | 7 +-- .../docs/tests/UNIT_TESTS.md | 7 +-- dpp-backend/digitalproductpass/mvnw | 5 ++- dpp-backend/digitalproductpass/mvnw.cmd | 6 +-- dpp-backend/digitalproductpass/pom.xml | 2 +- .../digitalproductpass/Application.java | 6 ++- .../digitalproductpass/config/AppConfig.java | 6 ++- .../config/DiscoveryConfig.java | 6 +-- .../digitalproductpass/config/DtrConfig.java | 2 +- .../digitalproductpass/config/IrsConfig.java | 6 +-- .../config/PassportConfig.java | 6 ++- .../config/ProcessConfig.java | 6 +-- .../config/SecurityConfig.java | 6 ++- .../config/ThreadConfig.java | 6 ++- .../config/VaultConfig.java | 6 ++- .../digitalproductpass/config/WebConfig.java | 6 ++- .../exceptions/ConfigException.java | 6 ++- .../exceptions/ControllerException.java | 6 ++- .../exceptions/DataModelException.java | 6 ++- .../exceptions/ManagerException.java | 6 ++- .../exceptions/ServiceException.java | 6 ++- .../ServiceInitializationException.java | 6 ++- .../http/controllers/AppController.java | 6 ++- .../http/controllers/api/ApiController.java | 6 ++- .../controllers/api/ContractController.java | 2 +- .../http/controllers/api/IrsController.java | 2 +- .../http/controllers/auth/AuthController.java | 6 ++- .../error/ErrorResponseController.java | 6 ++- .../http/middleware/BaseInterceptor.java | 6 ++- .../http/middleware/InterceptorConfig.java | 6 ++- .../ServiceInitializationInterface.java | 6 ++- .../listeners/AppListener.java | 2 +- .../managers/DtrSearchManager.java | 2 +- .../managers/ProcessDataModel.java | 6 +-- .../managers/ProcessManager.java | 2 +- .../managers/TreeManager.java | 6 +-- .../models/auth/Credential.java | 24 +++++++++++ .../models/auth/JwtToken.java | 24 +++++++++++ .../models/auth/UserCredential.java | 6 ++- .../models/auth/UserInfo.java | 6 ++- .../models/catenax/BpnDiscovery.java | 2 +- .../models/catenax/Discovery.java | 4 +- .../models/catenax/Dtr.java | 2 +- .../models/catenax/EdcDiscoveryEndpoint.java | 2 +- .../models/dtregistry/DigitalTwin.java | 6 ++- .../models/dtregistry/EndPoint.java | 6 ++- .../models/dtregistry/SubModel.java | 6 ++- .../models/edc/AssetSearch.java | 6 +-- .../models/edc/DataPlaneEndpoint.java | 6 +-- .../digitalproductpass/models/edc/Jwt.java | 6 +-- .../models/http/Response.java | 6 ++- .../models/http/requests/DiscoverySearch.java | 6 +-- .../models/http/requests/Search.java | 6 +-- .../models/http/requests/TokenRequest.java | 2 +- .../models/http/responses/IdResponse.java | 6 +-- .../digitalproductpass/models/irs/Job.java | 6 +-- .../models/irs/JobHistory.java | 6 +-- .../models/irs/JobRequest.java | 6 +-- .../models/irs/JobResponse.java | 6 +-- .../models/irs/Relationship.java | 6 +-- .../models/manager/History.java | 6 +-- .../models/manager/Node.java | 6 +-- .../models/manager/NodeComponent.java | 6 +-- .../models/manager/Process.java | 6 +-- .../models/manager/SearchStatus.java | 6 +-- .../models/manager/Status.java | 6 +-- .../models/negotiation/Catalog.java | 6 ++- .../models/negotiation/CatalogRequest.java | 6 +-- .../models/negotiation/Constraint.java | 6 +-- .../models/negotiation/DataService.java | 6 +-- .../models/negotiation/Dataset.java | 6 ++- .../models/negotiation/DidDocument.java | 6 +-- .../models/negotiation/Distribution.java | 6 +-- .../models/negotiation/EdcResponse.java | 6 +-- .../models/negotiation/Negotiation.java | 6 ++- .../negotiation/NegotiationRequest.java | 6 ++- .../models/negotiation/Offer.java | 6 ++- .../models/negotiation/Properties.java | 6 ++- .../models/negotiation/Set.java | 6 ++- .../models/negotiation/Transfer.java | 6 ++- .../models/negotiation/TransferRequest.java | 6 ++- .../models/passports/PassportResponse.java | 6 ++- .../models/service/BaseService.java | 6 ++- .../services/AasService.java | 6 ++- .../services/AuthenticationService.java | 6 ++- .../services/CatenaXService.java | 2 +- .../services/DataPlaneService.java | 2 +- .../services/DataTransferService.java | 2 +- .../services/IrsService.java | 2 +- .../services/VaultService.java | 6 ++- .../src/main/java/utils/CatenaXUtil.java | 6 ++- .../src/main/java/utils/CrypUtil.java | 6 ++- .../src/main/java/utils/CsvUtil.java | 6 ++- .../src/main/java/utils/DateTimeUtil.java | 6 ++- .../src/main/java/utils/EdcUtil.java | 2 +- .../src/main/java/utils/FileUtil.java | 6 ++- .../src/main/java/utils/HttpUtil.java | 6 ++- .../src/main/java/utils/JsonUtil.java | 6 ++- .../src/main/java/utils/LogUtil.java | 6 ++- .../src/main/java/utils/NumericUtil.java | 6 ++- .../src/main/java/utils/PassportUtil.java | 6 +-- .../src/main/java/utils/ReflectionUtil.java | 6 ++- .../src/main/java/utils/StringUtil.java | 6 ++- .../src/main/java/utils/SystemUtil.java | 6 ++- .../src/main/java/utils/ThreadUtil.java | 6 ++- .../src/main/java/utils/YamlUtil.java | 6 ++- .../java/utils/exceptions/UtilException.java | 6 ++- .../src/main/resources/application.yml | 2 +- .../src/main/resources/logback-spring.xml | 7 +-- .../java/managers/DtrSearchManagerTest.java | 25 +++++++++++ .../java/managers/ProcessDataModelTest.java | 25 +++++++++++ .../java/managers/ProcessManagerTest.java | 25 +++++++++++ .../test/java/managers/TreeManagerTest.java | 25 +++++++++++ .../test/java/mocks/MockedHttpSession.java | 25 +++++++++++ .../test/java/services/AasServiceTest.java | 25 +++++++++++ .../services/AuthenticationServiceTest.java | 25 +++++++++++ .../java/services/CatenaXServiceTest.java | 25 +++++++++++ .../java/services/DataPlaneServiceTest.java | 25 +++++++++++ .../services/DataTransferServiceTest.java | 25 +++++++++++ .../test/java/services/IrsServiceTest.java | 25 +++++++++++ .../src/test/java/utils/CrypUtilTest.java | 6 ++- .../src/test/java/utils/JsonUtilTest.java | 6 ++- .../src/test/java/utils/LogUtilTest.java | 6 ++- .../src/test/java/utils/SystemUtilTest.java | 6 ++- .../src/test/java/utils/YamlUtilTest.java | 6 ++- .../src/test/resources/application-test.yml | 2 +- dpp-backend/scripts/README.md | 6 +-- dpp-backend/scripts/get-data.sh | 2 +- dpp-backend/scripts/logging.ini | 2 +- .../scripts/utilities/authentication.py | 2 +- dpp-backend/scripts/utilities/operators.py | 1 + entrypoint.sh | 5 ++- index.html | 9 ++-- pre-commit-config.yaml | 7 +-- sonar-project.properties | 7 +-- src/App.vue | 9 ++-- src/assets/plugins/vuetify.js | 5 ++- src/assets/plugins/webfontloader.js | 5 ++- .../components/general/contractModal.scss | 5 ++- .../styles/components/general/dialog.scss | 5 ++- .../styles/components/general/footer.scss | 5 ++- .../styles/components/general/header.scss | 6 ++- .../styles/components/general/loading.scss | 5 ++- .../styles/components/general/notFound.scss | 6 ++- .../components/general/recursiveTree.scss | 5 ++- .../styles/components/general/search.scss | 5 ++- .../styles/components/general/tooltip.scss | 5 ++- .../styles/components/landing/searchView.scss | 5 ++- .../components/passport/additionalData.scss | 5 ++- .../styles/components/passport/cards.scss | 5 ++- .../components/passport/documentField.scss | 6 ++- .../components/passport/elementChart.scss | 5 ++- .../styles/components/passport/field.scss | 6 ++- .../components/passport/passportPage.scss | 6 +-- .../styles/components/passport/sections.scss | 6 ++- src/assets/styles/config/variables.scss | 5 ++- src/assets/styles/main.scss | 5 ++- src/assets/styles/style.css | 7 +-- src/components/general/Alert.vue | 11 ++--- src/components/general/Dialog.vue | 9 ++-- src/components/general/ErrorComponent.vue | 10 ++--- src/components/general/FieldBox.vue | 10 ++--- src/components/general/Footer.vue | 9 ++-- src/components/general/Header.vue | 10 +++-- src/components/general/LoadingComponent.vue | 9 ++-- .../general/NotAuthorizedComponent.vue | 16 +++---- .../general/NotAvailableComponent.vue | 9 ++-- src/components/general/QrcodeStrem.vue | 9 ++-- .../general/RecursiveAdditionalData.vue | 9 ++-- src/components/general/RecursiveComponent.vue | 9 ++-- src/components/general/RecursiveTree.vue | 9 ++-- src/components/general/SearchInput.vue | 9 ++-- src/components/general/SectionHeader.vue | 9 ++-- src/components/general/Spinner.vue | 15 ++++--- src/components/general/StepperItem.vue | 9 ++-- src/components/general/TabsComponent.vue | 9 ++-- src/components/general/Tooltip.vue | 9 ++-- src/components/passport/AttributeField.vue | 9 ++-- src/components/passport/BarChart.vue | 9 ++-- src/components/passport/BatteryCards.vue | 9 ++-- src/components/passport/DocumentField.vue | 9 ++-- src/components/passport/ElementChart.vue | 9 ++-- src/components/passport/Field.vue | 9 ++-- src/components/passport/GeneralCards.vue | 9 ++-- src/components/passport/InstructionsField.vue | 9 ++-- src/components/passport/PassportHeader.vue | 9 ++-- src/components/passport/Section.vue | 9 ++-- src/components/passport/TransmissionCards.vue | 9 ++-- .../passport/sections/AdditionalData.vue | 9 ++-- .../passport/sections/BatteryComposition.vue | 9 ++-- .../passport/sections/CellChemistry.vue | 9 ++-- .../passport/sections/Characteristics.vue | 9 ++-- .../passport/sections/Commercial.vue | 9 ++-- .../passport/sections/Components.vue | 9 ++-- .../passport/sections/Documents.vue | 9 ++-- .../sections/ElectrochemicalProperties.vue | 9 ++-- src/components/passport/sections/Exchange.vue | 9 ++-- .../passport/sections/GeneralInformation.vue | 9 ++-- src/components/passport/sections/Handling.vue | 9 ++-- .../passport/sections/Identification.vue | 9 ++-- .../passport/sections/Instructions.vue | 9 ++-- src/components/passport/sections/Metadata.vue | 9 ++-- .../passport/sections/Operation.vue | 9 ++-- .../sections/ProductSpecificParameters.vue | 9 ++-- .../passport/sections/Serialization.vue | 9 ++-- src/components/passport/sections/Sources.vue | 9 ++-- .../passport/sections/SparePartSupplier.vue | 9 ++-- .../passport/sections/StateOfBattery.vue | 9 ++-- .../passport/sections/StateOfHealth.vue | 9 ++-- .../passport/sections/Sustainability.vue | 9 ++-- src/components/passport/sections/Typology.vue | 9 ++-- src/main.js | 6 +-- src/router.js | 5 ++- src/services/Authentication.js | 2 +- src/services/BackendService.js | 6 ++- src/services/service.const.js | 5 ++- src/store/index.js | 5 ++- src/utils/authUtil.js | 7 +-- src/utils/configUtil.js | 7 +-- src/utils/cryptUtil.js | 7 +-- src/utils/jsonUtil.js | 7 +-- src/utils/numberUtil.js | 7 +-- src/utils/passportUtil.js | 6 ++- src/utils/threadUtil.js | 7 +-- src/views/HomeView.vue | 9 ++-- src/views/PageNotFound.vue | 9 ++-- src/views/PassportView.vue | 7 +-- src/views/SearchView.vue | 9 ++-- vite.config.js | 5 ++- 351 files changed, 1855 insertions(+), 982 deletions(-) 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/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 @@ - +