MaxKB/apps/application/flow/compare
shaohuzhang1 2151c51f78
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
Typos Check / Spell Check with Typos (push) Waiting to run
fix: Variable assignment data type converted (#4279)
2025-10-28 18:32:11 +08:00
..
__init__.py feat: The judge supports `startsWith` and `endsWith` (#4217) 2025-10-20 10:48:03 +08:00
compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
contain_compare.py fix: Variable assignment data type converted (#4279) 2025-10-28 18:32:11 +08:00
end_with.py feat: The judge supports `startsWith` and `endsWith` (#4217) 2025-10-20 10:48:03 +08:00
equal_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
ge_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
gt_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
is_not_null_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
is_not_true.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
is_null_compare.py fix: The discriminator is empty and the judgment is incorrect (#4166) 2025-10-10 11:07:08 +08:00
is_true.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
le_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
len_equal_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_ge_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_gt_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_le_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
len_lt_compare.py feat: Support loop node (#4045) 2025-09-16 15:49:49 +08:00
lt_compare.py feat: The comparator is greater than or less than the supported string comparison (#4081) 2025-09-22 18:18:37 +08:00
not_contain_compare.py fix: Variable assignment data type converted (#4279) 2025-10-28 18:32:11 +08:00
start_with.py feat: The judge supports `startsWith` and `endsWith` (#4217) 2025-10-20 10:48:03 +08:00