aboutsummaryrefslogtreecommitdiffstats
path: root/services/cron
Commit message (Expand)AuthorAgeFilesLines
* Replace gogs/cron with go-co-op/gocron (#25977)Chongyi Zheng2023-07-243-14/+103
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-3/+3
* Use the new download domain replace the old (#25405)Lunny Xiao2023-06-211-1/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-051-2/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-042-10/+2
* Implement actions (#21937)Jason Song2023-01-312-0/+52
* Add cron method to gc LFS MetaObjects (#22385)zeripath2023-01-161-0/+43
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-232-2/+14
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-172-5/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-2/+2
* Make better use of i18n (#20096)Gusted2022-06-263-11/+12
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-1/+2
* Disable unnecessary mirroring elements (#18527)Paweł Bogusławski2022-06-041-1/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+2
* Use a better OlderThan for DeleteInactiveUsers (#19693)Gusted2022-05-131-1/+1
* Remove legacy unmaintained packages, refactor to support change default local...wxiaoguang2022-04-031-1/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+6
* Add Package Registry (#16510)KN4CK3R2022-03-301-0/+18
* Show last cron messages on monitor page (#19223)zeripath2022-03-293-33/+72
* New cron task: delete old system notices (#19219)Pilou2022-03-281-0/+16
* Make cron task no notice on success (#19221)zeripath2022-03-262-6/+5
* Fix the missing i18n key for update checker (#18646)wxiaoguang2022-02-071-0/+7
* format with gofumpt (#18184)65432022-01-202-5/+6
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Move repo archiver to models/repo (#17913)Lunny Xiao2021-12-062-4/+6
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-4/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-244-28/+30
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-242-5/+4
* Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568)zeripath2021-11-221-7/+18
* Move user/org deletion to services (#17673)KN4CK3R2021-11-192-4/+5
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-3/+4
* Move some functions into services/repository (#17677)Lunny Xiao2021-11-171-1/+1
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-1/+1
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-165-0/+657