mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-29 18:00:23 -05:00
* feat(core): add trigger state filter * feat(ui): add translations for trigger state filter * fix(core): default to return all triggers if no state match to either enabled or disabled * refactor(ui): replace search text with drop down select with two states enabled and disabled with adding translations to both * refactor(ui): remove all translations except en.json * feat(core): add trigger state filter * feat(ui): add translations for trigger state filter * fix(core): default to return all triggers if no state match to either enabled or disabled * refactor(ui): replace search text with drop down select with two states enabled and disabled with adding translations to both * refactor(ui): remove all translations except en.json * fix(ui): resolve merge conflict at triggerFilter.ts * feat(core): add disabled column for triggers table * refactor(core): change trigger state implementation to check against disabled column directly instead of json value * chore(system): update triggers_disabled.sql migration versions * fix(translations): update translations * fix(core): remove duplicates --------- Co-authored-by: brian.mulier <bmmulier@hotmail.fr> Co-authored-by: Miloš Paunović <paun992@hotmail.com>