summaryrefslogtreecommitdiffstats
path: root/services/repository/adopt.go
Commit message (Expand)AuthorAgeFilesLines
* Do not list active repositories as unadopted (#22034) (#22166)Christian Ullrich2022-12-191-1/+1
* Fix repository adoption on Windows (#21646) (#21650)zeripath2022-11-011-5/+6
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-11/+11
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-4/+3
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-2/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-3/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* 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