mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
07ba4d9f87
Fix #28323 Reason was mentioned here: https://github.com/go-gitea/gitea/issues/28323#issuecomment-1841867298 ### Changes: (maybe breaking) We can rerun jobs in Gitea, so there will be some problems in calculating duration time. In this PR, I use the exist `Started` and `Stopped` column to record the last run time instead of the total time, and add a new `PreviousDuration` column to record the previous duration time. You can also check the cost time of last run: ![image](https://github.com/go-gitea/gitea/assets/18380374/2ca39145-2c92-401a-b78b-43164f7ae061) |
||
---|---|---|
.. | ||
artifact.go | ||
main_test.go | ||
run_job_list.go | ||
run_job.go | ||
run_list.go | ||
run.go | ||
runner_list.go | ||
runner_token_test.go | ||
runner_token.go | ||
runner.go | ||
schedule_list.go | ||
schedule_spec_list.go | ||
schedule_spec.go | ||
schedule.go | ||
status.go | ||
task_list.go | ||
task_output.go | ||
task_step.go | ||
task.go | ||
tasks_version.go | ||
utils_test.go | ||
utils.go | ||
variable.go |