1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-04 08:17:24 -05:00
gitea/models/actions
FuXiaoHei df27846628
Show latest run when visit /run/latest (#31808)
Proposal from
https://github.com/go-gitea/gitea/issues/27911#issuecomment-2271982172

When visit latest run path, such as
`/{user}/{repo}/actions/runs/latest`. It renders latest run instead of
index=0 currently.
2024-08-10 08:40:41 +08:00
..
artifact.go
main_test.go
run_job_list.go Add container.FilterSlice function (#30339) 2024-04-09 20:27:30 +08:00
run_job.go
run_list.go
run.go Show latest run when visit /run/latest (#31808) 2024-08-10 08:40:41 +08:00
runner_list.go
runner_token_test.go Add unit tests for action runner token (#27670) 2023-10-19 07:24:24 +00:00
runner_token.go
runner.go
schedule_list.go
schedule_spec_list.go
schedule_spec_test.go
schedule_spec.go
schedule.go
status.go
task_list.go
task_output.go Fix no ActionTaskOutput table waring (#28149) 2023-11-21 08:02:51 +00:00
task_step.go
task.go
tasks_version.go
utils_test.go
utils.go
variable.go