mirror of https://github.com/go-gitea/gitea.git
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.
cc27b50bdf
Partially caused by #29149 When use ```go releases, err := getReleaseInfos(ctx, &repo_model.FindReleasesOptions{ ListOptions: db.ListOptions{Page: 1, PageSize: 1}, RepoID: ctx.Repo.Repository.ID, TagNames: []string{ctx.Params("*")}, // only show draft releases for users who can write, read-only users shouldn't see draft releases. IncludeDrafts: writeAccess, }) ``` replace ```go release, err := repo_model.GetRelease(ctx, ctx.Repo.Repository.ID, ctx.Params("*")) ``` It missed `IncludeTags: true,`. That means this bug will be occupied only when the release is a tag. This PR will fix - Get the right tag record when it's not a release - Display correct tag tab but not release tag when it's a tag. - The button will bring the tag name to the new page when it's a single tag page - the new page will automatically hide the release target inputbox when the tag name is pre filled. This should be backport to v1.21. |
11 months ago | |
---|---|---|
.. | ||
admin | 11 months ago | |
auth | 11 months ago | |
devtest | 11 months ago | |
events | 11 months ago | |
explore | 11 months ago | |
feed | 11 months ago | |
healthcheck | 1 year ago | |
misc | 11 months ago | |
org | 11 months ago | |
repo | 11 months ago | |
shared | 11 months ago | |
user | 11 months ago | |
base.go | 1 year ago | |
githttp.go | 11 months ago | |
goget.go | 11 months ago | |
home.go | 11 months ago | |
metrics.go | 2 years ago | |
nodeinfo.go | 11 months ago | |
passkey.go | 11 months ago | |
swagger_json.go | 11 months ago | |
web.go | 11 months ago | |
webfinger.go | 11 months ago |