aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/mirror.go
Commit message (Expand)AuthorAgeFilesLines
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (...zeripath2022-08-181-4/+6
* Remove calls to load Mirrors in user.Dashboard (#20855)zeripath2022-08-181-53/+0
* Check Mirror exists before linking its Repo (#20840)zeripath2022-08-181-1/+3
* Fix some mirror bugs (#18649)Lunny Xiao2022-06-111-6/+0
* Move some repository related code into sub package (#19711)Lunny Xiao2022-06-061-2/+11
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-29/+15
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+8
* Improve mirror iterator (#18928)Lunny Xiao2022-02-281-1/+2
* format with gofumpt (#18184)65432022-01-201-4/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-0/+177