act/pkg
Markus Wolf 5f673cbb6d
refactor: simplify action function signatures (#1083)
This change reduces the interfaces by removing
obsolete parameters from functions.
Obsolete parameters does not means unused ones, but
parameters which could be retrieved from other parameters
instead.

This should simplify logic and maintainability for these
functions.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-03-29 17:42:11 +00:00
..
artifacts feat: add node16 support (#922) 2021-12-22 19:34:18 +00:00
common fix: remove unused TestContext (#1013) 2022-03-14 17:47:16 +00:00
container feat: add bug-report flag (#1056) 2022-03-22 19:26:10 +00:00
exprparser Fix: panic: reflect: slice index out of range (#1066) 2022-03-22 14:05:36 -04:00
model refactor: default empty if: statement to if: success() in evaluator & remove FixIfStatement() (#990) 2022-02-15 20:03:00 +00:00
runner refactor: simplify action function signatures (#1083) 2022-03-29 17:42:11 +00:00