From b1921022807c3e62c585a6126f36f1359b9850f2 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:02:51 +0530 Subject: [PATCH 1/4] [Chore] Readme updated - docker workflow update for docker -notice.md --- .github/workflows/dockerbuild.yml | 6 ++++-- README.md | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dockerbuild.yml b/.github/workflows/dockerbuild.yml index 90c4098c..c92543fd 100644 --- a/.github/workflows/dockerbuild.yml +++ b/.github/workflows/dockerbuild.yml @@ -1,6 +1,6 @@ ################################################################################# -# Copyright (c) 2023 T-Systems International GmbH -# Copyright (c) 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2023,2024 T-Systems International GmbH +# Copyright (c) 2023.2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -99,3 +99,5 @@ jobs: username: ${{ secrets.DOCKER_HUB_USER }} password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} + # IMPORTANT: Adjust this to the actual path of your container image notice + readme-filepath: ./docker_notice.md diff --git a/README.md b/README.md index 6ccb9e25..eb5170c0 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Here are the two ways to run the application locally on http://localhost:3000/ npm run build npm start -### Running the image from GitHub container registry +### Running the image - export IMAGE=tractusx/sdefrontend:latest + export IMAGE=tractusx/managed-simple-data-exchanger-frontend:latest docker pull $IMAGE docker run --rm -d -p 3001:8080 --name sdefrontend $IMAGE From da9d84ded847916052f7b236bc8b5b33ed3268e5 Mon Sep 17 00:00:00 2001 From: AjayRaturi123 Date: Mon, 26 Feb 2024 17:02:00 +0530 Subject: [PATCH 2/4] Update License header. --- docs/Arc42.md | 10 +++++----- docs/user-guide/README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Arc42.md b/docs/Arc42.md index dbbeee3a..e819c443 100644 --- a/docs/Arc42.md +++ b/docs/Arc42.md @@ -5,8 +5,8 @@ This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). - SPDX-License-Identifier: Apache-2.0 -- SPDX-FileCopyrightText: 2021,2022,2023 T-Systems International GmbH -- SPDX-FileCopyrightText: 2022,2023 Contributors to the Eclipse Foundation +- SPDX-FileCopyrightText: 2021,2024 T-Systems International GmbH +- SPDX-FileCopyrightText: 2022,2024 Contributors to the Eclipse Foundation - Source URL: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend ## Table of contents @@ -190,11 +190,11 @@ There is a web interface between frontend and backend.

Detailed API specs available under: -[https://github.com/catenax-ng/tx-managed-simple-data-exchanger-backend/blob/main/modules/sde-core/src/main/resources/sde-open-api.yml](https://github.com/catenax-ng/tx-managed-simple-data-exchanger-backend/blob/main/modules/sde-core/src/main/resources/sde-open-api.yml) +[https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/blob/main/modules/sde-core/src/main/resources/sde-open-api.yml](https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/blob/main/modules/sde-core/src/main/resources/sde-open-api.yml) -[https://github.com/catenax-ng/tx-managed-simple-data-exchanger-backend/tree/main#restful-apis-of-dft-simple-data-exchanger](https://github.com/catenax-ng/tx-managed-simple-data-exchanger-backend/tree/main#restful-apis-of-dft-simple-data-exchanger) +[https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/tree/main#restful-apis-of-dft-simple-data-exchanger](https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/tree/main#restful-apis-of-dft-simple-data-exchanger) -Backend API Swagger-ui : [https://dft-api.int.demo.catena-x.net/api/swagger-ui/index.html](https://dft-api.int.demo.catena-x.net/api/swagger-ui/index.html) +Backend API Swagger-ui Ex: [https://dft-api.int.demo.catena-x.net/api/swagger-ui/index.html](https://dft-api.int.demo.catena-x.net/api/swagger-ui/index.html)
diff --git a/docs/user-guide/README.md b/docs/user-guide/README.md index 84df41e0..d1ed804b 100644 --- a/docs/user-guide/README.md +++ b/docs/user-guide/README.md @@ -5,8 +5,8 @@ This work is licensed under the [Apache-2.0](https://www.apache.org/licenses/LICENSE-2.0). - SPDX-License-Identifier: Apache-2.0 -- SPDX-FileCopyrightText: 2021,2022,2023 T-Systems International GmbH -- SPDX-FileCopyrightText: 2022,2023 Contributors to the Eclipse Foundation +- SPDX-FileCopyrightText: 2021,2024 T-Systems International GmbH +- SPDX-FileCopyrightText: 2022,2024 Contributors to the Eclipse Foundation - Source URL: https://github.com/eclipse-tractusx/managed-simple-data-exchanger-frontend ## Table of contents From 523962303bff9d924973a0cb7e8d8f798f572a2e Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:22:56 +0530 Subject: [PATCH 3/4] swagger url update. --- docs/Arc42.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Arc42.md b/docs/Arc42.md index e819c443..2b2e5731 100644 --- a/docs/Arc42.md +++ b/docs/Arc42.md @@ -194,7 +194,7 @@ Detailed API specs available under: [https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/tree/main#restful-apis-of-dft-simple-data-exchanger](https://github.com/eclipse-tractusx/managed-simple-data-exchanger-backend/tree/main#restful-apis-of-dft-simple-data-exchanger) -Backend API Swagger-ui Ex: [https://dft-api.int.demo.catena-x.net/api/swagger-ui/index.html](https://dft-api.int.demo.catena-x.net/api/swagger-ui/index.html) +Backend API Swagger-ui Ex: [https://domain_url/api/swagger-ui/index.html](https://domain_url/api/swagger-ui/index.html)
From 1970b64b8635a7cce98dc1590c28f716ae761081 Mon Sep 17 00:00:00 2001 From: adityagajbhiye9 <133367448+adityagajbhiye9@users.noreply.github.com> Date: Tue, 27 Feb 2024 15:06:15 +0530 Subject: [PATCH 4/4] Update .github/workflows/dockerbuild.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fabian GrĂ¼n --- .github/workflows/dockerbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockerbuild.yml b/.github/workflows/dockerbuild.yml index c92543fd..9ffcb9b7 100644 --- a/.github/workflows/dockerbuild.yml +++ b/.github/workflows/dockerbuild.yml @@ -100,4 +100,4 @@ jobs: password: ${{ secrets.DOCKER_HUB_TOKEN }} repository: ${{ env.IMAGE_NAMESPACE }}/${{ env.IMAGE_NAME }} # IMPORTANT: Adjust this to the actual path of your container image notice - readme-filepath: ./docker_notice.md + readme-filepath: ./DOCKER_NOTICE.md