This is an automated email from the ASF dual-hosted git repository.

SvenO3 pushed a change to branch 
4430-chart-settings-not-correctly-migrated-after-event-schema-changes
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 6963e5409e Implement data view measure schema refresh
     new 3bc596a900 Add chart infos and health status for schema updates
     new 3f8312f16f Show chart infos and health status in the ui

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...eUpdateInfo.java => ChartSchemaUpdateInfo.java} |  58 +++---
 .../model/connect/adapter/PipelineUpdateInfo.java  |  11 +
 ...us.java => DataExplorerWidgetHealthStatus.java} |   4 +-
 .../model/datalake/DataExplorerWidgetModel.java    |  11 +
 .../update/ChartSchemaUpdateCoordinator.java       | 222 +++++++++++++++++++++
 .../pipeline/update/PipelineUpdateCoordinator.java |  19 +-
 .../src/lib/model/gen/streampipes-model.ts         |  34 ++++
 .../chart-container/chart-container.component.html |  28 ++-
 .../chart-container/chart-container.component.scss |  10 +
 .../chart-container/chart-container.component.ts   |  12 +-
 .../chart-overview-table.component.html            |  10 +
 .../chart-overview-table.component.ts              |   6 +
 .../components/chart-view/chart-view.component.ts  |   2 +
 ...adapter-started-update-migration.component.html | 129 ++++++++----
 14 files changed, 474 insertions(+), 82 deletions(-)
 copy 
streampipes-model/src/main/java/org/apache/streampipes/model/connect/adapter/{PipelineUpdateInfo.java
 => ChartSchemaUpdateInfo.java} (52%)
 copy 
streampipes-model/src/main/java/org/apache/streampipes/model/datalake/{SpQueryStatus.java
 => DataExplorerWidgetHealthStatus.java} (92%)
 create mode 100644 
streampipes-pipeline-management/src/main/java/org/apache/streampipes/manager/pipeline/update/ChartSchemaUpdateCoordinator.java

Reply via email to