This is an automated email from the ASF dual-hosted git repository.
tenthe pushed a change to branch make-dashboard-panel-collapsible
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from eb5ce12934 Merge branch 'dev' into make-dashboard-panel-collapsible
add fff81c4e1b refactor: Harden Influx data explorer group-by parameter
handling
No new revisions were added by this update.
Summary of changes:
.../influx/DataLakeInfluxQueryBuilder.java | 2 +-
.../influx/sanitize/InfluxNameSanitizer.java | 2 +-
.../dataexplorer/influx/SelectQueryParamsTest.java | 68 ++++++++++++++++++-
.../utils/ProvidedQueryParameterBuilder.java | 6 ++
.../dataexplorer}/InfluxDbReservedKeywords.java | 2 +-
.../param/ProvidedRestQueryParamConverter.java | 8 +--
.../param/model/GroupByTagsClauseParams.java | 4 +-
.../param/model/GroupByTimeClauseParams.java | 2 +-
.../param/model/InfluxQueryParameterValidator.java | 50 ++++++++++++++
.../model/InfluxQueryParameterValidatorTest.java | 78 ++++++++++++++++++++++
10 files changed, 208 insertions(+), 14 deletions(-)
rename
{streampipes-data-explorer-influx/src/main/java/org/apache/streampipes/dataexplorer/influx
=>
streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer}/InfluxDbReservedKeywords.java
(97%)
create mode 100644
streampipes-data-explorer/src/main/java/org/apache/streampipes/dataexplorer/param/model/InfluxQueryParameterValidator.java
create mode 100644
streampipes-data-explorer/src/test/java/org/apache/streampipes/dataexplorer/param/model/InfluxQueryParameterValidatorTest.java