gitea/models/actions
wxiaoguang c10a5b908a
Remove unneeded doctor sub-commands (#37156)
Co-authored-by: Giteabot <teabot@gitea.io>
2026-04-09 22:22:17 +02:00
..
artifact.go Feature non-zipped actions artifacts (action v7) (#36786) 2026-03-26 00:37:48 +08: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 Support Actions `concurrency` syntax (#32751) 2025-10-10 18:58:55 +00:00
run_test.go Remove unneeded doctor sub-commands (#37156) 2026-04-09 22:22:17 +02:00
runner.go Feature: Add per-runner “Disable/Pause” (#36776) 2026-03-16 10:24:36 -07:00
runner_list.go
runner_token.go
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
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
status.go Run `gopls modernize` on codebase (#34751) 2025-06-18 01:48:09 +00:00
task.go Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00: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 Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00: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