forgejo/services
Gusted 7168a240e8
[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

(cherry picked from commit 0475e2048e)
(cherry picked from commit dcc952f0db)
2023-08-07 11:05:22 +02:00
..
actions Fix the bug when getting files changed for pull_request_target event (#26320) 2023-08-05 14:26:06 +08:00
agit Add context parameter to some database functions (#26055) 2023-07-22 22:14:27 +08:00
asymkey Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
attachment Preserve file size when creating attachments (#23406) 2023-03-12 03:48:07 -04:00
auth [TESTS] oauth2: make it possible to use an alternate http.Client 2023-08-07 10:28:47 +02:00
automerge Improve queue and logger context (#24924) 2023-05-26 07:31:55 +00:00
context Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
convert [GITEA] Add Upload URL to release API 2023-08-07 11:05:22 +02:00
cron [GITEA] Show manual cron run's last time 2023-08-07 11:05:22 +02:00
externalaccount Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
forms [GITEA] Add ThreadID parameter for Telegram webhooks 2023-08-07 11:05:22 +02:00
gitdiff Display human-readable text instead of cryptic filemodes (#26352) 2023-08-06 21:52:34 +02:00
issue Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00: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 Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
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 Refactor rename user and rename organization (#24052) 2023-05-21 23:13:47 +08:00
packages Prevent newline errors with Debian packages (#26332) 2023-08-05 10:59:52 +02:00
pull Delete issue_service.CreateComment (#26298) 2023-08-04 13:34:34 +00:00
release Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
repository Show branches and tags that contain a commit (#25180) 2023-07-27 12:47:41 +02:00
task Add Retry button when creating a mirror-repo fails (#26228) 2023-08-04 10:21:32 +08:00
user add unit test for user renaming (#26261) 2023-08-03 09:38:51 +08:00
webhook [GITEA] Add ThreadID parameter for Telegram webhooks 2023-08-07 11:05:22 +02:00
wiki add some Wiki unit tests (#26260) 2023-08-03 09:37:48 +08:00