act/pkg
Björn Brauer ff13844b86
refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() ()
* refactor: default empty `if:` statement to `if: success()` in evaluator

Previously the code to default an empty `if:` statement in the yaml file
was implemented in different files in the model package.
Now an empty `if:` statement defaults to `success()` in the expression
evaluator.

* refactor: remove obsolete `FixIfStatement` functions

The introduction of the expression evaluator seems to have made these
functions obsolete, as the test case `TestRunEvent/issue-598` works even
without these functions.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-02-15 20:03:00 +00:00
..
artifacts feat: add node16 support () 2021-12-22 19:34:18 +00:00
common Fix: regression run after failure () 2022-01-27 16:20:44 +00:00
container fix: docker cp of dangling symlink () () 2022-01-27 16:53:26 +00:00
exprparser refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() () 2022-02-15 20:03:00 +00:00
model refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() () 2022-02-15 20:03:00 +00:00
runner fix: deep evaluate matrix strategy () 2022-02-15 16:35:02 +00:00