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/11 09:19:22 UTC

[streampipes] branch SP-1491 updated (098c01cbb -> 07b7c089d)

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

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


    from 098c01cbb [#1491] WIP
     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 b0d235fb2 Bump mypy from 1.1.1 to 1.2.0 in /streampipes-client-python (#1494)
     add 3e5e57a62 Refactor method name in Kafka messaging layer (#1490)
     add b66c6dd93 Bump rdf4j.version from 3.5.0 to 4.2.3 (#1472)
     add b5f16f79c Bump animal-sniffer-annotations from 1.22 to 1.23 (#1469)
     add 59915fa46 [hotfix] adapt image links in python docs (#1496)
     add c73dbf6c7 [hotfix] Move sp-split-section to shared-ui module (#1497)
     add 5e24be6b6 Bump log4j.version from 2.19.0 to 2.20.0 (#1499)
     add cbae1b891 Bump pytest from 7.2.1 to 7.3.0 in /streampipes-client-python (#1498)
     add cb529cc98  #1107 Implementation  of `OSV-scanner` with `gh-action` (#1438)
     new 07b7c089d Merge branch 'dev' into SP-1491

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:
 .github/workflows/osv-scanner.yml                  | 58 ++++++++++++++++++++++
 pom.xml                                            |  6 +--
 .../docs/getting-started/quickstart.md             |  2 +-
 streampipes-client-python/docs/index.md            |  2 +-
 streampipes-client-python/setup.py                 |  6 +--
 .../streampipes/model/resource/data_lake_series.py |  2 +-
 .../influx/DataExplorerInfluxQueryExecutor.java    | 13 ++++-
 .../param/ProvidedRestQueryParamConverter.java     |  4 +-
 .../dataexplorer/param/SelectQueryParams.java      | 14 ++++--
 ...temClauseParams.java => LimitClauseParams.java} |  8 +--
 .../query/DataExplorerQueryExecutor.java           |  3 +-
 .../sinks/brokers/jvm/kafka/KafkaPublishSink.java  | 12 -----
 .../messaging/kafka/SpKafkaProducer.java           |  4 +-
 .../split-section/split-section.component.html     |  0
 .../split-section/split-section.component.scss     |  0
 .../split-section/split-section.component.ts       |  0
 .../shared-ui/src/lib/shared-ui.module.ts          |  3 ++
 .../streampipes/shared-ui/src/public-api.ts        |  1 +
 ui/src/app/core-ui/core-ui.module.ts               |  3 --
 .../widgets/table/table-widget.component.html      |  1 +
 20 files changed, 105 insertions(+), 37 deletions(-)
 create mode 100644 .github/workflows/osv-scanner.yml
 rename streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/param/model/{ItemClauseParams.java => LimitClauseParams.java} (86%)
 rename ui/{src/app/core-ui => projects/streampipes/shared-ui/src/lib/components}/split-section/split-section.component.html (100%)
 rename ui/{src/app/core-ui => projects/streampipes/shared-ui/src/lib/components}/split-section/split-section.component.scss (100%)
 rename ui/{src/app/core-ui => projects/streampipes/shared-ui/src/lib/components}/split-section/split-section.component.ts (100%)


[streampipes] 01/01: Merge branch 'dev' into SP-1491

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

zehnder pushed a commit to branch SP-1491
in repository https://gitbox.apache.org/repos/asf/streampipes.git

commit 07b7c089d3b990720d51bf45c8234816f61c6af1
Merge: 098c01cbb cb529cc98
Author: Philipp Zehnder <te...@users.noreply.github.com>
AuthorDate: Tue Apr 11 11:19:13 2023 +0200

    Merge branch 'dev' into SP-1491

 .github/workflows/osv-scanner.yml                  | 58 ++++++++++++++++++++++
 pom.xml                                            |  6 +--
 .../docs/getting-started/quickstart.md             |  2 +-
 streampipes-client-python/docs/index.md            |  2 +-
 streampipes-client-python/setup.py                 |  6 +--
 .../streampipes/model/resource/data_lake_series.py |  2 +-
 .../influx/DataExplorerInfluxQueryExecutor.java    | 13 ++++-
 .../param/ProvidedRestQueryParamConverter.java     |  4 +-
 .../dataexplorer/param/SelectQueryParams.java      | 14 ++++--
 ...temClauseParams.java => LimitClauseParams.java} |  8 +--
 .../query/DataExplorerQueryExecutor.java           |  3 +-
 .../sinks/brokers/jvm/kafka/KafkaPublishSink.java  | 12 -----
 .../messaging/kafka/SpKafkaProducer.java           |  4 +-
 .../split-section/split-section.component.html     |  0
 .../split-section/split-section.component.scss     |  0
 .../split-section/split-section.component.ts       |  0
 .../shared-ui/src/lib/shared-ui.module.ts          |  3 ++
 .../streampipes/shared-ui/src/public-api.ts        |  1 +
 ui/src/app/core-ui/core-ui.module.ts               |  3 --
 .../widgets/table/table-widget.component.html      |  1 +
 20 files changed, 105 insertions(+), 37 deletions(-)