You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just noticed the individual links on the releases page missing the diff target.
Example: The release v1.0.7 shown in the screenshot indicates 2 commits since this release. When hoovering on the link the second parameter for viewing the diff is missing: http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...
I guess it should be: http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...<next Release tag> or even http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...HEAD ?
Could this related to the merging strategy? I always use Squash Merge
Screenshots
The text was updated successfully, but these errors were encountered:
OCram85
changed the title
Commits since this release link broken
'Commits since this release' link broken
Jan 10, 2022
Gitea Version
1.15.9
Git Version
2.30.2
Operating System
SLES 15 SP2
How are you running Gitea?
Running Gitea in this environment:
Database
MySQL
Can you reproduce the bug on the Gitea demo site?
Yes. See releases for https://gitea.com/xorm/xorm/releases
Log Gist
No response
Description
Just noticed the individual links on the releases page missing the diff target.
Example: The release
v1.0.7
shown in the screenshot indicates 2 commits since this release. When hoovering on the link the second parameter for viewing the diff is missing:http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...
http://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...<next Release tag>
or evenhttp://<gitea-url>/<ORG>/<Repo>/.../v.1.0.7...HEAD
?Could this related to the merging strategy? I always use
Squash Merge
Screenshots
The text was updated successfully, but these errors were encountered: