1
1
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-28 00:11:38 +02:00
gitea/models/actions
wxiaoguang 068b59aa97
Make GetPossibleUserByID can handle deleted user (#37430)
Make sure deleted user won't cause 500 error, simplify the caller's code
2026-04-26 16:57:53 +00:00
..
artifact.go Introduce ActionRunAttempt to represent each execution of a run (#37119) 2026-04-23 23:33:41 +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_attempt_list.go Introduce ActionRunAttempt to represent each execution of a run (#37119) 2026-04-23 23:33:41 +00:00
run_attempt.go Make GetPossibleUserByID can handle deleted user (#37430) 2026-04-26 16:57:53 +00:00
run_job_list.go Introduce ActionRunAttempt to represent each execution of a run (#37119) 2026-04-23 23:33:41 +00:00
run_job_status_test.go Fix job status aggregation logic (#35000) 2025-07-17 21:12:02 +03:00
run_job.go Introduce ActionRunAttempt to represent each execution of a run (#37119) 2026-04-23 23:33:41 +00:00
run_list.go Introduce ActionRunAttempt to represent each execution of a run (#37119) 2026-04-23 23:33:41 +00:00
run_test.go Remove unneeded doctor sub-commands (#37156) 2026-04-09 22:22:17 +02:00
run.go Make GetPossibleUserByID can handle deleted user (#37430) 2026-04-26 16:57:53 +00:00
runner_list.go Refactor more filterslice (#30370) 2024-04-10 04:18:41 +00:00
runner_token_test.go Remove incorrect "db.DefaultContext" usages (#35366) 2025-08-28 03:52:43 +00:00
runner_token.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
runner.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
schedule_list.go Remove dead code identified by deadcode tool (#37271) 2026-04-20 07:52:48 +00:00
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
schedule_spec.go Use UTC as default timezone when schedule Actions cron tasks (#31742) 2024-08-01 10:02:46 +00:00
schedule.go Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 2025-07-22 10:02:01 -07:00
status.go Run gopls modernize on codebase (#34751) 2025-06-18 01:48:09 +00:00
task_list.go Add endpoint deleting workflow run (#34337) 2025-05-13 19:18:13 +00:00
task_output.go Fix no ActionTaskOutput table waring (#28149) 2023-11-21 08:02:51 +00:00
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
task.go Introduce ActionRunAttempt to represent each execution of a run (#37119) 2026-04-23 23:33:41 +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_test.go Repair duration display for bad stopped timestamps (#37121) 2026-04-07 02:11:52 +00:00
utils.go Remove error returns from crypto random helpers and callers (#37240) 2026-04-17 00:59:26 +08:00
variable.go Added Description Field for Secrets and Variables (#33526) 2025-03-17 19:24:54 +00:00