-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Releases not appearing on repos #183
Comments
I'm unable to reproduce this locally. Could someone provide a log? |
Or better yet, could someone teach me how/where to view production logs? |
I'm not sure what kind of log I could create. Here's what's displayed when I load the page in Opera in Centos 7: This page isn't working - git.door43.org is currently unable to handle this request. This is the result for both links above. In Safari I just get a blank page. Brave browser indicates a 500 error. |
@mondele No, I mean the logs that gitea/gogs/DCS automatically generates, not any sort of log you would create manually. |
Okay, that I will need to leave to your team. :-) |
@ethantkoenig If @jag3773 gives you access to the aws server you can see them. Here's what I see when tailing the log and going to the release page:
|
Also, from the release table for https://git.door43.org/parfait-ayanou/pem-x-gipendegu_jas_text_reg/releases:
|
Lastly, looking at line 154 of repo_tag.go in code.gitea.io/git, I did my own git command line it does to get the tags:
I'm guessing this second line is not able to be parsed right? No |
Looks like it's a bug in |
Is there anything we could change in creating the Release that would avoid this? (Thanks for working on a fix.) |
See go-gitea/git#58 |
@ethantkoenig Yeah, I see this has been fixed in upstream and you even have done some work with releases, but how can we get this fixed in the next release? I tested cherry picking some of these commits, but since other files are changed in other commits, it got pretty hairy. Can you see if we can get May/June commits to fix releases into our fork? https://github.com/go-gitea/gitea/commits/0cf89a83c111fe49a8be48c46873182479260d8e/vendor/code.gitea.io/git |
@richmahn Probably easiest just to merge all commits from upstream, I'll take a look |
@ethantkoenig Yeah, if you could do that, that would be great. Probably would be easiest and best. |
Ah, I guess you did. Thanks. So to note, this has been fixed from changes upstream |
@mondele This issue is now fixed on production: https://git.door43.org/parfait-ayanou/pem-x-gipendegu_jas_text_reg/releases |
Description
As a site admin, I want to be able to create a release for an end-user on one of their repos. What is currently happening is that if I do so, the releases page doesn't load.
Examples:
Screenshots
Screenshot wouldn't be useful. The page doesn't load. (Not even enough html to show page source.)
The text was updated successfully, but these errors were encountered: