1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-20 19:06:58 +00:00
forgejo/services/cron
Leni Kadali 33ac0de263 Address review comments
This addresses the review comments from the PR, namely:
* Give the new configuration a name that makes it easy
for an admin looking at the configuration file what
the setting enables.

* Register the task that removes resolved reports
ONLY when the moderation setting is enabled
* Make sure we're using the timeout setting when it is
passed to the RemoveResolvedReports function

* Consider reports with either ignored or handled status
as resolved

Follow up commit will handle deleting the shadow copies of
the reports being removed
2025-06-16 20:46:06 +03:00
..
cron.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
setting.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
tasks.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
tasks_actions.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
tasks_basic.go chore: branding import path (#7337) 2025-03-27 19:40:14 +00:00
tasks_extended.go Address review comments 2025-06-16 20:46:06 +03:00
tasks_test.go Add testifylint to lint checks (#4535) 2024-07-30 19:41:10 +00:00