summaryrefslogtreecommitdiffstats
path: root/services/repository/adopt.go
Commit message (Expand)AuthorAgeFilesLines
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-291-1/+1
* Use IterateBufferSize whilst querying repositories during adoption check (#19...zeripath2022-03-211-0/+7
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+5
* services/repository: fix ListUnadoptedRepositories incorrect total count (#17...singuliere2022-01-011-110/+70
* Some repository refactors (#17950)Lunny Xiao2021-12-121-4/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-10/+11
* Improve checkBranchName (#17901)zeripath2021-12-081-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Move some functions into services/repository (#17660)Lunny Xiao2021-11-161-0/+386