forgejo/services
Gusted 0475e2048e [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
2023-07-28 19:58:47 +00:00
..
actions Implement auto-cancellation of concurrent jobs if the event is push (#25716) 2023-07-25 11:15:55 +08:00
agit Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
asymkey
attachment
auth [TESTS] oauth2: make it possible to use an alternate http.Client 2023-07-26 14:40:02 +02:00
automerge
context Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
convert [GITEA] Add Upload URL to release API 2023-07-26 16:33:24 +02:00
cron [GITEA] Show manual cron run's last time 2023-07-28 19:58:47 +00:00
externalaccount Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
forms [GITEA] Add ThreadID parameter for Telegram webhooks 2023-07-26 16:48:06 +02:00
gitdiff Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
issue Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
lfs Bump github.com/golang-jwt/jwt to v5 (#25975) 2023-07-19 09:57:10 +00:00
mailer Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
markup
migrations Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
mirror Sync branches when mirroring (#25722) 2023-07-06 13:18:37 +02:00
org
packages Fix version in rpm repodata/primary.xml.gz (#26009) 2023-07-21 19:41:38 +00:00
pull Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
release Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
repository Fix bugs in LFS meta garbage collection (#26122) 2023-07-26 07:02:53 +00:00
task Update tool dependencies, lock govulncheck and actionlint (#25655) 2023-07-09 11:58:06 +00:00
user fix incorrect repo url when changed the case of ownername (#25733) 2023-07-14 13:42:10 +08:00
webhook [GITEA] Add ThreadID parameter for Telegram webhooks 2023-07-26 16:48:06 +02:00
wiki