gitea/models/actions
silverwind aba87285f0
Remove dead code identified by `deadcode` tool (#37271)
Ran [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode)
(`-test ./...`) to find functions, methods and error types unreachable
from any call path (including tests), and removed the truly-dead ones.

Co-authored-by: Claude (Opus 4.7) <noreply@anthropic.com>
2026-04-20 07:52:48 +00:00
..
artifact.go Workflow Artifact Info Hover (#37100) 2026-04-19 07:37:50 +00:00
config.go feat: Add configurable permissions for Actions automatic tokens (#36173) 2026-03-21 15:39:47 -07:00
main_test.go Fix incorrect pull request counter (#35819) 2025-11-03 20:52:13 +00:00
run.go Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00:00
run_job.go Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00:00
run_job_list.go Support Actions `concurrency` syntax (#32751) 2025-10-10 18:58:55 +00:00
run_job_status_test.go Fix job status aggregation logic (#35000) 2025-07-17 21:12:02 +03:00
run_list.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
run_test.go Remove unneeded doctor sub-commands (#37156) 2026-04-09 22:22:17 +02:00
runner.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
runner_list.go
runner_token.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
runner_token_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
schedule.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
schedule_list.go Remove dead code identified by `deadcode` tool (#37271) 2026-04-20 07:52:48 +00:00
schedule_spec.go
schedule_spec_list.go Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 2025-03-04 18:25:20 +00:00
schedule_spec_test.go Fix milestone deadline and date related problems (#32339) 2024-11-05 07:46:40 +00:00
status.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
task.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
task_list.go Add endpoint deleting workflow run (#34337) 2025-05-13 19:18:13 +00:00
task_output.go
task_step.go Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00:00
task_test.go Move jobparser from act repository to Gitea (#36699) 2026-02-22 19:33:01 +00:00
tasks_version.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
token_permissions.go feat: Add configurable permissions for Actions automatic tokens (#36173) 2026-03-21 15:39:47 -07:00
utils.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
utils_test.go Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00:00
variable.go Added Description Field for Secrets and Variables (#33526) 2025-03-17 19:24:54 +00:00