forgejo-runner-act/pkg/runner
Aidan 24c16fbf25
Update max container name length (#1597)
* Update max container name length

Signed-off-by: Aidan Jensen <aidan@artificial.com>

* Use hashed name instead to prevent conflicts

Signed-off-by: Aidan Jensen <aidan@artificial.com>

---------

Signed-off-by: Aidan Jensen <aidan@artificial.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-02-03 19:54:19 +00:00
..
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata test: Do not leak step env in composite (#1585) 2023-01-29 14:47:56 +00:00
action.go Docker build fixes (#1596) 2023-02-03 09:07:16 +00:00
action_composite.go feat: interpolate the step names (#1422) 2022-11-16 21:55:23 +00:00
action_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
command.go fix: add-matcher fails github workflow (#1532) 2023-01-13 17:01:40 +00:00
command_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
container_mock_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
expression.go feat: Support "result" on "needs" context. (#1497) 2022-12-19 08:37:53 +00:00
expression_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
job_executor.go fix: preserve job result state in case of failure (#1519) 2023-01-10 21:31:12 +00:00
job_executor_test.go feat: allow to spawn and run a local reusable workflow (#1423) 2022-12-15 16:45:22 +00:00
logger.go feat: JobLoggerFactory (#1496) 2022-12-09 10:25:32 +00:00
reusable_workflow.go feat: add remote reusable workflows (#1525) 2023-01-19 20:49:11 +00:00
run_context.go Update max container name length (#1597) 2023-02-03 19:54:19 +00:00
run_context_test.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
runner.go fix: allow override of artifact server bind address (#1560) 2023-01-16 14:12:20 +00:00
runner_test.go test: Do not leak step env in composite (#1585) 2023-01-29 14:47:56 +00:00
step.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
step_action_local.go Fix composite input handling (#1345) 2022-10-06 21:58:16 +00:00
step_action_local_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
step_action_remote.go fix: extra path lost in composite actions (#1531) 2023-01-10 21:55:05 +00:00
step_action_remote_test.go refactor: fix savestate in pre steps (#1466) 2022-12-15 17:08:31 +00:00
step_docker.go feat: Host environment (#1293) 2022-11-16 21:29:45 +00:00
step_docker_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +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 refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_run_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00
step_test.go refactor: fix add-path / GITHUB_PATH commands (#1472) 2022-12-09 11:16:15 +00:00