This is an automated email from the ASF dual-hosted git repository.
dominikriemer pushed a change to branch introduce-summary-dto-for-dashboards
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from 58f286193c Add pipeline summary DTO
add 61cea90539 fix(#4497): Prevent duplicate dataset assignment to assets
(#4538)
add 2d1d3d8958 feat(#4544): Create a simple event publisher that
broadcasts changes of a data stream (#4546)
add 830abfa37e Merge branch 'dev' into introduce-summary-dto-for-dashboards
No new revisions were added by this update.
Summary of changes:
.../rest/event/AdapterDeletedEvent.java | 6 +--
.../rest/event/AdapterUpdatedEvent.java | 6 +--
.../rest/event/DataStreamDeletedEvent.java | 5 +--
.../rest/event/DataStreamUpdatedEvent.java | 6 +--
.../rest/impl/connect/AdapterResource.java | 22 +++++++++++
.../rest/impl/pe/DataStreamResource.java | 16 +++++++-
.../lib/services/asset-configuration.service.ts | 44 +++++++++++++++++-----
7 files changed, 83 insertions(+), 22 deletions(-)
copy
streampipes-client-api/src/main/java/org/apache/streampipes/client/api/live/ISubscription.java
=>
streampipes-rest/src/main/java/org/apache/streampipes/rest/event/AdapterDeletedEvent.java
(80%)
copy
streampipes-client-api/src/main/java/org/apache/streampipes/client/api/live/ISubscription.java
=>
streampipes-rest/src/main/java/org/apache/streampipes/rest/event/AdapterUpdatedEvent.java
(80%)
copy
streampipes-dataformat/src/main/java/org/apache/streampipes/dataformat/SpDataFormatFactory.java
=>
streampipes-rest/src/main/java/org/apache/streampipes/rest/event/DataStreamDeletedEvent.java
(88%)
copy
streampipes-client-api/src/main/java/org/apache/streampipes/client/api/live/ISubscription.java
=>
streampipes-rest/src/main/java/org/apache/streampipes/rest/event/DataStreamUpdatedEvent.java
(83%)