act/pkg/runner
Ayaz BADOURALY 7dcd0bc1bb
Rewrite contexts before evaluating them (#287)
* Rewrite contexts before evaluating them

* Precompile context and expression patterns

* Test trim before rewrite

The current contextPattern is quite constraining and would fail the
rewrite of a context with trailing spaces. Triming happens during the
execution of Interpolate, and these tests aim to detect future breaking
changes on this behavior.

Co-authored-by: Casey Lee <cplee@nektos.com>
2020-06-24 07:08:45 -07:00
..
testdata remove .gitignore before docker cp (#288) 2020-06-23 11:57:24 -07:00
command.go integration test 2020-02-24 12:48:12 -08:00
command_test.go integration test 2020-02-24 12:48:12 -08:00
expression.go Rewrite contexts before evaluating them (#287) 2020-06-24 07:08:45 -07:00
expression_test.go Rewrite contexts before evaluating them (#287) 2020-06-24 07:08:45 -07:00
logger.go Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
run_context.go Properly pass format argument to avoid MISSING (#290) 2020-06-24 07:05:05 -07:00
run_context_test.go Fix container volumes being reused sometimes (#283) 2020-06-18 08:21:55 -07:00
runner.go Mask secrets in job output (#231) 2020-05-13 15:22:31 -07:00
runner_test.go remove .gitignore before docker cp (#288) 2020-06-23 11:57:24 -07:00
step_context.go Properly pass format argument to avoid MISSING (#290) 2020-06-24 07:05:05 -07:00