This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a change to branch fix-auto-aggregate
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from d4d28e98a6 fix: redesign auto aggregation for client limits
add 4af612ca21 fix: omit max event limit for auto aggregate
No new revisions were added by this update.
Summary of changes:
ui/cypress/support/utils/chart/ChartBtns.ts | 16 +++
ui/cypress/support/utils/chart/ChartUtils.ts | 18 +++
.../support/utils/chart/ChartWidgetTableUtils.ts | 10 ++
.../support/utils/dataset/DataLakeSeedUtils.ts | 155 ++++++++++++---------
ui/cypress/tests/chart/autoAggregateTable.spec.ts | 100 +++++++++++++
.../lib/query/data-view-query-generator.service.ts | 6 +-
.../charts/table/table-widget.component.html | 1 +
.../chart-data-settings.component.html | 13 +-
8 files changed, 245 insertions(+), 74 deletions(-)
create mode 100644 ui/cypress/tests/chart/autoAggregateTable.spec.ts