aboutsummaryrefslogtreecommitdiffstats
path: root/services/cron/tasks_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-1/+1
| | | | Enables tenv and testifylint linters closes: https://github.com/go-gitea/gitea/issues/32842
* Update go dependencies (#28518)wxiaoguang2023-12-191-6/+12
| | | | | Update golang.org/x/crypto for CVE-2023-48795 and update other packages. `go-git` is not updated because it needs time to figure out why some tests fail.
* Replace gogs/cron with go-co-op/gocron (#25977)Chongyi Zheng2023-07-241-0/+61
Replace `github.com/gogs/cron` with `github.com/go-co-op/gocron` as the former package is not maintained for many years. --------- Co-authored-by: delvh <dev.lh@web.de>