You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by gi...@apache.org on 2023/04/29 12:44:58 UTC

[streampipes] branch dependabot/maven/org.yaml-snakeyaml-2.0 updated (bfa154655 -> 1835f5a24)

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

github-bot pushed a change to branch dependabot/maven/org.yaml-snakeyaml-2.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    omit bfa154655 Bump snakeyaml from 1.33 to 2.0
     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 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 5d755aa9b Bump type-parser from 0.7.0 to 0.8.1 (#1510)
     add 1835f5a24 Bump snakeyaml from 1.33 to 2.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (bfa154655)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.yaml-snakeyaml-2.0 (1835f5a24)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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                                            |  20 +--
 .../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, 712 insertions(+), 222 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%)