1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04: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
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
runner_token.go Clarify Actions resources ownership (#31724) 2024-08-01 09:04:04 +00:00
runner.go Clarify Actions resources ownership (#31724) 2024-08-01 09:04:04 +00:00
schedule_list.go
schedule_spec_list.go
schedule_spec_test.go Use UTC as default timezone when schedule Actions cron tasks (#31742) 2024-08-01 10:02:46 +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 UTC as default timezone when schedule Actions cron tasks (#31742) 2024-08-01 10:02:46 +00:00
status.go
task_list.go
task_output.go
task_step.go
task.go Support compression for Actions logs (#31761) 2024-08-09 10:10:30 +08:00
tasks_version.go
utils_test.go
utils.go
variable.go Clarify Actions resources ownership (#31724) 2024-08-01 09:04:04 +00:00