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 27e34d7 Add Access Control for REST endpoints of Controller - Declarative Approach (#6507) add e62addb [TE]: fix eslint reported issue under the authenticators, helpers, and mirage folder (#6551) No new revisions were added by this update. Summary of changes: .../app/authenticators/custom-ldap.js | 21 +-- .../thirdeye-frontend/app/helpers/color-delta.js | 4 +- .../thirdeye-frontend/app/helpers/compute-color.js | 6 +- .../app/helpers/compute-text-color.js | 8 +- .../thirdeye-frontend/app/helpers/format-number.js | 4 +- thirdeye/thirdeye-frontend/app/helpers/get-safe.js | 5 +- thirdeye/thirdeye-frontend/app/helpers/set-has.js | 4 +- thirdeye/thirdeye-frontend/app/mirage/config.js | 25 ++- .../thirdeye-frontend/app/mirage/endpoints/auth.js | 7 +- .../app/mirage/endpoints/entity-mapping.js | 21 +-- .../app/mirage/endpoints/rootcause.js | 198 +++++++++++---------- .../app/mirage/endpoints/selfserve.js | 23 ++- .../app/mirage/factories/alert.js | 93 ++++++---- .../app/mirage/factories/anomaly.js | 8 +- .../app/mirage/fixtures/anomalyPerformance.js | 20 +-- .../app/mirage/fixtures/applicationAnomalies.js | 30 ++-- .../thirdeye-frontend/app/mirage/fixtures/jobs.js | 2 +- .../thirdeye-frontend/app/mirage/models/alert.js | 3 +- .../thirdeye-frontend/app/mirage/models/anomaly.js | 3 +- .../app/mirage/scenarios/default.js | 3 +- 20 files changed, 253 insertions(+), 235 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org