Commit Graph

14 Commits

Author SHA1 Message Date
James Cole
a17bc7258f
Fix phpstan error courtesy of the laravel 11 upgrade (changed signatures and return types) 2024-04-02 15:40:33 +02:00
James Cole
7224f1be6f
Small code cleanup. 2024-03-16 23:06:16 +01:00
James Cole
ac4e9dcbc5
Code cleanup. 2024-03-10 17:15:38 +01:00
James Cole
d5ea78025e
Fix a few small bugs and rearrange code. 2024-03-10 11:57:21 +01:00
James Cole
3413b9b5b5
Refresh notes in various actions. 2024-03-10 08:11:58 +01:00
James Cole
0b45c1aa76
Better validation, can now also use notes in expression. 2024-03-10 08:08:26 +01:00
James Cole
67b16cc070
Overrule "constant" and "enum" actions. 2024-03-10 06:46:38 +01:00
James Cole
1961487055
Reformat code. 2024-03-10 06:17:31 +01:00
Michael Thomas
1ec830521a fix: resolve PHPstan errors 2024-03-09 13:02:04 -05:00
Michael Thomas
f19bfc3b4b fix(ActionExpression): update list of valid variable names to reflect actual values 2024-03-09 12:03:46 -05:00
Michael Thomas
55a2b4e789 feat: make all transaction journal variables globals
removes redundant reference to the `transaction` object by making all its properties global
2024-03-07 20:58:43 -05:00
Michael Thomas
bee219ebf7 refactor: inject ExpressionLanguage singleton using DI 2024-03-07 13:00:57 -05:00
Michael Thomas
438f602961 feat: surface expression validation errors when creating or updating rules 2024-03-07 12:23:32 -05:00
Michael Thomas
daddee7806 feat: support action expression parsing, validation, and evaluation 2024-03-06 17:50:16 -05:00