This is an automated email from the ASF dual-hosted git repository.
jihao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 003442a [TE]frontend - Fix the display for "NaN" values in
performance-stats (#6365)
add 39a24cf [TE]frontend - THIRDEYE-3772 - create a new
'composite-anomalies' component plus very simple unit integration test (#6369)
No new revisions were added by this update.
Summary of changes:
.../app/pods/components/alert-details/component.js | 9 +-
.../pods/components/anomaly-summary/component.js | 259 ++++++++++-----------
.../parent-anomalies/component.js | 117 ++++++++++
.../parent-anomalies/template.hbs | 20 ++
.../anomalies-list/template.hbs | 3 +
.../resolution/component.js | 15 ++
.../resolution/template.hbs | 11 +
.../start-duration/template.hbs | 8 +
thirdeye/thirdeye-frontend/app/styles/app.scss | 1 +
.../styles/pods/custom/parent-anomalies-table.scss | 21 ++
.../parent-anomalies/component-test.js | 69 ++++++
11 files changed, 387 insertions(+), 146 deletions(-)
create mode 100644
thirdeye/thirdeye-frontend/app/pods/components/composite-anomalies/parent-anomalies/component.js
create mode 100644
thirdeye/thirdeye-frontend/app/pods/components/composite-anomalies/parent-anomalies/template.hbs
create mode 100644
thirdeye/thirdeye-frontend/app/pods/custom/composite-anomalies-table/anomalies-list/template.hbs
create mode 100644
thirdeye/thirdeye-frontend/app/pods/custom/composite-anomalies-table/resolution/component.js
create mode 100644
thirdeye/thirdeye-frontend/app/pods/custom/composite-anomalies-table/resolution/template.hbs
create mode 100644
thirdeye/thirdeye-frontend/app/pods/custom/composite-anomalies-table/start-duration/template.hbs
create mode 100644
thirdeye/thirdeye-frontend/app/styles/pods/custom/parent-anomalies-table.scss
create mode 100644
thirdeye/thirdeye-frontend/tests/integration/pods/components/composite-anomalies/parent-anomalies/component-test.js
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]