1
0
Fork 0
codeberg-forgejo/services/cron
Gusted 5f769ef20d [GITEA] Show manual cron run's last time
- Currently in the cron tasks, the 'Previous Time' only displays the
previous time of when the cron library executes the function, but not
any of the manual executions of the task.
- Store the last run's time in memory in the Task struct and use that,
when that time is later than time that the cron library has executed this
task.
- This ensures that if an instance admin manually starts a task, there's
feedback that this task is/has been run, because the task might be run
that quick, that the status icon already has been changed to an
checkmark,
- Tasks that are executed at startup now reflect this as well, as the
time of the execution of that task on startup is now being shown as
'Previous Time'.
- Added integration tests for the API part, which is easier to test
because querying the HTML table of cron tasks is non-trivial.
- Resolves https://codeberg.org/forgejo/forgejo/issues/949
- Backport #1087
2023-07-31 18:34:14 +00:00
..
cron.go [GITEA] Show manual cron run's last time 2023-07-31 18:34:14 +00:00
setting.go Replace `interface{}` with `any` (#25686) (#25687) 2023-07-04 23:41:32 -04:00
tasks.go [GITEA] Show manual cron run's last time 2023-07-31 18:34:14 +00:00
tasks_actions.go Implement actions (#21937) 2023-01-31 09:45:19 +08:00
tasks_basic.go Add Cargo package registry (#21888) 2023-02-05 18:12:31 +08:00
tasks_extended.go [PRIVACY] Add a DNS method to fetch new updates 2023-07-17 00:24:23 +02:00