Pulse/internal/alerts
rcourtman f02a340d72 refactor: Extract filter evaluation functions to separate file
Move guest threshold resolution and filter evaluation logic from
alerts.go to filter_evaluation.go for better code organization.

Extracted functions:
- evaluateFilterCondition
- evaluateVMCondition
- evaluateContainerCondition
- evaluateFilterStack
- getGuestThresholds

This reduces alerts.go by ~370 lines and isolates the rule evaluation
engine that determines which thresholds apply to guests.
2025-12-01 11:28:43 +00:00
..
alerts.go refactor: Extract filter evaluation functions to separate file 2025-12-01 11:28:43 +00:00
alerts_test.go
clone_test.go Add unit tests for Alert clone and metadata utility functions (alerts) 2025-11-30 05:19:38 +00:00
concurrency_test.go
filter_evaluation.go refactor: Extract filter evaluation functions to separate file 2025-12-01 11:28:43 +00:00
history.go
history_concurrency_test.go
offline_toggle_test.go
per_metric_delay_example_test.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
quiet_hours_test.go
threshold_update_test.go
time_threshold_test.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
utility_test.go ADA changes (auto-committed by cron safety check) 2025-12-01 09:51:17 +00:00