You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/11/14 12:23:22 UTC

[GitHub] [incubator-pinot] tejasajmera opened a new pull request #6263: [TE]frontend - Build new subroutes for single-metric-anomalies and composite-anomalies

tejasajmera opened a new pull request #6263:
URL: https://github.com/apache/incubator-pinot/pull/6263


   This PR adds support to navigate to the appropriate sub-routes for exploration of different anomaly types. Users would first be navigating to the `/explore` route when they select any alert from the home page or alert page. When the YAML is parsed in that route, we would have access to the type of the alert and thus we can subsequently redirect to the appropriate sub-route (`/explore/single-metric-anomalies` or `/explore/composite-anomalies`).
   
   The changes below are also part of this PR:-
   
   - Added a util for computing the initial specification to pass into `date-range-picker` component. This is reusable so we'd be able to delete and greatly simplify the initialization code from all components/routes which instantiate `date-range-picker` as part of another PR.
   - Refactored performance stats styling, using `flexbox` instead of `display: inline-block`. This helps reduce the css. 
   - Removed empty css rules.
   - Styling improvement for the `date-range-picker`
   
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [incubator-pinot] jihaozh merged pull request #6263: [TE]frontend - Build new subroutes for single-metric-anomalies and composite-anomalies

Posted by GitBox <gi...@apache.org>.
jihaozh merged pull request #6263:
URL: https://github.com/apache/incubator-pinot/pull/6263


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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