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.6.0): merge release into main #238

Merged
merged 3 commits into from
Aug 25, 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
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.6.0-RC8
## 1.6.0

### Change

Expand Down Expand Up @@ -75,7 +75,6 @@
### Technical Support

- Changed license notice for images
- Added second license
- Sonar findings fixed (Code smells and bugs)
- Dependabot findings fixed (Upgrading dependencies to the latest versions)
- Excluded locales from duplication sonar checks
Expand Down Expand Up @@ -109,7 +108,15 @@

### Known Knowns

...
- Tenant URL inside the app subscription detail overlay (provider view) is displayed as changeable even though the app is not even activated yet. The request is getting rejected from the backend as expected, but frontend should ideally not even allow the user to trigger the function via the UI
- App Subscription Activation overlay: pattern for input field "Tenant URL" allows "#" character while backend will correctly reject the input if the user adds an url containing "#"
- UseCase Framework upload (SSI request flow): limitation of the file size missing
- Company Certificate upload (SSI request flow): limitation of the file size missing
- Service image, uploaded by Service Provider, is not displayed inside the service provider service overview
- App Release Process form: image load running on fail within the "Verify" step
- "Offer Release Approval" e-mail for offer provider currently not supported
- If the connector deletion is running into an error with the portal backend, the user receives an error information but without any specific error message of the actual reason for failure
- Missing user information about automatic technical user deactivation for technical user linked to an connector which is getting deleted/inactivated

## 1.5.0

Expand Down
9 changes: 8 additions & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,18 @@ The project maintains the following source code repositories in the GitHub organ

This project leverages the following third party content:

See DEPENDENCIES file.

This project uses the following font:

- License: Open Font License 1.1
- Licence Path: https://github.com/impallari/Libre-Franklin/blob/master/OFL.txt
- Source URL: https://github.com/impallari/Libre-Franklin

See DEPENDENCIES file.
This project uses the following image content:

- Image: Catena-X Logo
- Source URL: https://catena-x.net

## Cryptography

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.6.0-RC8",
"version": "v1.6.0",
"description": "Catena-X Portal Frontend",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down
5 changes: 0 additions & 5 deletions public/cx-logo-gray.svg.license

This file was deleted.

5 changes: 0 additions & 5 deletions public/cx-logo-text.svg.license

This file was deleted.

5 changes: 0 additions & 5 deletions public/cx-logo.svg.license

This file was deleted.

2 changes: 1 addition & 1 deletion public/orange-background-full.svg.license
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-frontend
- Source URL: https://github.com/eclipse-tractusx/portal-assets
2 changes: 1 addition & 1 deletion public/orange-background-head.svg.license
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ This work is licensed under the [CC-BY-4.0](https://creativecommons.org/licenses

- SPDX-License-Identifier: CC-BY-4.0
- SPDX-FileCopyrightText: Copyright (c) 2021, 2023 Contributors to the Eclipse Foundation
- Source URL: https://github.com/eclipse-tractusx/portal-frontend
- Source URL: https://github.com/eclipse-tractusx/portal-assets
5 changes: 0 additions & 5 deletions src/assets/logo/cx-logo-short.svg.license

This file was deleted.

Loading