Skip to content

Commit

Permalink
Merge pull request #785 from catenax-ng/main
Browse files Browse the repository at this point in the history
Merge Quality Investigations / Alerts
  • Loading branch information
ds-mmaul authored Mar 26, 2024
2 parents 7d04d56 + 0079310 commit ae6010f
Show file tree
Hide file tree
Showing 118 changed files with 3,475 additions and 5,478 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #606 Added error message into notifications on failure
- #596 Added Policy management documentation
- Added overview of the scheduler tasks in documentation
- #706 Created notification classes to support both alert and investigations
- #706 Notification controller having the same endpoints as alerts and investigations controllers

### Changed
- #709 Bumped spring-core from 6.0.17 to 6.1.5
Expand All @@ -21,9 +23,13 @@ _**For better traceability add the corresponding GitHub issue number in each cha
- #709 Fixed CVE-2024-22257 overriding spring-security-core from 6.1.7 to 6.2.3
- #596 Policy management has been moved to different module
- #762 updated documentation for release 24.5
- #706 StartNotificationRequest now requires additional parameter type ("ALERT", "INVESTIGATION") which
- #706 Search criteria allows to filter by new type parameter
- #706 Notification response have new title parameter

### Removed
- Shedlock, resilence4j, templateResolver as not used anymore
- #706 Removed alert and investigation specific classes and services to replace them with merged notification classes

### Added
- #630 Added Parts extended detailed view
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml

title
==Send Quality Investigation
==Send Quality Notification
end title

autonumber "<B>[00]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
= Receive Quality Investigation
= Receive Quality Notification

This sequence diagram describes the process of receiving a quality investigation from another Traceability partner.
This sequence diagram describes the process of receiving a quality notification from another Traceability partner.

[plantuml, target=business-context_quality-investigation, format=svg]
....
include::../../../../uml-diagrams/arc42/runtime-view/quality-investigation-receive.puml[]
....

== Overview
As for the sending of a quality investigation also for receiving of a notification EDC is used to push data from a sender to a receiver.
As for the sending of a quality notification also for receiving of a notification EDC is used to push data from a sender to a receiver.
To enable receiving a notification by a partner you need to

* Create notification endpoint for qualitynotifications/receive
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Send Quality Investigation
= Send Quality Notification

This sequence diagram describes the process of sending a quality investigation between Traceability applications.
This sequence diagram describes the process of sending a quality notification between Traceability applications.

[plantuml, target=business-context_quality-investigation_send, format=svg]
....
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml

title
==Receive Quality Investigation
==Receive Quality Notification
end title

autonumber "<B>[00]"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@startuml

title
==Send Quality Investigation
==Send Quality Notification
end title

autonumber "<B>[00]"
Expand Down
Loading

0 comments on commit ae6010f

Please sign in to comment.