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

riemer pushed a commit to branch 3992-improve-widget-handling-in-dashboard
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit ec360e0388ccbcb2be2f3e8f3acace399db75c36
Merge: 9d9b63d38a ae73d7270c
Author: Dominik Riemer <[email protected]>
AuthorDate: Fri Nov 28 20:16:34 2025 +0100

    Merge branch 'dev' into 3992-improve-widget-handling-in-dashboard

 pom.xml                                            |  19 +-
 .../connectors/influx/sink/InfluxDbSink.java       |  56 +-
 .../streampipes-connectors-mqtt/pom.xml            |   7 +-
 .../mqtt/migration/MQTTAdapterMigrationV1.java     |  10 +-
 .../connectors/mqtt/security/SecurityUtils.java    |  70 +-
 .../connectors/mqtt/shared/MqttBase.java           |  84 ++-
 .../connectors/mqtt/shared/MqttConfig.java         |  19 +-
 .../connectors/mqtt/shared/MqttConnectUtils.java   |  29 +-
 .../connectors/mqtt/shared/MqttConsumer.java       |  90 ++-
 .../connectors/mqtt/shared/MqttPublisher.java      |  56 +-
 .../streampipes-sinks-brokers-jvm/pom.xml          |   6 +-
 .../jvm/bufferrest/BufferRestPublisherSink.java    |  48 +-
 .../sinks/brokers/jvm/jms/JmsPublisherSink.java    |  56 +-
 .../jvm/rabbitmq/RabbitMqPublisherSink.java        |  51 +-
 .../sinks/databases/jvm/couchdb/CouchDbSink.java   |  45 +-
 .../sinks/databases/jvm/ditto/DittoSink.java       |  55 +-
 .../sinks/databases/jvm/iotdb/IotDbSink.java       |  55 +-
 .../sinks/databases/jvm/milvus/MilvusSink.java     |  52 +-
 .../sinks/databases/jvm/parquet/ParquetSink.java   |  54 +-
 .../databases/jvm/postgresql/PostgreSqlSink.java   |  59 +-
 .../sinks/databases/jvm/redis/RedisSink.java       |  64 +-
 .../sinks/databases/jvm/tsfile/TsFileSink.java     |  54 +-
 .../sinks/internal/jvm/datalake/DataLakeSink.java  |  62 +-
 .../InternalStreamPipesNotificationSink.java       |  23 +-
 .../sinks/notifications/jvm/email/EmailSink.java   |  25 +-
 .../notifications/jvm/msteams/MSTeamsSink.java     |  25 +-
 .../notifications/jvm/onesignal/OneSignalSink.java |  23 +-
 .../jvm/slack/SlackNotificationSink.java           |  23 +-
 .../notifications/jvm/telegram/TelegramSink.java   |  23 +-
 streampipes-integration-tests/pom.xml              |   2 +-
 .../adapters/AdaptersIntegrationTest.java          |  16 +-
 .../integration/adapters/MqttAdapterTLSTester.java |   1 -
 .../src/test/resources/truststore.jks              | Bin 0 -> 1238 bytes
 streampipes-messaging-mqtt/pom.xml                 |   4 +-
 .../messaging/mqtt/AbstractMqttConnector.java      |  46 +-
 .../streampipes/messaging/mqtt/MqttConsumer.java   | 118 ++--
 .../streampipes/messaging/mqtt/MqttPublisher.java  |  87 ++-
 .../standalone/StreamPipesNotificationSink.java    |  50 +-
 .../support/utils/dataExplorer/DataExplorerBtns.ts |   3 +
 .../utils/dataExplorer/DataExplorerUtils.ts        |   1 +
 ui/package-lock.json                               | 304 ++------
 .../asset-details-basics.component.html            |  74 +-
 .../asset-details-labels.component.html            | 192 ++---
 .../asset-details-site.component.html              |  80 ++-
 .../asset-location/asset-location.component.html   |  64 +-
 .../asset-details-links.component.html             | 106 +--
 .../asset-link-item/asset-link-item.component.html |  71 +-
 .../asset-link-section.component.html              |  71 +-
 .../edit-asset/asset-details.component.html        | 175 ++---
 .../asset-selection-panel.component.html           | 265 +++----
 .../view-asset-basics.component.html               |  87 +--
 .../view-asset/view-asset.component.html           | 132 ++--
 .../asset-overview/asset-overview.component.html   |  99 +--
 .../edit-asset-link-dialog.component.html          | 455 ++++++------
 .../manage-asset-links-dialog.component.html       | 778 +++++++++++----------
 .../datalake-configuration.component.html          | 168 ++---
 .../data-retention-dialog.component.html           |  55 +-
 .../delete-datalake-index-dialog.component.html    | 168 +++--
 .../delete-export-provider-dialog.component.html   | 130 ++--
 .../extensions-installation.component.html         | 152 ++--
 ...xtensions-service-details-dialog.component.html |  53 +-
 .../file-upload/file-upload-dialog.component.html  | 234 ++++---
 .../edit-location-area.component.html              |  95 +--
 .../edit-location/edit-location.component.html     |  71 +-
 .../manage-site/manage-site-dialog.component.html  |  50 +-
 .../email-configuration.component.html             | 495 +++++++------
 .../email-template-configuration.component.html    |  56 +-
 .../export/data-export-import.component.html       |  50 +-
 .../data-export-dialog.component.html              | 155 ++--
 .../data-export-item.component.html                |  47 +-
 .../data-import-dialog.component.html              | 389 ++++++-----
 .../endpoint-item/endpoint-item.component.html     | 173 ++---
 .../extensions-installation.component.html         | 114 ++-
 .../certificate-configuration.component.html       | 258 +++----
 .../service-configs-item.component.html            |  72 +-
 .../service-configs-password.component.html        |  40 +-
 .../service-configs/service-configs.component.html |  52 +-
 .../registered-extensions-services.component.html  |  54 +-
 .../general-configuration.component.html           | 379 +++++-----
 .../edit-label/edit-label.component.html           |  45 +-
 .../label-configuration.component.html             | 146 ++--
 .../messaging-configuration.component.html         | 272 +++----
 .../edit-group-dialog.component.html               |  49 +-
 .../edit-role-dialog.component.html                |  93 +--
 .../edit-user-dialog.component.html                | 338 ++++-----
 .../role-configuration.component.html              | 178 ++---
 .../security-service-config.component.html         | 142 ++--
 .../security-user-config.component.html            | 251 +++----
 .../user-group-configuration.component.html        | 159 +++--
 .../location-features-configuration.component.html | 131 ++--
 .../sites-configuration.component.html             |  55 +-
 .../data-explorer-chart-container.component.ts     |   8 +-
 .../chart-panel-can-deactivate-guard.service.ts    |   9 +-
 .../data-explorer-chart-view.component.html        |   1 +
 .../data-explorer-chart-view.component.ts          |  56 +-
 ...data-explorer-widget-data-settings.component.ts |   5 +
 ui/src/app/data-explorer/data-explorer.module.ts   |   1 +
 ui/src/app/home/components/status.component.html   |  58 +-
 ui/src/app/home/home.component.html                | 119 ++--
 ui/src/app/info/versions/versions.component.html   | 164 ++---
 .../activate-account.component.html                |  76 +-
 .../components/auth-box/auth-box.component.html    |  98 ++-
 .../login/components/login/login.component.html    | 173 ++---
 .../components/register/register.component.html    | 192 ++---
 .../restore-password.component.html                | 145 ++--
 .../set-new-password.component.html                | 169 ++---
 .../login/components/setup/setup.component.html    | 267 +++----
 .../app/notifications/notifications.component.html | 239 ++++---
 .../general-profile-settings.component.html        | 219 +++---
 .../token/token-management-settings.component.html | 337 +++++----
 .../change-email-dialog.component.html             | 141 ++--
 .../change-password-dialog.component.html          | 137 ++--
 ui/src/app/profile/profile.component.html          |  66 +-
 113 files changed, 6553 insertions(+), 6020 deletions(-)

diff --cc 
ui/src/app/data-explorer/components/chart-view/data-explorer-chart-view.component.ts
index c3dfd73afc,c374c0fd2a..5719774686
--- 
a/ui/src/app/data-explorer/components/chart-view/data-explorer-chart-view.component.ts
+++ 
b/ui/src/app/data-explorer/components/chart-view/data-explorer-chart-view.component.ts
@@@ -26,8 -26,11 +26,10 @@@ import 
  } from '@angular/core';
  import {
      ChartService,
 -    DashboardConfig,
      DataExplorerWidgetModel,
      DataLakeMeasure,
+     EventPropertyUnion,
+     FieldConfig,
      LinkageData,
      TimeSettings,
  } from '@streampipes/platform-services';

Reply via email to