You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced a landing page with tiles for the main features.
If selected parameters on time series chart depart from defaults a hint is shown now in the upper left corner of the chart (trim above X ms for example).
Scheduling cron strings of measurement jobs now get translated instantly while typing.
Layout dialog for chart adaption.
Added new tile/card layout on some pages where it was still missing.
Bugfixes
Fixed/refactored multithreaded loading of detail data in OsmDetailAnalysis service.
In OsmDetailAnalysis service api keys created at startup got duplicated.
OsmDetailAnalysis service api keys containing special charachters broke the hole service. Now just letters a to z (lower and upppercase) and numbers are allowed (Regular expression: [0-9a-zA-Z\-]+)
Fixed fetching of measurement jobs detail data (OsmDetailAnalysis service).
On CSI dashboard daily or weekly aggregations couldn't get shown.
Improved performance of rest api.
Switching between result dashboards (time series, page aggregation, result list) didn't work correctly with predefined periods (e.g. last three days).
User defined dashboards couldn't get saved or deleted.
Fixed Connectivity selection controls on dashboards.
Improved wpt script validation.
Global Events couldn't get created (without job group).
Bugfix on filter functionality of job list.
Fixed bug where dates on x axis of time series chart are shown incompletely.