summaryrefslogtreecommitdiffstats
path: root/services/cron/tasks.go
Commit message (Collapse)AuthorAgeFilesLines
* Show last cron messages on monitor page (#19223)zeripath2022-03-291-13/+37
| | | | | | | As discussed on #19221 we should store the results of the last task message on the crontask and show them on the monitor page. Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Fix the missing i18n key for update checker (#18646)wxiaoguang2022-02-071-0/+7
|
* format with gofumpt (#18184)65432022-01-201-4/+6
| | | | | | | | | | | * gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
* Make Requests Processes and create process hierarchy. Associate ↵zeripath2021-11-301-4/+3
| | | | | | | | | OpenRepository with context. (#17125) This PR registers requests with the process manager and manages hierarchy within the processes. Git repos are then associated with a context, (usually the request's context) - with sub commands using this context as their base context. Signed-off-by: Andrew Thornton <art27@cantab.net>
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+6
| | | | | | | | | | | | | * Move user related model into models/user * Fix lint for windows * Fix windows lint * Fix windows lint * Move some tests in models * Merge
* Move user/org deletion to services (#17673)KN4CK3R2021-11-191-3/+3
|
* Move user functions into user.go (#17659)Lunny Xiao2021-11-181-3/+4
| | | | | * Move user functions into user.go * Fix test
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-0/+169