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

riemer pushed a commit to branch enhance-rest-sink
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 551247ecf7973be126a6517afe10536ceaa1262f
Merge: 2b2bfc9214 52b4ebbabb
Author: Dominik Riemer <[email protected]>
AuthorDate: Tue Apr 22 13:11:02 2025 +0200

    Merge branch 'dev' into enhance-rest-sink

 .../integration/containers/PulsarContainer.java    |  2 +-
 .../apache/streampipes/model/ResourceMetadata.java | 41 +++++++++++++++
 .../apache/streampipes/model/api/SpResource.java   | 26 ++++++++++
 .../model/dashboard/DashboardEntity.java           | 11 +++-
 .../model/dashboard/DashboardModel.java            | 11 +++-
 ui/deployment/i18n/de.json                         |  4 ++
 ui/deployment/i18n/en.json                         |  4 ++
 .../src/lib/model/dashboard/dashboard.model.ts     |  2 +
 .../src/lib/model/gen/streampipes-model.ts         | 32 ++++++++++--
 .../src/lib/services/date-format.service.ts        | 38 ++++++++++++++
 .../streampipes/shared-ui/src/public-api.ts        |  1 +
 .../asset-details-labels.component.html            |  4 +-
 .../asset-details-labels.component.ts              | 58 ++++++++++++++--------
 .../dashboard-overview-table.component.html        | 50 +++++++++++++++++++
 .../dashboard-overview-table.component.ts          | 29 +++++++----
 .../overview/dashboard-overview.component.ts       |  4 ++
 .../edit-dashboard-dialog.component.ts             |  1 +
 .../data-explorer-chart-view.component.ts          |  5 ++
 .../data-explorer-overview-table.component.html    | 50 +++++++++++++++++++
 .../data-explorer-overview-table.component.ts      | 27 +++++++---
 .../overview/data-explorer-overview.component.ts   |  9 +++-
 21 files changed, 363 insertions(+), 46 deletions(-)

Reply via email to