Skip to content

Releases: catenax-ng/tx-traceability-foss

3.3.0

02 May 07:53
Compare
Choose a tag to compare

Added

  • Added tx-root pom for maven multi module project
  • Added tx-parent-spring-boot for using spring boot dependencies
  • Added tx-models
  • Added possibility to configure realm in FE
  • Added license headers to helm chart files
  • Added possibility to create an alert within my parts page, marked with WIP
  • Added additional irs request on irs-service to also include SingleLevelUsageAsBuilt param
  • Added owner column to asset table
  • Added upstream visibility for parts
  • Added bpn-url mapping api which provides simple CRUD operations
  • Added project lombok
  • Added Dockerfile to root directory
  • Added helm-test workflow

Changed

  • Updated spring-boot:core from 6.0.6 to 6.0.8 for cve-2023-20863
  • backend directory and module to tx-backend
  • backend/cucumber-tests directory to tx-cucumber-tests
  • Updated mapping of assets
  • Alignment of user and groups between helmchart and application
  • Updated readme links
  • Container labelling refactored
  • Increased table size tenfold. From 5, 10, 25 to 50, 100, 250
  • Moved dash-ip tool to root-pom to have a managed version
  • Updated backend dependencies to reflect current state
  • Updated notifications contract policy to include trace policy constraint
  • Switched from GET catalog (edc) to POST catalog
  • Moved Investigation JPA implementation to the correct folder structure
  • Moved Notification JPA implementation to the correct folder structure
  • Fixed bug to reflect investigation status on assets

Removed

  • Removed usage of add-license-header script in FE hook
  • Removed usage of map and map component
  • Removed supplierPart boolean from asset
  • Removed all excluded files from kics scan

Full Changelog: 3.2.0...3.3.0

helm-charts-1.3.4

02 May 07:51
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

3.2.0

17 Apr 13:53
d26e28e
Compare
Choose a tag to compare

Added

  • Created BPN - BPN - EDC configuration page with mappings for notification flow

Changed

  • Refactored messageId of a notification to have own uuid instead of reusing notificationId
  • Changed receive / update edc callbacks to match one seperate method for each process
  • Updated the Notification Publisher to request initial notifications to the /receive endpoint and updates to the related /update endpoint
  • Updated cypress-io/github-action from 5.6.0 to 5.6.1
  • Updated peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
  • Upgraded base image from sha256@2b33ef284e6dc43a61903cef6d36dbce13414a9e5444e2c96cdd5e35123f9903 to: sha256@c26a727c4883eb73d32351be8bacb3e70f390c2c94f078dc493495ed93c60c2f
  • Fixed parts not being marked as under investigation
  • Adapt notification receiver side to accept severity by real name instead of enum constant
  • Improved admin page navigation (as a left side menu)
  • Combined results of discovery service and fallback mock service to provide bpn url mappings
  • Updated EDC Provider to 0.3.0 version

Full Changelog: 3.1.1...3.2.0

helm-charts-1.3.3

17 Apr 13:52
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

3.1.1

04 Apr 11:46
3d082c8
Compare
Choose a tag to compare

Added

  • Some unit tests for better code quality

Changed

  • Fixed edc notification flow bug
  • Updated org.springframework/spring-expression from 6.0.6 to 6.0.7
  • Updated net.minidev/json-smart from 2.4.8 to 2.4.10

helm-charts-1.3.1

31 Mar 07:35
92a7023
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

helm-charts-1.3.0

31 Mar 07:22
490095c
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

helm-charts-1.2.3

28 Mar 10:37
Compare
Choose a tag to compare

An umbrella Helm chart for eclipse-tractusx/traceability-foss project

3.0.0

21 Mar 14:49
f2c2b9f
Compare
Choose a tag to compare

Added

  • Added functionality to update & close notifications – Quality Investigations
  • Included a guide for connecting sonarcloud to IntelliJ -> Contribution.md
  • Added properties targetDate and severity to the Quality Investigations
  • Included reason for accept, decline and closure of a Quality Investigation
  • Added additional information to be displayed on the Quality Investigation detail page
  • Added native datetime component to be used for Quality Investigation
  • Merged the backend repository into this repository within /backend
  • Added beta environment

Changed

  • Changed github action docker-release to have maven cache instead of previously used gradle
  • Fixed a bug which caused the wrong bpn sender was set
  • Added the default param to the irs/jobs api lookupBPNs and set it to true
  • Added targetdate to the notification creation.
  • Removed duplicated dependencies / Added version numbers for all dependencies for better managing
  • Moved the frontend application to /frontend
  • Updated to spring boot 3
  • Fixed jersey-client cve
  • Fixed spring-web cve
  • Fixed spring-security-oauth-client cve
  • Some minor updates on dependencies
  • Restructured pom to use properties for all versions

Full Changelog: 2.0.0...3.0.0

traceability-foss-frontend-1.1.4

21 Mar 07:46
f3e6552
Compare
Choose a tag to compare

A Helm chart for Traceability frontend application