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/07/27 08:22:05 UTC

[incubator-streampipes] branch STREAMPIPES-545 updated (d62815e00 -> b3f919177)

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

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


    from d62815e00 [hotfix] Do not lowecase data lake measurements in query builder
     add 60f8323ab [hotfix] Fix data explorer bug when no fields are selected
     add 80e684ded [hotfix] Fix bug with special characters in measurement name
     add 8ef4b7532 [hotfix] Support special characters for data lake measurement properties
     add 37988882d [hotfix] Fix truncating and deleting data from data explorer
     add 929d05286 [hotfix] Downgrade Swagger UI dependency due to build error
     new b3f919177 Merge branch 'dev' into STREAMPIPES-545

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         | 10 +++++----
 .../dataexplorer/query/DeleteDataQuery.java        |  2 +-
 .../dataexplorer/v4/params/SelectColumn.java       |  6 ++---
 .../dataexplorer/v4/query/DataExplorerQueryV4.java |  3 ++-
 .../dataexplorer/v4/template/QueryTemplatesV4.java |  4 ++--
 .../apache/streampipes/ps/DataLakeResourceV4.java  | 20 ++++++++++++++++-
 ui/package.json                                    |  2 +-
 .../src/lib/apis/datalake-rest.service.ts          | 26 +++++++++++++++++-----
 8 files changed, 54 insertions(+), 19 deletions(-)


[incubator-streampipes] 01/01: Merge branch 'dev' into STREAMPIPES-545

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

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

commit b3f919177b4fbe021a6204a9a5bcd7df27a24ee5
Merge: d62815e00 929d05286
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Jul 27 10:21:50 2022 +0200

    Merge branch 'dev' into STREAMPIPES-545

 .../dataexplorer/DataLakeManagementV4.java         | 10 +++++----
 .../dataexplorer/query/DeleteDataQuery.java        |  2 +-
 .../dataexplorer/v4/params/SelectColumn.java       |  6 ++---
 .../dataexplorer/v4/query/DataExplorerQueryV4.java |  3 ++-
 .../dataexplorer/v4/template/QueryTemplatesV4.java |  4 ++--
 .../apache/streampipes/ps/DataLakeResourceV4.java  | 20 ++++++++++++++++-
 ui/package.json                                    |  2 +-
 .../src/lib/apis/datalake-rest.service.ts          | 26 +++++++++++++++++-----
 8 files changed, 54 insertions(+), 19 deletions(-)