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

release(1.7.0-RC2): merge release into main #336

Merged
merged 13 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 0 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@
"@typescript-eslint/comma-dangle": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/ban-types": 0,
"@typescript-eslint/no-empty-function": 0,
"@typescript-eslint/no-extra-semi": 0,
"@typescript-eslint/no-unsafe-argument": 0,
"@typescript-eslint/no-unsafe-assignment": 0,
"@typescript-eslint/no-unsafe-call": 0,
"@typescript-eslint/no-unsafe-member-access": 0,
"@typescript-eslint/no-unsafe-return": 0,
"@typescript-eslint/prefer-optional-chain": 0,
"@typescript-eslint/restrict-template-expressions": 0,
"@typescript-eslint/strict-boolean-expressions": 0,
"@typescript-eslint/array-type": 0,
Expand Down
31 changes: 29 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Changelog

## unreleased
## 1.7.0-RC2

- ...
### Change

- User Management screen for user invite block due to multiple active IdPs got enhanced inside the frontend-business-logic to exclude "MANAGED" idps
- Enhanced /StaticTemplateResponsive/Cards/TextImageCenterAligned.tsx to support multiple images

### Feature

- released prototype (identity provider creation "MANAGED"; register 3rd party company; approve consent osp registration company) onboarding service provider registration flow

### Technical Support

- Code quality & style improvements implemented based on ESLINT rules
- removed extra semicolons to avoid warnings
- no-empty-function
- prefer-optional-chain

### Bugfix

- Partner Network - update search query parameter name to legalName
- Fixed broken KeyValueView/index.tsx for undefined object attributes

## 1.7.0-RC1

Expand Down Expand Up @@ -35,15 +54,23 @@
- Fixed image display in app overview cards
- IDP
- Add load element for IDP list
- Onboarding Serviceprovider
- Add the OSP prototype
- Linter Findings
- Fix ban-types
- No empty function
- No Extra Semi
- Partner Network
- Search for Company name issue fix
- App Subscription and Servcie Subscripiton
- Status UI Changes
- Technical User Detail
- Add new table as data from backend
- UI Changes
- Home
- Fixed image display for 'my business applications'
- App Subscription and Servcie Subscripiton
- Status UI Changes
- Vulnerability from dependency
- Set resolution for @babel/traverse (CVE-2023-45133)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-frontend",
"version": "v1.7.0-RC1",
"version": "v1.7.0-RC2",
"description": "Catena-X Portal Frontend",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down
9 changes: 6 additions & 3 deletions src/assets/locales/de/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@
},
"description": "Description",
"imageGallery": "Images",
"tags": "Tags",
"privacy": {
"heading": "Datenschutz",
"message": "Die Datenschutzerklärung gibt an, welche Daten die Geschäftsanwendungen erheben, handhaben und verarbeiten. Die nachstehenden Details zeigen explizit, welche Unternehmens-/Benutzerinformationen gesammelt/gespeichert werden.",
Expand Down Expand Up @@ -1185,9 +1186,9 @@
"recommendations": "Recommendations",
"allServices": "All Services",
"tabs": {
"all": "All Services",
"dataspaceService": "Dataspace Services",
"consultancyService": "Consultancy Services"
"all": "Alle Dienstleistungen",
"dataspaceService": "Datenraumdienste",
"consultancyService": "Beratungsservice"
},
"sortOptions": {
"new": "Newest First",
Expand Down Expand Up @@ -1233,6 +1234,8 @@
"activateBtn": "Activate",
"configureBtn": "Configure",
"pleaseEnterValidURL": "Please enter a valid URL",
"error": "Error",
"success": "Success",
"tabs": {
"request": "Request",
"active": "Active",
Expand Down
68 changes: 67 additions & 1 deletion src/assets/locales/en/idp.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,12 @@
},
"providerType": {
"name": "Identity Provider Type",
"placeholder": "Please select a type"
"placeholder": "Please select a type",
"hint": "Select provider type for your own company or managed for a third party company",
"option": {
"OWN": "create an IdP connection to your company IdP for yourself",
"MANAGED": "create a managed IdP connection for a third party"
}
},
"redirectUri": {
"name": "Redirect URL",
Expand All @@ -213,6 +218,26 @@
"copy": {
"hint": "click to copy"
},
"name": {
"name": "Client ID",
"hint": "Enter the client ID provided by your IdP"
},
"company": { "name": "company", "hint": "company" },
"extid": { "name": "extid", "hint": "extid" },
"bpn": { "name": "bpn", "hint": "bpn" },
"country": { "name": "country", "hint": "country" },
"region": { "name": "region", "hint": "region" },
"zipcode": { "name": "zipcode", "hint": "zipcode" },
"city": { "name": "city", "hint": "city" },
"streetName": { "name": "street", "hint": "street" },
"streetNumber": { "name": "street no", "hint": "street no" },
"uniqueId": { "name": "unique id", "hint": "unique id" },
"uniqeIdValue": { "name": "uid value", "hint": "uid value" },
"providerId": { "name": "provider id", "hint": "provider id" },
"email": { "name": "email", "hint": "email" },
"firstName": { "name": "first name", "hint": "first name" },
"lastName": { "name": "last name", "hint": "last name" },
"companyRoles": { "name": "company roles", "hint": "company roles" },
"not": "not",
"configured": "configured",
"enabled": "enabled",
Expand All @@ -227,6 +252,45 @@
"status3": "disabled",
"status4": "active"
},
"osp": {
"title": "Onboarding Serviceprovider",
"desc": "{Description of the Onboarding Serviceprovider process}",
"steps": {
"one": {
"text": "done",
"title": "Create"
},
"two": {
"text": "done",
"title": "Configure"
},
"three": {
"text": "done",
"title": "Register"
},
"four": {
"text": "done",
"title": "Next Steps"
}
},
"register": {
"title": "Register Partner",
"desc": "{Description of the Register Partner process}",
"error": "Error submitting registration",
"success": "Registration successful"
},
"register_next": {
"title": "Next Steps",
"desc": "{Description of next steps}",
"body1": "Registration of IDP {{id}} successful. Now do ..."
},
"consent": {
"title": "Consent",
"desc": "{Description of the Consent process}",
"error": "Error submitting consent",
"success": "Consent successful"
}
},
"action": {
"actions": "Actions",
"createIdp": "Create IdP entry",
Expand All @@ -237,6 +301,8 @@
"delete": "Delete",
"edit": "Edit",
"configure": "Configure",
"register": "Register Partner",
"consent": "Consent",
"users": "Users",
"signout": "Sign out",
"confirm": "Confirm",
Expand Down
3 changes: 3 additions & 0 deletions src/assets/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,7 @@
},
"description": "Description",
"imageGallery": "Images",
"tags": "Tags",
"privacy": {
"heading": "Privacy Policy",
"message": "The Privacy Policy states which data the business applications collects, handles and processes. The details below explicitly show which company / user information are getting collected/stored.",
Expand Down Expand Up @@ -1197,6 +1198,8 @@
"activateBtn": "Activate",
"configureBtn": "Configure",
"pleaseEnterValidURL": "Please enter a valid URL",
"error": "Error",
"success": "Success",
"tabs": {
"request": "Request",
"active": "Active",
Expand Down
Loading