0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-13 03:30:27 +01:00
gitea/routers/web/repo
zeripath 409ff55a29
When updating mirror repo intervals by API reschedule next update too (#19429)
When a mirror repo interval is updated by the UI it is rescheduled with that interval
however the API does not do this. The API also lacks the enable_prune option.

This PR adds this functionality in to the API Edit Repo endpoint.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-04-20 09:20:53 +01:00
..
activity.go
attachment.go
blame.go
branch.go
cherry_pick.go
commit.go
compare.go
download.go
editor_test.go
editor.go
http_test.go
http.go
issue_content_history.go Remove legacy unmaintained packages, refactor to support change default locale (#19308) 2022-04-03 17:46:48 +08:00
issue_dependency.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
lfs.go
main_test.go Use a struct as test options (#19393) 2022-04-14 21:58:21 +08:00
middlewares.go
migrate.go
milestone.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
packages.go Package registry changes (#19305) 2022-04-06 03:32:09 +02:00
patch.go
projects_test.go
projects.go
pull_review.go
pull.go Move milestone to models/issues/ (#19278) 2022-04-08 17:11:15 +08:00
release_test.go
release.go
repo.go Never use /api/v1 from Gitea UI Pages (#19318) 2022-04-07 20:59:56 +02:00
search.go
setting_protected_branch.go
setting.go When updating mirror repo intervals by API reschedule next update too (#19429) 2022-04-20 09:20:53 +01:00
settings_test.go
tag.go
topic.go
view.go Add logic to switch between source/rendered on Markdown (#19356) 2022-04-10 23:01:35 +08:00
webhook.go
wiki_test.go
wiki.go