Commit Graph
4 Commits
Author SHA1 Message Date
Richie 6a0e3ebcdb refactor: extract signal_alert into its own module
Move signal_alert out of python/common.py into a dedicated
python/signal_alert.py module and update its importers
(validate_system.py, snapshot_manager.py) to the new path.

Relocate the signal_alert tests from tests/test_common.py into
tests/test_signal_alert.py, repatching python.signal_alert.logger and
python.signal_alert.Apprise to match the new module.
2026-07-09 11:04:59 -04:00
Richie e898e08c48 added noqa to validate system 2026-06-14 13:41:50 -04:00
Richie 6a09bc66b6 fixed most ruff error 2025-10-31 22:37:54 -04:00
Richie d040b06869 added system_tests 2025-10-31 22:37:54 -04:00