mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-18 19:36:04 +00:00
* fix(conditions): support zero values in condition filtering and json logic conversion - Fix filter_complete_rules dropping rules where value is 0/0.0 due to 0 == False in Python - Fix convert_to_jsonlogic raising EmptyConditionRuleRowNotUsable on value=0 due to truthiness check - Fix str != 'None' type comparison typo in convert_to_jsonlogic - Add comprehensive unit tests covering zero value condition filtering, conversion, and execution * chore: re-trigger CI checks --------- Co-authored-by: Andrew Peabody <apeabody@users.noreply.github.com>