aboutsummaryrefslogtreecommitdiffstats
path: root/models/git
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-243-12/+12
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-2/+18
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-23/+0
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-162-17/+17
* Add more linters to improve code readability (#19989)Wim2022-06-202-5/+5
* In code search, get code unit accessible repos in one (main) query (#19764)Hugo Hoitink2022-06-161-2/+3
* Move tests as seperate sub packages to reduce duplicated file names (#19951)Lunny Xiao2022-06-151-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-132-3/+4
* Move some code into models/git (#19879)Lunny Xiao2022-06-129-0/+2017