You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/08/23 08:10:02 UTC

[incubator-streampipes] branch dev updated (a52fd21a0 -> 06d51d71c)

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

riemer pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


    from a52fd21a0 [hotfix] Avoid refresh on field selection in schema editor
     add 06d51d71c [hotfix] Optimize reloading of dashboard queries

No new revisions were added by this update.

Summary of changes:
 .../src/lib/apis/datalake-rest.service.ts          |  2 +-
 .../widgets/area/area-widget.component.ts          |  1 -
 .../widgets/bar-race/bar-race-widget.component.ts  |  4 ++
 .../widgets/base/base-ngx-line-charts-widget.ts    |  4 ++
 .../components/widgets/base/base-widget.ts         | 49 ++++++++++++++++++----
 .../widgets/gauge/gauge-widget.component.ts        |  4 ++
 .../widgets/html/html-widget.component.ts          |  4 ++
 .../widgets/image/image-widget.component.ts        |  4 ++
 .../components/widgets/map/map-widget.component.ts |  4 ++
 .../widgets/number/number-widget.component.ts      |  6 ++-
 .../components/widgets/raw/raw-widget.component.ts |  4 ++
 .../stacked-line-chart-widget.component.ts         |  4 ++
 .../widgets/status/status-widget.component.ts      |  4 ++
 .../widgets/table/table-widget.component.ts        |  6 +++
 .../trafficlight/traffic-light-widget.component.ts |  3 ++
 .../wordcloud/wordcloud-widget.component.ts        |  4 ++
 16 files changed, 96 insertions(+), 11 deletions(-)