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 2023/04/29 08:30:59 UTC

[streampipes] branch 1485-mqtt-connection-fails updated (95abf4628 -> cd062c611)

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

riemer pushed a change to branch 1485-mqtt-connection-fails
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 95abf4628 Add integration test for MQTT (#1485)
     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)
     add 9694615e5 [hotfix] Fix handling of count queries in data explorer (#1501)
     add 6920dafcb [hotfix] Improve layout of basic view
     add 353cdd86e Bump mkdocs-awesome-pages-plugin in /streampipes-client-python
     add 31c68401a Bump zstd-jni from 1.4.3-1 to 1.5.5-1
     add 71f931834 [hotfix] Remove zstd-jni from dependencies
     add 5ef29883d Bump peter-evans/create-pull-request from 4 to 5
     add 2308d9a9c [SP-1504] Do not remove streams on pipeline export (#1505)
     add 4bd34bfb8 Bump pandas-stubs in /streampipes-client-python (#1506)
     add 45775ec9a Bump maven-plugin-plugin from 3.7.0 to 3.8.1 (#1507)
     add c5ec75cbc Sp 1367 Use QueryResult as return type for data lake measure API (#1492)
     add 1f1e29615 [release] update issue template & release notes
     add 182649f44 Remove dependency 'reflections' (#1508)
     add 8df326c7e Bump autoflake from 2.0.0 to 2.1.0 in /streampipes-client-python (#1509)
     add 14b996a8d Merge branch 'dev' of github.com:apache/streampipes into dev
     add 884e6aba9 Add integration test for MQTT (#1485)
     add 7048a717a Merge branch '1485-mqtt-connection-fails' of github.com:apache/streampipes into 1485-mqtt-connection-fails
     add 57a342526 [hotfix] remove latest alias for dev python docs (#1515)
     add f2a00425d [FEATURE] add division as operation for data harmonization rules (#1517)
     add ca9742e7a #1518 Add variable to set location of checkstyle base path (#1519)
     add 879a4a963 feature: add workflow that stales PRs (#1524)
     add df636d22f [hotfix] adapt configuration of stale bot
     add 36feed7c6 Bump mkdocs-gen-files from 0.4.0 to 0.5.0 in /streampipes-client-python (#1525)
     add cd062c611 Merge branch 'dev' into 1485-mqtt-connection-fails

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug_report.yml              |   2 +-
 .github/workflows/osv-scanner.yml                  |  58 +++++++
 .github/workflows/python-docs.yml                  |   3 +-
 .github/workflows/stale-bot.yml                    |  39 +++++
 RELEASE_NOTES.md                                   | 145 ++++++++++++++++
 pom.xml                                            |  18 +-
 .../docs/getting-started/quickstart.md             |   2 +-
 streampipes-client-python/docs/index.md            |   2 +-
 ...cting-data-from-the-streampipes-data-lake.ipynb |   4 +-
 streampipes-client-python/setup.py                 |  12 +-
 .../streampipes/endpoint/api/data_lake_measure.py  |  11 +-
 .../streampipes/model/resource/__init__.py         |   4 +-
 .../{data_lake_series.py => data_series.py}        |  31 ++--
 .../streampipes/model/resource/exceptions.py       |  16 +-
 .../streampipes/model/resource/query_result.py     |  89 ++++++++++
 .../tests/client/test_data_lake_series.py          | 189 ++++++++++-----------
 streampipes-client/pom.xml                         |   7 +-
 .../dataexplorer/param/model/SelectColumn.java     |  24 ++-
 .../query/DataExplorerQueryExecutor.java           |   3 +-
 .../export/resolver/PipelineResolver.java          |   6 +-
 .../value/CorrectionValueTransformationRule.java   |  28 ++-
 .../transform/value/CorrectionValueTest.java       | 158 +++++++++++++++++
 .../streampipes-sinks-brokers-jvm/pom.xml          |   4 -
 .../sinks/brokers/jvm/kafka/KafkaPublishSink.java  |  12 --
 streampipes-maven-plugin/pom.xml                   |   2 +-
 .../messaging/kafka/SpKafkaProducer.java           |   4 +-
 streampipes-rest-extensions/pom.xml                |   2 +-
 streampipes-rest-shared/pom.xml                    |   3 +-
 streampipes-rest/pom.xml                           |   7 +-
 tools/maven/checkstyle.xml                         |   2 +-
 ui/README.md                                       |   2 +-
 .../basic-view/basic-view.component.scss           |   2 +-
 .../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 +
 .../edit-correction-value.component.ts             |   3 +-
 .../edit-event-property.component.ts               |   2 +-
 ui/src/app/connect/services/rest.service.ts        |   5 +-
 ui/src/app/core-ui/core-ui.module.ts               |   3 -
 .../widgets/table/table-widget.component.html      |   2 +-
 ui/src/app/editor/services/editor.service.ts       |   5 +-
 ui/src/app/login/services/login.service.ts         |   5 +-
 .../notifications/service/notifications.service.ts |   5 +-
 ui/src/app/services/rest-api.service.ts            |   7 +-
 46 files changed, 711 insertions(+), 221 deletions(-)
 create mode 100644 .github/workflows/osv-scanner.yml
 create mode 100644 .github/workflows/stale-bot.yml
 rename streampipes-client-python/streampipes/model/resource/{data_lake_series.py => data_series.py} (79%)
 copy streampipes-extensions/streampipes-connect-adapters-iiot/src/main/resources/org.apache.streampipes.connect.iiot.protocol.set.http/strings.en => streampipes-client-python/streampipes/model/resource/exceptions.py (61%)
 create mode 100644 streampipes-client-python/streampipes/model/resource/query_result.py
 create mode 100644 streampipes-extensions-management/src/test/java/org/apache/streampipes/extensions/management/connect/adapter/transform/value/CorrectionValueTest.java
 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%)