forgejo/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.
2024-01-24 02:32:57 +00:00
..
archiver.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
attachment.go
attachment_test.go
avatar.go
collaboration.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
collaboration_test.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
fork.go Move more functions to db.Find (#28419) 2024-01-15 02:19:25 +00:00
fork_test.go
git.go
issue.go
language_stats.go
main_test.go
mirror.go
pushmirror.go Don't run push mirrors for archived repos (#27140) 2024-01-24 02:32:57 +00:00
pushmirror_test.go
redirect.go
redirect_test.go
release.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
release_test.go
repo.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
repo_indexer.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
repo_list.go
repo_list_test.go
repo_test.go
repo_unit.go Fix schedule tasks bugs (#28691) 2024-01-12 21:50:38 +00:00
repo_unit_test.go
search.go
star.go
star_test.go
topic.go
topic_test.go
update.go
upload.go
user_repo.go
user_repo_test.go
watch.go
watch_test.go
wiki.go
wiki_test.go