You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/repo
JakobDev f3ba3e922d
Don't run push mirrors for archived repos (#27140)
Fixes https://codeberg.org/forgejo/forgejo/issues/612

At the moment push mirrors are still run if a repo is archived. This PR
fixes this.
1 year ago
..
archiver.go Add support for sha256 repositories (#23894) 1 year ago
attachment.go
attachment_test.go
avatar.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
collaboration.go Move more functions to db.Find (#28419) 1 year ago
collaboration_test.go Move more functions to db.Find (#28419) 1 year ago
fork.go Move more functions to db.Find (#28419) 1 year ago
fork_test.go
git.go
issue.go
language_stats.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
main_test.go
mirror.go
pushmirror.go Don't run push mirrors for archived repos (#27140) 1 year ago
pushmirror_test.go Refactor deletion (#28610) 1 year ago
redirect.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
redirect_test.go Final round of `db.DefaultContext` refactor (#27587) 1 year ago
release.go Add support for sha256 repositories (#23894) 1 year ago
release_test.go
repo.go Add support for sha256 repositories (#23894) 1 year ago
repo_indexer.go Add support for sha256 repositories (#23894) 1 year ago
repo_list.go Restricted users only see repos in orgs which their team was assigned to (#28025) 1 year ago
repo_list_test.go
repo_test.go Refactor SSH clone URL generation code (#28421) 1 year ago
repo_unit.go Fix schedule tasks bugs (#28691) 1 year ago
repo_unit_test.go
search.go
star.go
star_test.go
topic.go Add orphaned topic consistency check (#28507) 1 year ago
topic_test.go
update.go
upload.go Refactor deletion (#28610) 1 year ago
user_repo.go
user_repo_test.go
watch.go Refactor deletion (#28610) 1 year ago
watch_test.go Replace more db.DefaultContext (#27628) 1 year ago
wiki.go
wiki_test.go