Philipp Zehnder
Philipp Zehnder
### Purpose ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s):
Currently, the OPC UA adapter lacks support for arrays. OPC UA allows for the representation of data using basic data types as well as arrays. However, the current implementation of...
### Body ### Background This issue aims to automatically validate the update process of StreamPipes, as discussed in issue #1193. ### Description A Cypress test should be implemented to validate...
### Body The class `KafkaTransportProtocol` uses the name `kafkaPort` protocol. All the other transport protocols use the variable name `port`. This should be harmonized. I found the problem when I...
### Body Clean up module `streampipes-rest-shared`. - The interface `NoAuthenticationRequired` does not seem to be used anywhere. Can we remove it? - Tha package `.api` contains one interface `CRUDResource` that...
### Purpose This PR includes: - Refactoring of the timestamp transformation rule in adapters - Fix for the timestamp rule related to string regex expressions. - Added tests for timestamp...
### Body ## Description When a user tries to use the timestamp conversion in the event schema editor during the adapter creation, the timestamp is converted correctly in the live...
### Body ## Problem If you edit the adapter and change the data type, the data will no longer be saved in InfluxDB. ## How to Reproduce: 1. Create an...
### Body Implement end-to-end (E2E) tests using Cypress to validate the new compact adapter feature. **Acceptance Criteria:** 1. Verify that adapters can be created successfully via REST API calls. 2....