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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/ui/angular/common-19.2.16
in repository https://gitbox.apache.org/repos/asf/streampipes.git


 discard 1727a17f01 chore(deps): bump @angular/common from 19.2.13 to 19.2.16 
in /ui
     add 6ed0e50277 chore: Update RELEASE_NOTES.md for version 0.98.0 (#3988)
     add 2b3ef49418 refactor: Update version in github bug report template
     add 76a43042f2 refactor: Rename DataExplorer services to Chart services 
and update references (#3987)
     add 7e40101021 refactor: Migrate configuration to control flow syntax 
(#3982)
     add af3b546e41 refactor: Migrate modules home, info, login, notifications 
and profile to control flow syntax (#3984)
     add b814989fb5 refactor(#3927): migrate all data sinks from 
streampipesdatasink to istreampipesdatasink (#3928)
     add 3539cc35d3 Replaced the library fusesource/mqtt with hiveMq  (#3934)
     add 9de1159151 refactor: Migrate assets to control flow syntax (#3993)
     add 9a7b8d33c9 chore(deps-dev): bump node-forge from 1.3.1 to 1.3.2 in /ui 
(#3977)
     add ae73d7270c Popup to ensure saving when creating a new chart (#3991)
     add 067a96f763 chore(deps): bump @angular/common from 19.2.13 to 19.2.16 
in /ui

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (1727a17f01)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/ui/angular/common-19.2.16 (067a96f763)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              |   2 +-
 RELEASE_NOTES.md                                   | 124 ++++
 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                               |   6 +-
 .../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 +-
 .../components/kiosk/dashboard-kiosk.component.ts  |   4 +-
 .../dashboard-overview-table.component.ts          |   8 +-
 .../components/panel/dashboard-panel.component.ts  |  12 +-
 ui/src/app/dashboard/dashboard.module.ts           |   6 +-
 .../data-explorer-chart-container.component.ts     |  12 +-
 .../base/base-data-explorer-widget.directive.ts    |   4 +-
 .../components/charts/base/base-widget-config.ts   |   4 +-
 .../gauge/config/gauge-widget-config.component.ts  |   4 +-
 .../config/heatmap-widget-config.component.ts      |   4 +-
 .../map/config/map-widget-config.component.ts      |   4 +-
 .../config/pie-chart-widget-config.component.ts    |   4 +-
 .../status-heatmap-widget-config.component.ts      |   4 +-
 .../config/status-widget-config.component.ts       |   4 +-
 .../table/config/table-widget-config.component.ts  |   4 +-
 .../time-series-chart-widget-config.component.ts   |   4 +-
 .../traffic-light-widget-config.component.ts       |   4 +-
 .../echarts-renderer/base-echarts-renderer.ts      |   8 +-
 ...on.service.ts => chart-colorization.service.ts} |   2 +-
 ...-service.ts => chart-field-provider.service.ts} |   2 +-
 ...=> chart-panel-can-deactivate-guard.service.ts} |  11 +-
 ...routing.service.ts => chart-routing.service.ts} |   2 +-
 ...r-shared.service.ts => chart-shared.service.ts} |   2 +-
 .../data-explorer-chart-view.component.html        |   1 +
 .../data-explorer-chart-view.component.ts          |  68 +-
 ...data-explorer-widget-data-settings.component.ts |   9 +-
 .../field-selection-panel.component.ts             |   4 +-
 .../filter-selection-panel.component.ts            |   4 +-
 .../group-selection-panel.component.ts             |   4 +-
 .../data-explorer-overview-table.component.ts      |   8 +-
 .../overview/data-explorer-overview.component.ts   |   4 +-
 ui/src/app/data-explorer/data-explorer.module.ts   |   5 +-
 ....service.ts => chart-detect-changes.service.ts} |   2 +-
 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 +-
 141 files changed, 6682 insertions(+), 5861 deletions(-)
 create mode 100644 
streampipes-integration-tests/src/test/resources/truststore.jks
 rename 
ui/src/app/data-explorer-shared/services/{data-explorer-colorization.service.ts 
=> chart-colorization.service.ts} (98%)
 rename 
ui/src/app/data-explorer-shared/services/{data-explorer-field-provider-service.ts
 => chart-field-provider.service.ts} (99%)
 rename 
ui/src/app/data-explorer-shared/services/{data-explorer-panel.can-deactivate.guard.ts
 => chart-panel-can-deactivate-guard.service.ts} (78%)
 rename 
ui/src/app/data-explorer-shared/services/{data-explorer-routing.service.ts => 
chart-routing.service.ts} (98%)
 rename 
ui/src/app/data-explorer-shared/services/{data-explorer-shared.service.ts => 
chart-shared.service.ts} (99%)
 rename 
ui/src/app/data-explorer/services/{data-explorer-detect-changes.service.ts => 
chart-detect-changes.service.ts} (98%)

Reply via email to