aboutsummaryrefslogtreecommitdiffstats
path: root/models/repo/pushmirror.go
Commit message (Expand)AuthorAgeFilesLines
* Don't run push mirrors for archived repos (#27140)JakobDev2024-01-241-2/+5
* Refactor deletion (#28610)delvh2023-12-251-19/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-4/+6
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-1/+1
* Allow editing push mirrors after creation (#26151)puni98692023-08-011-0/+6
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-311-3/+3
* 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
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* In PushMirrorsIterate and MirrorsIterate if limit is negative do not set it (...zeripath2022-08-181-4/+6
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-24/+49
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-0/+9
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-12/+5
* 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/+112