gitea/routers/api/v1/repo
Chongyi Zheng 49f9d43afe
Implement sync push mirror on commit (#19411)
Support synchronizing with the push mirrors whenever new commits are pushed or synced from pull mirror.

Related Issues: #18220

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-07-08 20:45:12 +01:00
..
blob.go
branch.go
collaborators.go
commits.go
file.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
fork.go
git_hook.go
git_ref.go
hook_test.go
hook.go
issue_comment.go
issue_label.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
issue_reaction.go
issue_stopwatch.go
issue_subscription.go
issue_tracked_time.go
issue.go
key.go
label.go
language.go
main_test.go
migrate.go
milestone.go
mirror.go Implement sync push mirror on commit (#19411) 2022-07-08 20:45:12 +01:00
notes.go
patch.go
pull_review.go Check if project has the same repository id with issue when assign project to issue (#20133) 2022-06-30 23:55:08 +08:00
pull.go
release_attachment.go
release_tags.go fix permission check for delete tag (#19985) 2022-06-16 22:03:03 +02:00
release.go fix permission check for delete tag (#19985) 2022-06-16 22:03:03 +02:00
repo_test.go
repo.go
star.go
status.go Add more linters to improve code readability (#19989) 2022-06-20 12:02:49 +02:00
subscriber.go
tag.go fix permission check for delete tag (#19985) 2022-06-16 22:03:03 +02:00
teams.go
topic.go
transfer.go
tree.go
wiki.go