0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 10:05:10 +01:00
gitea/routers/web/repo
oliverpool 8030614386
fix: release page for empty or non-existing target (#24470)
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.
2023-05-10 11:43:55 +08:00
..
actions Check length of LogIndexes in case it is outdated (#24516) 2023-05-04 23:37:43 -04:00
setting
activity.go
attachment.go Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
blame.go
branch.go
cherry_pick.go
commit.go Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00
compare.go
download.go Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
editor_test.go
editor.go
find.go
helper_test.go
helper.go
http_test.go
http.go
issue_content_history.go
issue_dependency.go
issue_label_test.go
issue_label.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
issue.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
lfs.go
main_test.go
middlewares.go
migrate.go
milestone.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
packages.go
patch.go
projects_test.go
projects.go
pull_review.go
pull.go
release_test.go fix: release page for empty or non-existing target (#24470) 2023-05-10 11:43:55 +08:00
release.go fix: release page for empty or non-existing target (#24470) 2023-05-10 11:43:55 +08:00
render.go
repo.go Split "modules/context.go" to separate files (#24569) 2023-05-08 17:36:54 +08:00
search.go
setting_protected_branch.go Move Rename branch from repo settings page to the page of branches list (#24380) 2023-04-30 23:08:51 +08:00
setting.go Require at least one unit to be enabled (#24189) 2023-05-06 17:39:06 +08:00
settings_test.go
tag.go
topic.go
treelist.go
view_test.go
view.go Improve Gitea's web context, decouple "issue template" code into service package (#24590) 2023-05-09 01:30:14 +02:00
webhook.go
wiki_test.go
wiki.go Pass 'not' to commit count (#24473) 2023-05-08 07:10:53 +00:00