forgejo/models/actions
yp05327 f4561c44b1
Fix incorrect run order of action jobs (#28367)
When we pick up a job, all waiting jobs should firstly be ordered by
update time,
otherwise when there's a running job, if I rerun an older job, the older
job will run first, as it's id is smaller.
2023-12-06 22:10:05 +00:00
..
artifact.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
main_test.go
run.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
run_job.go
run_job_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
run_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
runner.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
runner_list.go
runner_token.go
runner_token_test.go
schedule.go
schedule_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
schedule_spec.go
schedule_spec_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
status.go
task.go Fix incorrect run order of action jobs (#28367) 2023-12-06 22:10:05 +00:00
task_list.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00
task_output.go
task_step.go
tasks_version.go
utils.go
utils_test.go
variable.go Use db.Find instead of writing methods for every object (#28084) 2023-11-24 03:49:41 +00:00