Skip to content

Releases: sovity/edc-ui

v0.0.1-milestone-7-sovity4

20 Feb 07:37
4d687de
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity4] 20.02.2023

Overview

New policy list, new http data source properties, UX improvements

Detailed Changes

Added

  • Reworked page loading, empty messages and error states
  • Reworked policy list, new cards, new detail dialog.
  • Additional Http Datasource Properties: method, content type, request body,
    auth header/value, headers

Fixed

  • Placeholder URLs missing "/control/" path
  • Fixed Keyword select not adding keywords on input field blur, causing loss of
    input.
  • Fixed transfer dialog submitting on cancel
  • Fixed transfer dialog validation not working
  • Fix exception on contract definition dialog cancel

v0.0.1-milestone-7-sovity3

06 Feb 15:56
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity3] 06.02.2023

Fixed

  • Fixed dashboard splitting transfers and contract agreements in incoming /
    outgoing. Contract Agreements currently cannot be distinguished as incoming /
    outgoing.

v0.0.1-milestone-7-sovity2

01 Feb 15:28
Compare
Choose a tag to compare

[v0.0.1-milestone-7-sovity2] 01.02.2023

Overview

A new dashboard and other quality of life improvements.

Detailed Changes

Added

  • Dashboard with KPIs and charts.
  • Current Connector Organization & URL on Landing Page / Dashboard
  • Simplified adding of data sources in Catalog Browser via Connector ID.
  • Source code version of deployed edc-ui can now be accessed under
    /assets/config/version.txt

Changed

  • Connector URL is now called Connector ID, fixed naming and added good
    placeholders.

Removed

Fixed

  • Fixed additional PolicyDefinition uid vs id issues.
  • Fixed E-Mail in README.MD
  • Added API Endpoint to workaround extension that fixes an API problem:
    • Could not start transfer processes with just contract agreement ids when
      asset came from a custom catalog provider.
    • It would need the asset's originator url.
    • Since contract agreements don't contain the asset and catalogs are not
      guaranteed to still contain said asset's details due to policies, a new
      endpoint / extension was required.
  • Fixed MDS Logo not working.

v0.0.1-milestone-7-sovity1

19 Jan 13:48
Compare
Choose a tag to compare

Overview

  • Prepared this repository for its open source release:
    • Better configuration via ENV Vars, documentation and CI.
    • Changed versioning system to $EDC_VERSION-sovity$EDC_UI_MINOR_VERSION.
    • Changed release image to ghcr.io/sovity/edc-ui.

Detailed Changes

Added

  • Split mds and sovity profiles each into "open source" and "hosted by sovity"
    variants.

Changed

  • Releasing images now as ghcr.io/sovity/edc-ui.
  • Changed configuration:
    • Removed app.config.json.
    • Configuration via EDC_UI_ environment variables in both local dev and
      docker container.
    • See app-config-properties.ts for available properties.
    • Configuration via single environment variable EDC_UI_CONFIG_JSON possible.
  • Added prettier as code formatter.
    • Formatted all non-generated code with prettier.

Removed

Fixed

  • Menu of Navigation bar hiding behind feedback widget