Skip to content

Commit

Permalink
Merge branch 'main' into merge-1.6.0-in-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Aug 25, 2023
2 parents 67ab771 + 86580c4 commit 49d7e59
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 28 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

### unreleased
## unreleased

- Active Subscription
- Switch endpoint used to display "App Subscriptions"

## 1.6.0-RC8
## 1.6.0

### Change

Expand Down Expand Up @@ -80,7 +80,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 @@ -114,7 +113,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.

0 comments on commit 49d7e59

Please sign in to comment.