gitea/services/actions
wxiaoguang 2d36a0c9ff
Fix various bugs (#35684)
1. Fix incorrect column in `applySubscribedCondition`, add a test
2. Fix debian version parsing, add more tests fix #35695
3. Fix log level for HTTP errors, fix #35651
4. Fix abused "panic" handler in API `Migrate`
5. Fix the redirection from PR to issue, add a test
6. Fix Actions variable & secret name validation, add more tests
    * envNameCIRegexMatch is unnecessary, removed
    * validating in "delete" function doesn't make sense, removed
7. Fix incorrect link in release email

---------

Signed-off-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
2025-10-19 00:37:50 +07:00
..
auth.go Fix token lifetime, closes #35230 (#35271) 2025-08-14 06:57:05 +07:00
auth_test.go Enable testifylint rules (#34075) 2025-03-31 01:53:48 +07:00
cleanup.go Fix ephemeral runner deletion (#34447) 2025-05-20 15:42:31 +07:00
clear_tasks.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
commit_status.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
concurrency.go Refactor ActionRunJob parsing into a reusable function (#35623) 2025-10-11 12:58:36 +07:00
context.go Fix possible panic (#34508) 2025-05-22 12:59:42 +07:00
context_test.go Use test context in tests and new loop system in benchmarks (#33648) 2025-02-20 09:57:40 +07:00
init.go Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) 2024-12-23 09:59:16 +07:00
init_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +07:00
interface.go Add workflow_run api + webhook (#33964) 2025-06-20 20:14:00 +07:00
job_emitter.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
job_emitter_test.go Support Actions `concurrency` syntax (#32751) 2025-10-10 18:58:55 +07:00
notifier.go [Fix] Trigger 'unlabeled' event when label is Deleted from PR (#34316) 2025-09-24 09:45:38 +07:00
notifier_helper.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
rerun.go Fix bugs in rerunning jobs (#29955) 2024-03-22 03:19:17 +07:00
rerun_test.go Fix bugs in rerunning jobs (#29955) 2024-03-22 03:19:17 +07:00
run.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
schedule_tasks.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
task.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00
variables.go Fix various bugs (#35684) 2025-10-19 00:37:50 +07:00
workflow.go Cleanup ActionRun creation (#35624) 2025-10-12 12:23:37 +07:00