You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2020/05/12 18:09:59 UTC

[incubator-pinot] branch master updated (7562d4d -> bcb8342)

This is an automated email from the ASF dual-hosted git repository.

akshayrai09 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 7562d4d  Schema method to fetch field spec of time column (#5370)
     add bcb8342  [TE] frontend - harleyjj/anomalies-table - add modified time and delete function to anomalies table (#5367)

No new revisions were added by this update.

Summary of changes:
 .../app/pods/components/alert-details/component.js |  30 +++--
 .../anomalies-table/modify-time/component.js       |  12 ++
 .../anomalies-table/modify-time/template.hbs       |   7 ++
 .../custom/anomalies-table/resolution/component.js |  84 ++++++++++++++
 .../custom/anomalies-table/resolution/template.hbs | 128 +++++++++++++--------
 .../pods/custom/anomalies-table/rule/component.js  |  90 +++++++++++++++
 .../pods/custom/anomalies-table/rule/template.hbs  |  31 +++++
 .../app/pods/services/api/anomalies/service.js     |   4 +
 thirdeye/thirdeye-frontend/app/utils/utils.js      |  14 ++-
 9 files changed, 339 insertions(+), 61 deletions(-)
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/custom/anomalies-table/modify-time/component.js
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/custom/anomalies-table/modify-time/template.hbs
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/custom/anomalies-table/rule/component.js
 create mode 100644 thirdeye/thirdeye-frontend/app/pods/custom/anomalies-table/rule/template.hbs


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org