summaryrefslogtreecommitdiffstats
path: root/modules/structs/mirror.go
Commit message (Collapse)AuthorAgeFilesLines
* Add `sync_on_commit` option for push mirrors api (#22271) (#22292)Chongyi Zheng2022-12-311-0/+2
| | | Backport of #22271
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-301-0/+25
- Add a new push mirror to specific repository - Sync now ( send all the changes to the configured push mirrors ) - Get list of all push mirrors of a repository - Get a push mirror by ID - Delete push mirror by ID Signed-off-by: Mohamed Sekour <mohamed.sekour@exfo.com> Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: zeripath <art27@cantab.net>