Skip to content

10.0.0

Compare
Choose a tag to compare
@ds-mwesener ds-mwesener released this 12 Dec 14:43
· 1 commit to release/10.0.0 since this release

[10.0.0 - 12.12.2023]

Added

  • new filtering capabilities ( receivedQualityAlertIdsInStatusActive, sentQualityAlertIdsInStatusActive, receivedQualityInvestigationIdsInStatusActive, sentQualityInvestigationIdsInStatusActive )
  • Validation check if table-settings correct and reset on invalid state
  • Added Api-Input in Argo Workflow to fix bugs
  • Added implementation for cucumber tests for quality investigations
  • Added implementation of cypress tests for quality alerts
  • Separation of auto complete mechanism (selected / searched elements)
  • Added new step definition for cucumber tests "I use assets with ids {string}" allowing to specify assets used for notification creation
  • Added autocomplete endpoints for notifications
  • Added BPN column to parts table
  • Emit change check to observables in frontend
  • Added an Entity Relationship Model (ERM) into the Architecture Documentation to visually represent our tables and their relationships.
  • Added a step for testing input and included an option for a hard refresh in Argo Workflow
  • Added manufacturer_id to assets_as_planned
  • Added local filtering and auto complete for notifications

Changed

  • Filter configuration for tables to be resuable and easy to adapt
  • Realigned some mappings e.g. (manufacturer / manufacturerName) to be more clear
  • Updated mikefarah/yq from 4.35.2 to 4.40.2
  • Upgraded maven-checkstyle-plugin from 3.3.0 to 3.3.1
  • Upgraded nimbus-jose-jwt from 9.31 to 9.37.1
  • Upgraded maven-install-plugin from 3.0.1 to 3.1.1
  • Upgraded json-unit-assertj from 2.38.0 to 3.2.2
  • Upgraded asciidoctorj-diagram from 2.2.9 to 2.2.13
  • Cucumber test steps for creating notifications no longer support default assetId when no asset is provided with previous step
  • Upgraded the Upload_Testdata job in Argo Workflow to fix bugs
  • Auto format for frontend source code applied
  • Updated user-manual for Parts filtering autocomplete functionality
  • Fixed issue when requesting autocomplete api endpoints with no size provided
  • Default pagination size to 50.
  • Split up bpn column in notification table views to show bpn and name separately
  • Changed detailed part view action from clicking on list item to a menu action column
  • Changed FE fieldName mapping to fix bug for properties catenaxSiteId and function
  • Fix of global search field
  • Parts autocomplete API now is case insensitive when using "startWith" parameter
  • changed mapping for manufacturerName when syncing assets_as_planned so it is being resolved when assets are resolved
  • Behaviour of auto complete toggle selections
  • Updated springboot version from 3.1.3 to 3.1.6
  • updated spring core version from 6.0.13 to 6.0.14
  • Update tomcat-embed-websocket from 10.0.15 to 10.0.16
  • Update logback-classic and logback-core version to 1.4.14 to mitigate high finding
  • Fixed sorting on empty notification tables

Removed

  • removed asset filters ( qualityInvestigationIdsInStatusActive, qualityInvestigationIdsInStatusActive )
  • Removed Cucumber tests steps for creating alerts with two parts as new step definition is enough for the same feature