-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft markdown isn't redered on release list #16610
Comments
I have a feeling that this has already been fixed by #15175 in 1.15+. Please try on 1.15.0-rc2 (or 1.15.0-rc3 as soon as that's out.) The 500 is of more interest to me - Could you explain exactly how you get this? Please could you duplicate on 1.15 and give us some logs? |
The 500 is happening on your try gitea page linked above. Yes i think this is already fixed in v1.15 because I can't reproduce on try gitea. |
Ah found it. |
It is possible to create draft releases prior to creating a tag. This will cause a 500 on the releases page due to compare page failing. This PR only shows the compare button if there is a SHA1 present. Fix go-gitea#16610 Signed-off-by: Andrew Thornton <art27@cantab.net>
I think there's another bug with the compare but I need to do more testing to check it. |
It is possible to create draft releases prior to creating a tag. This will cause a 500 on the releases page due to compare page failing. This PR only shows the compare button if there is a SHA1 present. Fix #16610 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
It is possible to create draft releases prior to creating a tag. This will cause a 500 on the releases page due to compare page failing. This PR only shows the compare button if there is a SHA1 present. Fix go-gitea#16610 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
It is possible to create draft releases prior to creating a tag. This will cause a 500 on the releases page due to compare page failing. This PR only shows the compare button if there is a SHA1 present. Fix #16610 Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Lauris BH <lauris@nix.lv>
[x]
):Description
The markdown code in a draft release isn't properly rendered at the releaes list.
On https://try.gitea.io/viceice/test/releases i get a 500 when try to view the draft release page
Screenshots
The text was updated successfully, but these errors were encountered: