mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-21 01:14:31 +08:00
8030614386
Fixes #24145 To solve the bug, I added a "computed" `TargetBehind` field to the `Release` model, which indicates the target branch of a release. This is particularly useful if the target branch was deleted in the meantime (or is empty). I also did a micro-optimization in `calReleaseNumCommitsBehind`. Instead of checking that a branch exists and then call `GetBranchCommit`, I immediately call `GetBranchCommit` and handle the `git.ErrNotExist` error. This optimization is covered by the added unit test. |
||
---|---|---|
.. | ||
archiver.go | ||
attachment_test.go | ||
attachment.go | ||
avatar.go | ||
collaboration_test.go | ||
collaboration.go | ||
fork_test.go | ||
fork.go | ||
git.go | ||
issue.go | ||
language_stats.go | ||
main_test.go | ||
mirror.go | ||
pushmirror_test.go | ||
pushmirror.go | ||
redirect_test.go | ||
redirect.go | ||
release.go | ||
repo_indexer.go | ||
repo_list_test.go | ||
repo_list.go | ||
repo_test.go | ||
repo_unit.go | ||
repo.go | ||
search.go | ||
star_test.go | ||
star.go | ||
topic_test.go | ||
topic.go | ||
update.go | ||
upload.go | ||
user_repo_test.go | ||
user_repo.go | ||
watch_test.go | ||
watch.go | ||
wiki_test.go | ||
wiki.go |