Philipp Zehnder

Results 39 issues of Philipp Zehnder

### Purpose ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s):

java
backend
blocked

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...

enhancement
connect

### 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...

good first issue
testing

### 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...

bug
python
backend

### 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...

enhancement
help wanted
good first issue
backend

### 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...

java
ui
connect
backend
testing

### 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...

bug

### 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...

bug

### 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....