1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-10-10 19:32:04 +00:00
forgejo-runner/act/runner
Earl Warren 28c639e48b fix: sanitize network aliases to be valid DNS names (part 2) (#197)
- prefer the lowercase version of the DNS name which is more common they are case insensitive anyway
- fix the inverted information when sanitation happens

Reviewed-on: https://code.forgejo.org/forgejo/act/pulls/197
Reviewed-by: msrd0 <msrd0@noreply.code.forgejo.org>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
2025-07-26 11:31:05 +00:00
..
hashfiles [RDNF #11] fix: skipped jobs have no result & fix: favor command-line over files & chore: fix some comments (#143) 2025-06-09 10:25:43 +00:00
res Add super-linter + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
testdata fix: allow overriding RUNNER_TOOL_CACHE from the config file (#178) 2025-07-13 21:55:02 +00:00
action.go feat: use hashed uses string as cache dir name (#186) 2025-07-21 21:08:46 +00:00
action_cache.go chore(refactor): add common.RandName to keep name generation DRY 2025-07-12 18:54:17 +02:00
action_cache_offline_mode.go feat: offline mode for new action cache (#2173) 2025-04-12 14:03:12 +00:00
action_cache_test.go refactor: simpilfy go-git cache (#2208) 2025-04-12 14:03:12 +00:00
action_composite.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
action_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02: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 Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
expression_test.go Follow upstream support for variables (#66) 2023-06-12 06:54:17 +00:00
job_executor.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
job_executor_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
local_repository_cache.go Introduce LocalRepositoryCache for download remote actions, add them to ActionCache and execute as well 2025-04-28 08:42:10 +00:00
logger.go fix function name in comment (#2240) 2025-04-24 09:00:54 +00:00
lxc-helpers-lib.sh chore(upgrade): sync lxc-helpers v1.0.3 2025-01-29 10:30:12 +01:00
lxc-helpers.sh chore(upgrade): sync lxc-helpers v1.0.3 2025-01-29 10:30:12 +01:00
reusable_workflow.go feat!: add the validate argument to reading workflows (#180) 2025-07-16 08:46:36 +00:00
run_context.go fix: sanitize network aliases to be valid DNS names (part 2) (#197) 2025-07-26 11:31:05 +00:00
run_context_test.go fix: sanitize network aliases to be valid DNS names (part 2) (#197) 2025-07-26 11:31:05 +00:00
runner.go [FORGEJO] feat(docker): Add flag to enable IPv6 in auto-created networks (#24) 2024-03-11 17:10:33 +07:00
runner_test.go feat!: add the validate argument to reading workflows (#180) 2025-07-16 08:46:36 +00:00
step.go feat: add FORGEJO_* for each GITHUB_* in the environment & contexts (#171) 2025-07-07 06:00:53 +00:00
step_action_local.go feat: cli option to enable the new action cache (#1954) 2024-01-19 23:49:35 +00:00
step_action_local_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
step_action_remote.go feat: use hashed uses string as cache dir name (#186) 2025-07-21 21:08:46 +00:00
step_action_remote_test.go Revert "[RDNF #21 updated] fix: make node tool non volatile (#2372) + added 'time import' (#168)" 2025-07-06 22:27:04 +02:00
step_docker.go fix: allow overriding RUNNER_TOOL_CACHE from the config file (#178) 2025-07-13 21:55:02 +00: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 fix!: fallback to sh if bash does not exist 2025-07-12 19:01:14 +02:00
step_run_test.go chore: use new style octal (#1630) 2023-02-16 15:34:51 +00:00
step_test.go [RDNF #11] fix: skipped jobs have no result & fix: favor command-line over files & chore: fix some comments (#143) 2025-06-09 10:25:43 +00:00