Skip to content

Releases: sovity/edc-ui

v0.0.1-milestone-8-sovity6

06 Jun 08:17
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity6] 06.06.2023

Overview

Added Broker UI and minor Connector UI improvements.

Detailed Changes

Added

  • Added Broker PoC UI:
    • Refactored Module Structure
    • Added Catalog Page
    • Added Connector Page
    • Added Copyright Footer
  • Tooltips for Asset Properties that show the asset property names.

Fixed

  • Fixed Card titles exploding when containing too large words.
  • Fixed missing section header for consuming contract agreements.

v0.0.1-milestone-8-sovity5

09 May 09:18
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity5] 09.05.2023

Overview

Removed catalog browser timeouts.

Detailed Changes

Changed

  • Catalog Page now has no timeouts.
  • Catalog Page now displays partial results.

v0.0.1-milestone-8-sovity4

03 May 09:36
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity4] 03.05.2023

Overview

Bugfixes and minor UI improvements.

Detailed Changes

Added

  • Added "Show Details" option to each entry in Transfer History Page

Fixed

  • Fixed bug in contract definition page that prevented the entire page from
    showing when any contract definition used a non-array operatorRight.
  • Fixed contract agreement transfer button being available for providing
    contract agreements.

v0.0.1-milestone-8-sovity3

28 Apr 13:54
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity3] 28.04.2023

Overview

Reworked Contract Agreement Page, improved stability and full contract offer
information is now displayed.

Detailed Changes

Added

  • Reworked the Contract Agreement Page, it now uses its own dedicated API
    Wrapper endpoint.
  • Added login polling to prevent auto-logout when page is open.
  • Showing all asset properties for assets and contract offers via an "Additional
    Properties" section.
  • Showing policies for contract offers in the asset details dialog.

Changed

  • Marked EDC_UI_DATA_MANAGEMENT_API_URL as deprecated in favor of EDC_UI_MANAGEMENT_API_URL.
  • Marked EDC_UI_DATA_MANAGEMENT_API_KEY as deprecated in favor of EDC_UI_MANAGEMENT_API_KEY.

Removed

  • Removed Datasource Payload support, it is probably only intended for Push

Fixed

  • Fixed getting started docker-compose-yaml to use the newly renamed edc-dev
    image.
  • Fixed labels of MDS categories and sub-categories.
  • Fixed issue when navigating back after clicking logout.

v0.0.1-milestone-8-sovity2

24 Mar 15:41
77a4b46
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity2] 24.03.2023

Overview

Bugfixes for our productive connectors.

Detailed Changes

Fixed

  • Fixed implicit limit of 50 being applied to all views.

v0.0.1-milestone-8-sovity1

20 Mar 14:41
f323f71
Compare
Choose a tag to compare

[v0.0.1-milestone-8-sovity1] 20.03.2023

Overview

Organization names are now prominent in both asset cards and contract offer
cards.

Detailed Changes

Added

  • Made asset IDs less prominent in favor of Organization Name

Fixed

  • Removed password suggestions for ID and related fields in Chrome
  • Fixed handling of http error response code 401 when user logout from edc-ui
  • Bumped minor dependencies

v0.0.1-milestone-7-sovity8

07 Mar 09:25
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity8] 07.03.2023

Overview

Minor UI fixes.

Detailed Changes

Changed

  • Updated the icon for Fetch Status option in the catalog browser

Fixed

  • Fixed closing of side nav-bar on pressing escape button
  • Fixed "Your Contract Definitions" being called "Your Data Offers" in the
    dashboard.

v0.0.1-milestone-7-sovity7

06 Mar 09:05
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity7] 06.03.2023

Overview

More Connector Self-Description properties in Dashboard.

Detailed Changes

Added

  • Added Connector Self-Description property grid in Dashboard.
  • Added info texts to differentiate Connector ID and Connector Endpoint.
  • Added support for loading additional config from EDC_UI_CONFIG_URL on
    startup.

Changed

  • Deprecated property EDC_UI_ASSET_PROP_ORIGINATOR in favor of
    EDC_UI_CONNECTOR_ENDPOINT.
  • Deprecated property EDC_UI_ASSET_PROP_ORIGINATOR_ORGANIZATION_NAME in favor
    of EDC_UI_CURATOR_ORGANIZATION_NAME.

Fixed

  • Fixed Contract Definition successfully created message.

v0.0.1-milestone-7-sovity6

02 Mar 13:03
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity6] 02.03.2023

Changed

  • Navigation Item Order: Switched Contract Definitions and Asset Viewer

Fixed

  • Fixed Contract Definition Page Button Typo.

v0.0.1-milestone-7-sovity5

24 Feb 16:12
35a68dc
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity5] 24.02.2023

Overview

New contract definition list, catalog status info and Http Datasink fields.

Detailed Changes

Added

  • Added Additional Http Datasink properties.
  • Catalog Browser now shows if individual Connector Endpoints were unreachable.
  • Reworked Contract Definition cards.

Changed

  • Renamed Connector ID to Connector Endpoint to emphasize differentiate:
    • Connector ID: Configured in certificate, contained in DAT.
    • Connector Endpoint: Configured IDS Endpoint

Fixed

  • Compatibility section in README.md