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 18:04:11 UTC

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

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 06d51d71c [hotfix] Optimize reloading of dashboard queries
     add 324d15384 [STREAMPIPES-579] Fetch dashboard data in a single request
     add 057636404 [STREAMPIPES-579] Properly initialize dashboard model
     new 68a9c4461 Merge pull request #106 from apache/STREAMPIPES-579

The 1 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:
 .../dataexplorer/DataLakeManagementV4.java         |   9 +-
 .../dataexplorer/v4/query/DataExplorerQueryV4.java |  15 ++
 .../streampipes/model/datalake/SpQueryResult.java  |   9 +
 .../apache/streampipes/ps/DataLakeResourceV4.java  |  15 ++
 .../src/lib/apis/datalake-rest.service.ts          |   5 +
 .../lib/model/datalake/DatalakeQueryParameters.ts  |   3 +
 .../src/lib/model/gen/streampipes-model.ts         |  13 +-
 .../components/grid/dashboard-grid.component.html  |   4 +-
 .../components/grid/dashboard-grid.component.ts    | 187 ++++++++++++++-------
 .../overview/dashboard-overview.component.ts       |   1 +
 .../panel/dashboard-panel.component.html           |   3 +-
 .../components/panel/dashboard-panel.component.ts  |  14 +-
 .../widget/dashboard-widget.component.html         |  42 +++--
 .../widget/dashboard-widget.component.ts           |  46 ++++-
 .../components/widgets/base/base-widget.ts         |  42 +++--
 .../edit-dashboard-dialog.component.html           |  11 ++
 16 files changed, 312 insertions(+), 107 deletions(-)


[incubator-streampipes] 01/01: Merge pull request #106 from apache/STREAMPIPES-579

Posted by ri...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 68a9c44615b57a299f98ed06503897179b2f2246
Merge: 06d51d71c 057636404
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Tue Aug 23 20:04:07 2022 +0200

    Merge pull request #106 from apache/STREAMPIPES-579
    
    Streampipes 579

 .../dataexplorer/DataLakeManagementV4.java         |   9 +-
 .../dataexplorer/v4/query/DataExplorerQueryV4.java |  15 ++
 .../streampipes/model/datalake/SpQueryResult.java  |   9 +
 .../apache/streampipes/ps/DataLakeResourceV4.java  |  15 ++
 .../src/lib/apis/datalake-rest.service.ts          |   5 +
 .../lib/model/datalake/DatalakeQueryParameters.ts  |   3 +
 .../src/lib/model/gen/streampipes-model.ts         |  13 +-
 .../components/grid/dashboard-grid.component.html  |   4 +-
 .../components/grid/dashboard-grid.component.ts    | 187 ++++++++++++++-------
 .../overview/dashboard-overview.component.ts       |   1 +
 .../panel/dashboard-panel.component.html           |   3 +-
 .../components/panel/dashboard-panel.component.ts  |  14 +-
 .../widget/dashboard-widget.component.html         |  42 +++--
 .../widget/dashboard-widget.component.ts           |  46 ++++-
 .../components/widgets/base/base-widget.ts         |  42 +++--
 .../edit-dashboard-dialog.component.html           |  11 ++
 16 files changed, 312 insertions(+), 107 deletions(-)