summaryrefslogtreecommitdiffstats
path: root/services/repository/check.go
Commit message (Expand)AuthorAgeFilesLines
* Continue GCing other repos on error in one repo (#22422) (#22425)zeripath2023-01-131-27/+34
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-3/+3
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-7/+7
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-1/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Refactor `git.Command.Run*`, introduce `RunWithContextString` and `RunWithCon...wxiaoguang2022-03-311-9/+1
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-4/+4
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-9/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move repofiles from modules/repofiles to services/repository/files (#17774)Lunny Xiao2021-11-241-0/+205