aboutsummaryrefslogtreecommitdiffstats
path: root/services/repository/check.go
Commit message (Expand)AuthorAgeFilesLines
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-051-1/+1
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-041-7/+6
* Continue GCing other repos on error in one repo (#22422)zeripath2023-01-131-3/+5
* fix: don't replace err variable in nested check (#22416)John Olheiser2023-01-121-2/+2
* Add doctor command for full GC of LFS (#21978)zeripath2022-12-151-38/+48
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Merge db.Iterate and IterateObjects (#21641)Lunny Xiao2022-10-311-9/+3
* 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