aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/update.go
Commit message (Expand)AuthorAgeFilesLines
* Split lfs size from repository size (#22900)a10121127962023-06-281-3/+5
* Fix unclear `IsRepositoryExist` logic (#24374)wxiaoguang2023-04-281-2/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Fix error when calculate the repository size (#22392)Lunny Xiao2023-01-131-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+12
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-0/+8
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+4
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+179