act_runner/pkg/runner
Christopher Homberger 40ee0f3ef6 feat: add act runner compat code (#35)
* attempt to build an act_runner using this implementation of act with minimal changes on act side.

Reviewed-on: https://gitea.com/actions-oss/act-cli/pulls/35
Co-authored-by: Christopher Homberger <christopher.homberger@web.de>
Co-committed-by: Christopher Homberger <christopher.homberger@web.de>
2026-02-20 20:06:04 +00:00
..
hashfiles
testdata fix: fallback of localRepository cache being nil (#29) 2026-02-06 11:11:34 +00:00
action.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
action_cache.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
action_cache_offline_mode.go update go imports (#20) 2025-01-27 18:11:12 +01:00
action_cache_test.go
action_composite.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
action_test.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
command.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
command_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
container_mock_test.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
expression.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
expression_test.go Replace expressions engine (#133) 2025-10-06 13:53:15 +02:00
job_executor.go fix: container cleanup error is not a job execution error (#97) 2025-04-26 16:41:04 +02:00
job_executor_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
local_repository_cache.go update go imports (#20) 2025-01-27 18:11:12 +01:00
logger.go valueMasker create secrets copy (#26) 2025-01-28 17:10:30 -05:00
reusable_workflow.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
run_context.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
run_context_darwin.go Platform tart:// improve logging / fix tool_cache (#61) 2025-02-22 15:17:32 +01:00
run_context_other.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
run_context_test.go feat: contextdata overlay api and more gh/gt instance flags (#105) 2025-05-18 13:44:33 +02:00
runner.go feat: add act runner compat code (#35) 2026-02-20 20:06:04 +00:00
runner_test.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step_action_local.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step_action_local_test.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step_action_remote.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step_action_remote_test.go feat: allow configuring gitea schema mode (#23) 2026-02-14 16:23:59 +00:00
step_docker.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_docker_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_factory.go core(deps): bump golang-cilint to v2.0.2 (#83) 2025-04-25 21:58:30 +02:00
step_factory_test.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_run.go update go imports (#20) 2025-01-27 18:11:12 +01:00
step_run_test.go feat: log parsed command data in json logger (#103) 2025-05-17 16:14:53 +02:00
step_test.go refactor: move getContainerActionPaths into step interface (#13) 2025-12-19 16:24:48 +00:00