Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 4° ] - Release/v2.1.0 i18n: Multi-language EN and DE #177

Merged
merged 47 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
75ae4f9
feat: created branch and new test classes
dsrparracho Oct 24, 2023
3bd4250
Merge branch 'develop' of https://github.com/catenax-ng/tx-digital-pr…
dsrparracho Oct 24, 2023
9c46325
Merge branch 'develop' into feature/cmp-804/create-unit-tests
dsrparracho Oct 24, 2023
413b5fb
feat: merged develop last updates
dsrparracho Oct 25, 2023
59cd9e3
feat: merged last changes from cmp-819/cache-deletion branch
dsrparracho Oct 25, 2023
9e39444
Merge branch 'feature/cmp-819/cache-deletion' into feature/cmp-804/cr…
dsrparracho Oct 30, 2023
32e15f6
DPP version 2.0.0
davidzynda Nov 28, 2023
1db134f
i18n and l10n service
davidzynda Nov 29, 2023
fc2db3d
translation structure
davidzynda Dec 7, 2023
2ba44dc
feat: created unit tests for managers, services and controller
dsrparracho Dec 18, 2023
c67e607
Update passports.json
davidzynda Dec 22, 2023
9b6c257
fix: updated semantic id type
matbmoser Dec 22, 2023
63c855c
fix: updated mock payload
matbmoser Dec 22, 2023
e5a6d14
fix: added more descriptive payload for additional information
matbmoser Dec 22, 2023
26777f3
fix: fixed array type
matbmoser Dec 22, 2023
e7eeeb5
Update de.json
davidzynda Dec 22, 2023
41b2fed
fix: fixed the styles color and pointer of language selection
matbmoser Dec 22, 2023
186ab1a
chore: runned ip checks
Dec 22, 2023
9eac460
Merge branch 'feature/cmp-988/i18n-l10n-service' of https://github.co…
Dec 22, 2023
3c8b003
WiP: Additional data component update
davidzynda Dec 22, 2023
df247a2
additional data fix
davidzynda Dec 30, 2023
45fb59f
Merge branch 'develop' into feature/cmp-875/dpp-v2
davidzynda Dec 30, 2023
2965a2b
feat: refactor postman collections (DPP and IRS)
saudkhan116 Jan 2, 2024
e49eb50
chore: updated version of i18n to 9.2.2
Jan 3, 2024
8ef36f2
chore: updated version of axios to 1.6.0 to solve vulnerability
Jan 3, 2024
b9a64f3
chore: update admin guide
saudkhan116 Jan 3, 2024
b726e77
chore: cleanup files and reorganize deployment directory structure
saudkhan116 Jan 3, 2024
19fdfb5
chore: cleanup files and reorganize deployment directory structure --…
saudkhan116 Jan 4, 2024
2b400e8
Merge branch 'develop' of https://github.com/catenax-ng/tx-digital-pr…
saudkhan116 Jan 4, 2024
849602e
chore: moved files and and update their references
saudkhan116 Jan 4, 2024
b5794da
chore: update license header and app url from materialpass to dpp
saudkhan116 Jan 4, 2024
3dd1554
chore: added image
Jan 4, 2024
4dd8f6e
chore: refactor script and update getting-started.md
saudkhan116 Jan 4, 2024
431d1f3
Merge pull request #214 from catenax-ng/feature/cmp-806/reference-con…
saudkhan116 Jan 5, 2024
02586e7
Merge branch 'develop' into feature/cmp-988/i18n-l10n-service
davidzynda Jan 7, 2024
9795fcd
fix after conflict
davidzynda Jan 8, 2024
bc4c9e2
"merge: fixed merge conflicts
Jan 8, 2024
8ebb4e7
fix: fixed all the unit tests to the new v2.0.1 version
Jan 8, 2024
5d67e28
feat: removed improper prints and imports
Jan 8, 2024
2ce9c46
fix: fixed property get naming to map
Jan 8, 2024
7cbfb74
Merge pull request #207 from catenax-ng/feature/cmp-804/create-unit-t…
matbmoser Jan 8, 2024
290344e
fix: iconMapping & Sustainability
davidzynda Jan 9, 2024
ff022ab
Merge pull request #198 from catenax-ng/feature/cmp-875/dpp-v2
davidzynda Jan 15, 2024
bf493bf
Merge branch 'develop' into feature/cmp-988/i18n-l10n-service
davidzynda Jan 15, 2024
8bc8d2d
fix after conflict
davidzynda Jan 15, 2024
f4a7e75
Merge branch 'feature/cmp-988/i18n-l10n-service' of https://github.co…
davidzynda Jan 15, 2024
c0ae264
Merge pull request #199 from catenax-ng/feature/cmp-988/i18n-l10n-ser…
davidzynda Jan 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ To get started you can have a look into our documentation:
| [Backend Documentation](./dpp-backend/digitalproductpass/readme.md) | Backend documentation Product Passport App |
| [Deployment in Hotel Budapest](./deployment/README.md) | Technical Guide - Deployment in ArgoCD Hotel Budapest (integration environment) |
| [Docker Overview](./docker/README.md) | Overview on general docker commands |
| [Keycloak Overview](./docker/local/Keycloak/README.md) | This guide describes how to setup a keycloak instance in local docker container and import existing realm.json file. |
| [Keycloak Overview](./deployment/local/docker/Keycloak/README.md) | This guide describes how to setup a keycloak instance in local docker container and import existing realm.json file. |
| [Short Introduction into the project](./docs/GETTING-STARTED.md) | Digital Product Pass App infrastructure, helm installation guide, technical usage guide |
| [Code Scaning with Kics and Trivy](./docs/IaC.md) | Infrastructure As Code (IaC) with KICS intends to find security vulnerabilities by scanning the code and upload results to the security dashboard in github |
| [Release Guidelines](./docs/RELEASE.md) | Digital Product Pass App Release Guide |
| [Secret Management](./docs/SECRETS_MANAGEMENT.md) | Secrets management with CX HashiCorp Vault and ArgoCD Vault Plugin (AVP) - client credentials, database passwords, access tokens |
| [Cypress Overview](./docs/cypress/CYPRESS.md) | Documentation for Battery Passport App E2E Cypress test |
| [End User Manual](./docs/user%20manual/User%20Manual%20Product%20Viewer%20App.md) | End User Manual Product Viewer App |
| [Postman Overview](./postman/README.md) | Technical guide depicts the battery pass end-to-end API calls through the postman REST client |
| [Postman Overview](./deployment/local/postman//README.md) | Technical guide depicts the battery pass end-to-end API calls through the postman REST client |
| [Changelog](./CHANGELOG.md) | Changelog |
| [Helm Charts](https://github.com/eclipse-tractusx/digital-product-pass/tree/main/charts/digital-product-pass) | Project's Helm Charts |

Expand Down
8 changes: 4 additions & 4 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ This document describes the battery pass application deployment steps in hotel b

- Link to the Integration environment: [ArgoCD Hotel Budapest INT - Product Material Passport](https://argo.int.demo.catena-x.net)

- [edc-consumer](./helm/edc-consumer)
- [edc-consumer](./infrastructure/edc-consumer)

- [edc-provider](./helm/edc-provider)
- [edc-provider](./infrastructure/edc-provider)

- [digital-product-pass](../charts/digital-product-pass)
- dpp-frontend
Expand Down Expand Up @@ -86,7 +86,7 @@ If everything works fine then the application is deployed...

The dpp frontend is a consumer user interface application for the digital product passports that interacts with the end-user and displays passports. The steps above will be followed to deploy the consumer frontend component.

In the end, the frontend should be accessible at https://materialpass.int.demo.catena-x.net. You would be redirected to the CatenaX central IDP and can see the login page after company selection.
In the end, the frontend should be accessible at https://dpp.int.demo.catena-x.net. You would be redirected to the CatenaX central IDP and can see the login page after company selection.

##### Login credentails:
- **Company Selection:** CX-Test-Access
Expand All @@ -111,7 +111,7 @@ In the end, the frontend should be accessible at https://materialpass.int.demo.c

The consumer backend is a Java based spring boot application which implements the service modules and business layer to manage the passports in frontend component.

[Open API documentation in Swagger](https://materialpass.int.demo.catena-x.net/swagger-ui/index.html)
[Open API documentation in Swagger](https://dpp.int.demo.catena-x.net/swagger-ui/index.html)

![Swagger UI](./images/swagger.png)

Expand Down
23 changes: 0 additions & 23 deletions deployment/helm/irs/.helmignore

This file was deleted.

41 changes: 0 additions & 41 deletions deployment/helm/irs/Chart.yaml

This file was deleted.

257 changes: 0 additions & 257 deletions deployment/helm/irs/values-int.yaml

This file was deleted.

Loading
Loading