summaryrefslogtreecommitdiffstats
path: root/services/repository/check.go
Commit message (Expand)AuthorAgeFilesLines
* 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