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 2023/04/06 18:23:59 UTC

[streampipes] branch remove-set-adapters updated (c4ee6f214 -> dcf1357bd)

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

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


    from c4ee6f214 [#1289] WIP refactor `AdapterConfigurationBuilder`
     add 49c2f53b2 Bump @typescript-eslint/eslint-plugin from 5.55.0 to 5.57.1 in /ui
     add fa69191b5 Provide database name in query object (#1479)
     add cdcd83ea2 [#1289] Fix cypress test for data lake configuration (#1480)
     add 1dcc11b5b [hotfix] Improve handling of count queries, improve table widget (#1484)
     add 07494bf59 Bump mkdocstrings[python] in /streampipes-client-python (#1487)
     add 50ddf52e4 [SP-1367] fix typo
     add dcf1357bd Merge branch 'dev' into remove-set-adapters

No new revisions were added by this update.

Summary of changes:
 streampipes-client-python/setup.py                 |   2 +-
 .../streampipes/model/resource/data_lake_series.py |   2 +-
 .../influx/DataExplorerInfluxQueryExecutor.java    |  29 ++++-
 .../param/ProvidedRestQueryParamConverter.java     |   4 +-
 .../dataexplorer/param/SelectQueryParams.java      |  14 ++-
 ...temClauseParams.java => LimitClauseParams.java} |   8 +-
 .../query/DataExplorerQueryExecutor.java           |   3 +-
 ui/cypress/support/utils/PrepareTestDataUtils.ts   |   8 +-
 .../tests/datalake/configuration.smoke.spec.ts     |   7 +-
 ui/package-lock.json                               | 138 ++++++++++-----------
 ui/package.json                                    |   2 +-
 .../widgets/table/table-widget.component.html      |   1 +
 12 files changed, 127 insertions(+), 91 deletions(-)
 rename streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/param/model/{ItemClauseParams.java => LimitClauseParams.java} (86%)