act/pkg/runner
Earl Warren bf72e67041
[LXC] global lock on start
Since the start script may create LXC templates that are shared, they
may race against each other when running for the first time. A lock
global to the host needs to be used to guarantee that does not happen.
2023-11-11 11:34:47 +01:00
..
hashfiles fix: use actions/runner hashfiles in container (#1940) 2023-10-03 22:56:18 +00:00
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata Merge remote-tracking branch 'upstream/master' into bump-nektos 2023-10-11 15:28:38 -04:00
action.go [FORGEJO] informative errors when local action is not found 2023-11-07 17:20:26 +01:00
action_cache.go feat: Add new Action Cache (#1913) 2023-08-08 16:07:23 +00:00
action_cache_test.go feat: Add new Action Cache (#1913) 2023-08-08 16:07:23 +00:00
action_composite.go Merge remote-tracking branch 'upstream/master' into bump-nektos 2023-10-11 15:28:38 -04:00
action_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
command.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
command_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
container_mock_test.go chore: Remove obsolete Container.UpdateFromPath (#1631) 2023-02-16 16:11:26 +00:00
expression.go fix: use actions/runner hashfiles in container (#1940) 2023-10-03 22:56:18 +00:00
expression_test.go Follow upstream support for variables (#66) 2023-06-12 06:54:17 +00:00
job_executor.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
job_executor_test.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
logger.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
lxc-helpers-lib.sh [FORGEJO] ascading-pr from https://code.forgejo.org/forgejo/lxc-helpers/pulls/7 (#21) 2023-11-10 20:36:28 +00:00
lxc-helpers.sh [FORGEJO] sync lxc-helpers ff5a3fc52b5c877427abb8f9867064a5487519ec 2023-11-07 17:17:22 +01:00
reusable_workflow.go Fix the missing URL when using remote reusable workflow (#67) 2023-06-16 05:12:43 +00:00
run_context.go [LXC] global lock on start 2023-11-11 11:34:47 +01:00
run_context_test.go Merge tag 'nektos/v0.2.43' 2023-03-16 11:45:29 +08:00
runner.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
runner_test.go Merge remote-tracking branch 'upstream/master' into bump-nektos 2023-10-11 15:28:38 -04:00
step.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_action_local.go [FORGEJO] informative errors when local action is not found 2023-11-07 17:20:26 +01:00
step_action_local_test.go chore: upgrade golangci-lint and address findings (#1904) 2023-07-10 17:12:12 -07:00
step_action_remote.go Support expression in uses (#75) 2023-07-17 03:46:34 +00:00
step_action_remote_test.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
step_docker.go Merge tag 'nektos/v0.2.49' 2023-08-02 11:52:14 +08:00
step_docker_test.go refactor: GITHUB_ENV command / remove env.PATH (#1503) 2023-02-04 13:35:13 +00:00
step_factory.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_factory_test.go feat: split job steps into its own files/structs (#1004) 2022-03-22 14:13:00 -07:00
step_run.go feat: cmd support for windows (#1941) 2023-08-08 15:44:25 +00:00
step_run_test.go chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
step_test.go fix: environment handling windows (host mode) (#1732) 2023-04-18 18:09:57 +00:00