Tim

Results 84 issues of Tim

### Body The `InternalStreamPipesNotificationSink` contained that following inline TODO which is replaced by this issue. > // TODO add targeted user to notification object ### StreamPipes Committer I acknowledge that...

### Body Our pipeline elements lack proper unit tests. This is something we should improve. This issue collects pipeline elements that need (more) unit tests. Dedicated sub-issues are created for...

pipeline elements
testing

This issue is about implementing unit tests for our pipeline element [MergeByEnrichProcessor](https://github.com/apache/streampipes/blob/752289c6acfc8fa10398c920d678c5c02143ed5c/streampipes-extensions/streampipes-processors-filters-jvm/src/main/java/org/apache/streampipes/processors/filters/jvm/processor/enrich). An example of how to write unit tests for pipeline elements can be found [here](https://github.com/apache/streampipes/tree/ca4e0c2d44c1a713caaee3e9c1bff46096f41c53/streampipes-extensions/streampipes-processors-transformation-jvm/src/test/java/org/apache/streampipes/processors/transformation/jvm/processor). ### Mentoring As...

good first issue
testing
hacktoberfest

### Body Within https://github.com/apache/streampipes/pull/2263 we introduced a new attribute for measurement descriptions. To remove `setDefaultUpdateStrategyIfNoneProvided` which is only needed for backwards compatibility, we need to align the clients (Java (&Python))...

refactoring

### Body The class `DataExplorerSchemaManagement` has a method called `deleteMeasurementByName`. There is a chance that our storage implementation for measurements provides the same functionality. Let's check if we replace/remove `deleteMeasurementByName()`...

refactoring
backend

### Body When setting the parameter `horizontalRendering` to `true` in the `requiredSingleValueSelection`, the selection is rendered as a dropdown menu instead of a radio button group in the UI. Although,...

good first issue
refactoring

### Body Within the File Management module in StreamPipes, one can directly assess the file type of each file. Unfortunately, all file types are colored the same color. To provide...

enhancement
ui

### Body With `org.apache.streampipes.storage.couchdb.utils.Utils` we have a utils that collects a lot of functionality in one class and is not really testable. We should redesing this class and split it...

refactoring
backend

### Body Currently we have two classes named DataExplorerUtils: https://github.com/apache/streampipes/blob/577f40c6b06765319ba62bba0db2639fde63d472/streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/utils/DataExplorerUtils.java#L25 https://github.com/apache/streampipes/blob/577f40c6b06765319ba62bba0db2639fde63d472/streampipes-data-explorer-commons/src/main/java/org/apache/streampipes/dataexplorer/commons/DataExplorerUtils.java We should have a look if we can combine them into one or rename one of them. ### StreamPipes...

refactoring
backend

### Body Currently query results retrieved from the time series storage are represented as a `SpQueryResult`. This class allows us to abstract from the underlying time-series database but introduces some...

enhancement
backend