Skip to content

Commit 89b668b

Browse files
committed
Merge branch 'release/v2.3.0-RC3' into fix/701-replace-logs
2 parents d9e1508 + 2319d6c commit 89b668b

File tree

26 files changed

+772
-507
lines changed

26 files changed

+772
-507
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
## Unreleased
44

5+
### Change
6+
7+
- **Technical Uaer Management**
8+
- enhanced technical user management creation page by role type [#1303](https://github.com/eclipse-tractusx/portal-frontend/pull/1303)
9+
510
### Bugfixes
611

12+
- **Home Page**
13+
- fixed clicking on apps in Home page URL navigation failed [#1285](https://github.com/eclipse-tractusx/portal-frontend/pull/1285)
14+
- **App Registration Process**
15+
- fixed wrong api calling to download documents [#1299](https://github.com/eclipse-tractusx/portal-frontend/pull/1299)
716
- **Error Handling**
817
- Replaced logs with appropriate handler [#1072](https://github.com/eclipse-tractusx/portal-frontend/pull/1072)
918

@@ -24,6 +33,11 @@
2433
- **App Overview**
2534
- updated the regex for search validation for numeric and special characters [#1179] (https://github.com/eclipse-tractusx/portal-frontend/pull/1179)
2635

36+
### Feature
37+
38+
- **Clearinghouse Self-Description**
39+
- enhance admin UI for managing SD document retriggering [#1292](https://github.com/eclipse-tractusx/portal-frontend/pull/1292)
40+
2741
## 2.3.0-RC1
2842

2943
### Change

DEPENDENCIES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ npm/npmjs/@babel/template/7.25.0, MIT, approved, clearlydefined
595595
npm/npmjs/@babel/traverse/7.25.6, MIT, approved, clearlydefined
596596
npm/npmjs/@babel/types/7.25.6, MIT AND (BSD-2-Clause AND ISC AND MIT) AND BSD-2-Clause AND BSD-3-Clause, approved, #16040
597597
npm/npmjs/@bcoe/v8-coverage/0.2.3, ISC AND MIT, approved, clearlydefined
598-
npm/npmjs/@catena-x/portal-shared-components/3.6.1, Apache-2.0 AND CC-BY-4.0 AND OFL-1.1, approved, #16144
598+
npm/npmjs/@catena-x/portal-shared-components/3.7.3, Apache-2.0 AND CC-BY-4.0 AND OFL-1.1, approved, #17145
599599
npm/npmjs/@cspotcode/source-map-support/0.8.1, MIT, approved, clearlydefined
600600
npm/npmjs/@date-io/core/3.0.0, MIT, approved, clearlydefined
601601
npm/npmjs/@date-io/date-fns/3.0.0, MIT, approved, #14023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"dependencies": {
37-
"@catena-x/portal-shared-components": "^3.6.1",
37+
"@catena-x/portal-shared-components": "^3.7.3",
3838
"@emotion/react": "^11.11.4",
3939
"@emotion/styled": "^11.11.5",
4040
"@hookform/error-message": "^2.0.1",

src/assets/locales/de/main.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,10 @@
714714
},
715715
"url": {
716716
"label": "Connector-Katalog-Endpunkt*",
717-
"placeholder": "Connector URL",
717+
"placeholder": "Example: https://connector.control.plane/api/v1/dsp",
718718
"mandatoryError": "Die Connector-URL ist obligatorisch.",
719719
"patternError": "Geben Sie eine gültige URL ein – z. B.: https://catena-x.net",
720-
"tooltipMsg": "URL of the connector endpoint. Only https:// endpoints are allowed"
720+
"tooltipMsg": "Base URL of the Catalog Service endpoint of a DSP Connector, e.g., https://connector.control.plane/{catalogPath}."
721721
},
722722
"bpn": {
723723
"label": "Connector Owner*",
@@ -1070,13 +1070,14 @@
10701070
"heading": "Status der Eigenerklärung",
10711071
"description": "Diese Seite bietet einen Überblick über den aktuellen Stand der Eigenerklärungen für Administratoren.",
10721072
"reprocess": "Nachverarbeiten",
1073-
"complianceStatus": "Compliance-Status:",
1073+
"selfDescriptionFactoryInterface": "Self-Description Factory Schnittstelle",
10741074
"legalPerson": "Juristische Person",
10751075
"legalPersonDesc": "Übersicht über Unternehmen mit fehlender Eigenerklärung einer juristischen Person",
10761076
"connectors": "Connectors",
10771077
"connectorsDesc": "Übersicht über Unternehmen mit fehlender Eigenerklärung der Konnektoren",
10781078
"errorMsg": "Fehler! Etwas ist schief gelaufen",
1079-
"noDataMsg": "Keine Datensätze gefunden."
1079+
"noDataMsg": "Keine Datensätze gefunden.",
1080+
"statusMsg": "Der Status der Self-Description Factory Schnittstelle kann nur durch Konfiguration (siehe Installationsanleitung) geändert werden"
10801081
},
10811082
"addUser": {
10821083
"headline": "Erstelle einen neuen User",
@@ -1096,15 +1097,19 @@
10961097
"technicalUser": {
10971098
"addOverlay": {
10981099
"service": "Technical User Role",
1099-
"serviceSubHeading": "Select one of the following service roles:",
1100+
"note": "<strong>Notiz:</strong> Die Auswahl sowohl interner als auch externer Benutzer für denselben Dienst ist nicht möglich.",
1101+
"internalRoles": "Interne Rollen:",
1102+
"externalRoles": "Externe Rollen:",
11001103
"username": "Username*",
11011104
"description": "Beschreibung*",
11021105
"spocHeadline": "Single Point of Contact (SPoC)",
11031106
"org": "Organization name",
11041107
"email": "E-Mail Address",
11051108
"name": "Username",
1109+
"roleMandatory": "Die Rolle des technischen Benutzers ist obligatorisch",
11061110
"error": {
11071111
"select": "Bitte wählen Sie einen Wert.",
1112+
"username": "Bitte geben Sie den Benutzernamen ein.",
11081113
"description": "Bitte geben Sie eine Beschreibung ein."
11091114
}
11101115
}
@@ -2266,8 +2271,12 @@
22662271
"success": "OSP-Rückruf erfolgreich konfiguriert",
22672272
"callbackUrlError": "Fehler beim Konfigurieren des OSP-Rückrufs",
22682273
"callbackUrl": {
2269-
"name": "Rückruf-URL",
2270-
"hint": "Geben Sie die Rückruf-URL Ihres IDP ein, die mit „/.well-known/openid-configuration“ endet'"
2274+
"name": "Statusrückruf URL",
2275+
"hint": "Statusrückruf URL ist verpflichtend"
2276+
},
2277+
"authUrl": {
2278+
"name": "Auth URL",
2279+
"hint": "Statusrückruf URL ist verpflichtend"
22712280
},
22722281
"clientId": {
22732282
"name": "Kunden-ID",
@@ -2315,7 +2324,10 @@
23152324
"placeholder": "",
23162325
"uploadError": "Not Uploaded",
23172326
"uploadSuccess": "Uploaded",
2318-
"uploadProgess": "Uploaded % of % files"
2327+
"uploadProgess": "Uploaded % of % files",
2328+
"error": {
2329+
"fileTooLarge": "Datei ist größer als"
2330+
}
23192331
},
23202332
"userRoles": {
23212333
"title": "Assigned Catena-X Portal Roles",

src/assets/locales/en/main.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -720,10 +720,10 @@
720720
},
721721
"url": {
722722
"label": "Connector Catalogue Endpoint*",
723-
"placeholder": "Connector URL",
723+
"placeholder": "Example: https://connector.control.plane/api/v1/dsp",
724724
"mandatoryError": "Connector URL is mandatory.",
725725
"patternError": "Enter a valid url - eg: https://catena-x.net",
726-
"tooltipMsg": "URL of the connector endpoint. Only https:// endpoints are allowed"
726+
"tooltipMsg": "Base URL of the Catalog Service endpoint of a DSP Connector, e.g., https://connector.control.plane/{catalogPath}."
727727
},
728728
"bpn": {
729729
"label": "Connector Owner*",
@@ -1075,13 +1075,14 @@
10751075
"heading": "Self-Description Document Status",
10761076
"description": "This page provides an overview of the current status of self-descriptions for administrators.",
10771077
"reprocess": "Reprocess",
1078-
"complianceStatus": "Compliance Status:",
1078+
"selfDescriptionFactoryInterface": "Self-Description Factory Interface",
10791079
"legalPerson": "Legal Person",
10801080
"legalPersonDesc": "Overview of companies with missing legal person self-description",
10811081
"connectors": "Connectors",
10821082
"connectorsDesc": "Overview of companies with missing connector self-description",
10831083
"errorMsg": "Error! Something went wrong",
1084-
"noDataMsg": "No records found."
1084+
"noDataMsg": "No records found.",
1085+
"statusMsg": "The status of the self-description factory interface can only be changed by configuration (see installation manual)"
10851086
},
10861087
"addUser": {
10871088
"headline": "Add User Account",
@@ -1101,16 +1102,20 @@
11011102
"technicalUser": {
11021103
"addOverlay": {
11031104
"service": "Technical User Role",
1104-
"serviceSubHeading": "Select one of the following service roles:",
1105+
"note": "<strong>Note:</strong> Selection of both internal and external users for the same service is not possible.",
1106+
"internalRoles": "Internal Roles :",
1107+
"externalRoles": "External Roles :",
11051108
"username": "Username*",
11061109
"description": "Description*",
11071110
"spocHeadline": "Single Point of Contact (SPoC)",
11081111
"org": "Organization name",
11091112
"email": "E-Mail Address",
11101113
"name": "Username",
1114+
"roleMandatory": "Technical user Role is mandatory",
11111115
"error": {
11121116
"select": "Please select a value.",
1113-
"description": "Please enter a description."
1117+
"username": "Please enter username.",
1118+
"description": "Please enter description."
11141119
}
11151120
}
11161121
}
@@ -2241,7 +2246,11 @@
22412246
"callbackUrlError": "Failed configuring OSP callback",
22422247
"callbackUrl": {
22432248
"name": "Callback URL",
2244-
"hint": "Enter the callback URL from your IDP that ends with '/.well-known/openid-configuration'"
2249+
"hint": "Status callback URL is mandatory"
2250+
},
2251+
"authUrl": {
2252+
"name": "Auth URL",
2253+
"hint": "Auth URL is mandatory"
22452254
},
22462255
"clientId": {
22472256
"name": "Client ID",
@@ -2289,7 +2298,10 @@
22892298
"placeholder": "",
22902299
"uploadError": "Not Uploaded",
22912300
"uploadSuccess": "Uploaded",
2292-
"uploadProgess": "Uploaded % of % files"
2301+
"uploadProgess": "Uploaded % of % files",
2302+
"error": {
2303+
"fileTooLarge": "File is larger than"
2304+
}
22932305
},
22942306
"userRoles": {
22952307
"title": "Assigned Catena-X Portal Roles",

0 commit comments

Comments
 (0)