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

zehnder pushed a change to branch 
2855-issue-with-deletetransformationrule-in-adapter
in repository https://gitbox.apache.org/repos/asf/streampipes.git


    from 8a584108e8 fix(#2855): Fix transformation rules for properties with 
same prefix
     add 686d2f2f9d fix: correctly retrieve documentation for asset overview 
(#2872)
     add de44bd9c43 feat: IoTDB delete capabilities (#2870)
     add d035ceb0e6 chore(deps-dev): bump twine in /streampipes-client-python 
(#2874)
     add 1ef563c8e8 fix: replace hard-coded identifier in VersionEndpoint.get() 
method (#2871)
     add dc58d87e73 fix: Correct broken link in the issue report template 
(#2875)
     add e2bdfdd492 guessSchema need to decrypt adapterDescription (#2841)
     add e89c2b1e61 fix timestampTranfsformationRuleDescription metadata map 
(#2853)
     add df21b33c26 #2661 Added error message when self registration fails 
(#2873)
     add 326ad6b1d2 --- (#2878)
     add 361fb03bd3 --- (#2879)
     add e5ea2ac816 feats: add more convenient features for python client docs 
(#2876)
     add 163af7f5d6 ci: improve PR labeler config for documentation (#2881)
     add ca8f05554e --- (#2880)
     new 0106a60458 Merge branch 'dev' into 
2855-issue-with-deletetransformationrule-in-adapter

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:
 .../ISSUE_TEMPLATE/doc_website_issue_report.yml    | 11 +--
 .github/pr-labeler-config.yml                      |  2 +
 pom.xml                                            |  2 +-
 streampipes-client-python/mkdocs.yml               |  3 +
 streampipes-client-python/poetry.lock              | 37 ++++------
 streampipes-client-python/pyproject.toml           |  4 +-
 .../streampipes/endpoint/api/version.py            | 10 +++
 .../tests/client/test_versions.py                  |  4 +
 .../management/management/GuessManagement.java     |  2 +
 .../convert/ToTransformedSchemaConverter.java      |  2 +-
 .../api/IDataExplorerQueryManagement.java          |  2 +-
 .../influx/DataExplorerInfluxQueryExecutor.java    |  2 +-
 .../influx/DataExplorerQueryManagementInflux.java  |  9 ++-
 .../iotdb/DataExplorerManagerIotDb.java            | 13 +++-
 .../iotdb/DataExplorerQueryManagementIotDb.java    | 85 ++++++++++++++++++++++
 .../dataexplorer/param/DeleteQueryParams.java      |  2 +-
 .../param/ProvidedRestQueryParamConverter.java     |  4 +-
 .../apache/streampipes/ps/DataLakeResourceV4.java  | 11 ++-
 .../streampipes/rest/impl/Authentication.java      |  4 +
 .../rest/impl/PipelineElementAsset.java            | 15 ++++
 20 files changed, 178 insertions(+), 46 deletions(-)
 create mode 100644 
streampipes-data-explorer-iotdb/src/main/java/org/apache/streampipes/dataexplorer/iotdb/DataExplorerQueryManagementIotDb.java

Reply via email to