summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/mirror.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-2/+2
* Add missed return after `ctx.ServerError` (#31130)Lunny Xiao2024-05-281-0/+1
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-1/+0
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor deletion (#28610)delvh2023-12-251-3/+10
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-3/+3
* Add `RemoteAddress` to mirrors (#26952)KN4CK3R2023-09-161-5/+12
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+10
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-271-2/+1
* Use correct response code in push mirror creation response in v1_json.tmpl (#...Georg Dangl2023-06-281-1/+1
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-4/+5
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-0/+326
* Implement sync push mirror on commit (#19411)Chongyi Zheng2022-07-081-2/+2
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* An attempt to sync a non-mirror repo must give 400 (Bad Request) (#19300)Peter GardfjÀll2022-04-011-0/+11
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+2
* Make mirror feature more configurable (#16957)65432021-09-071-0/+6
* Refactor api repo dir (#10048)65432020-01-291-0/+48