You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/21 09:55:54 UTC

[incubator-streampipes] branch dev updated (4f7ffc1 -> 63d93c8)

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

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


    from 4f7ffc1  Extended sdk to support property scope for string eps
     add 5223718  [STREAMPIPES-79] fix order of images (newest to oldest), fix page display
     add 3ea570c  Merge branch 'dev' into STREAMPIPES-79
     add fb2673a  Working in grouping for line chart
     add 6d14898  Data explorer grouped data can now be counted
     add 63d93c8  Merge branch 'dev' into STREAMPIPES-79

No new revisions were added by this update.

Summary of changes:
 .../rest/impl/datalake/DataLakeManagementV3.java   |   2 +-
 .../image-categorize.component.html                |   2 +-
 .../image/image-viewer/image-viewer.component.html |   2 +-
 .../widgets/base/base-data-explorer-widget.ts      |  12 ++
 .../line-chart/line-chart-widget.component.html    |  21 ++-
 .../line-chart/line-chart-widget.component.ts      | 183 +++++++++++++++------
 .../aggregate-configuration.component.html         |  18 +-
 .../aggregate-configuration.component.ts           |  17 +-
 .../group-configuration.component.css}             |   0
 .../group-configuration.component.html             |  47 ++++++
 .../group-configuration.component.ts}              |  43 +++--
 ui/src/app/data-explorer/data-explorer.module.ts   |   4 +-
 12 files changed, 267 insertions(+), 84 deletions(-)
 copy ui/src/app/data-explorer/components/widgets/utils/{aggregate-configuration/aggregate-configuration.component.css => group-configuration/group-configuration.component.css} (100%)
 create mode 100644 ui/src/app/data-explorer/components/widgets/utils/group-configuration/group-configuration.component.html
 copy ui/src/app/data-explorer/components/widgets/utils/{select-properties/select-properties.component.ts => group-configuration/group-configuration.component.ts} (53%)