This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/pip/streampipes-client-python/confluent-kafka-2.13.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
omit 96e3534b7b chore(deps): bump confluent-kafka in
/streampipes-client-python
add 5c216d663b chore(deps): bump org.locationtech.jts:jts-core from 1.19.0
to 1.20.0 (#4143)
add 67d297e923 fix(#4162): add random suffix to persist pipeline ID to
avoid conflicts (#4163)
add f6cb31038b fix: Don't fail on unknown properties in data import (#4180)
add 62dadee43d fix: Support abstract data types in OPC-UA adapter (#4178)
add 1d4ca0bd36 chore(deps-dev): bump pillow from 11.3.0 to 12.1.1 in
/streampipes-client-python (#4170)
add 6a1c9c2e1c chore(deps): bump confluent-kafka in
/streampipes-client-python
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 (96e3534b7b)
\
N -- N -- N
refs/heads/dependabot/pip/streampipes-client-python/confluent-kafka-2.13.0
(6a1c9c2e1c)
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:
pom.xml | 2 +-
streampipes-client-python/poetry.lock | 208 ++++++++++-----------
.../export/resolver/AbstractResolver.java | 2 +-
.../connectors/opcua/adapter/OpcUaAdapter.java | 2 +-
.../connectors/opcua/adapter/OpcUaNodeBrowser.java | 10 +-
.../opcua/adapter/OpcUaNodeMetadataExtractor.java | 27 ++-
.../opcua/adapter/OpcUaSchemaProvider.java | 21 +--
.../connectors/opcua/model/OpcUaNodeFactory.java | 87 ++++++++-
.../opcua/model/node/ExtensionObjectOpcUaNode.java | 34 +---
.../connectors/opcua/model/node/OpcUaNode.java | 5 -
.../opcua/model/node/PrimitiveOpcUaNode.java | 22 +--
.../adapter/OpcUaNodeMetadataExtractorTest.java | 10 +-
.../opcua/opcAdapterConfiguration.smoke.spec.ts | 2 +-
.../adapter-event-preview.component.html | 2 +-
.../adapter-event-preview.component.scss | 3 -
.../adapter-sample-preview.component.html | 20 +-
.../show-field-status-infos.component.html | 53 ++----
.../show-field-status-infos.component.scss | 63 -------
.../show-field-status-infos.component.ts | 17 +-
.../adapter-started-dialog.component.ts | 25 ++-
...ic-runtime-resolvable-tree-input.component.scss | 1 -
.../static-tree-input-node-details.component.html | 9 +-
.../static-tree-input-node-details.component.ts | 4 +-
23 files changed, 286 insertions(+), 343 deletions(-)
delete mode 100644
ui/src/app/connect/components/adapter-configuration/configure-schema/show-field-status-infos/show-field-status-infos.component.scss