Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rule validation in AnomalyDetector constructor #1341

Merged
merged 2 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Add rule validation in AnomalyDetector constructor

    This commit introduces rule validation within the AnomalyDetector constructor. Any validation errors are now propagated and displayed on the frontend to ensure immediate feedback.
    
    Testing:
    * Verified that validation errors are properly propagated and shown on the frontend.
    * Added UTs to cover the new validation logic.
    
    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4bc262c View commit details
    Browse the repository at this point in the history
  2. address Amit's comments

    Signed-off-by: Kaituo Li <kaituo@amazon.com>
    kaituo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    fa55f65 View commit details
    Browse the repository at this point in the history