Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Quality Investigations / Alerts #785

Merged
merged 15 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading