-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
error 500 when compare branches #3683
Comments
any log? |
could you tell me how to find the log you want ? @lunny |
@msongz You will get the location of your logs on startup of gitea:
Please submit the last lines of the |
@JonasFranzDEV @lunny thanks!
|
@msongz I could not reproduce your issue. Could you please explain all steps which lead to the error? Please post your git version, gitea version and operating system too. Do you use docker or binary? |
@JonasFranzDEV my step is quite simple, I have a repo with 2 branches in small differences, |
@msongz I tested it on a raspberry pi 2 with 1.4.0+rc2-5-gc0e0fb7 and cannot reproduce it. |
@JonasFranzDEV |
pi2 and zerow are entirely different commit histories. |
But this should been shown instead of error 500. |
@JonasFranzDEV yes, they are separated; |
seem this only happened in different repositories with differents branchs.. |
@lunny This issue is not actually a bug because showing an error is the right thing if the users sends an invalid request. We should mark this as |
please, please why not 1.5.X please! |
@mckaygerhard We are currently overdue with the 1.5.0 release. And since we are in feature freeze since a month, we can't add this to 1.5.0. But we're trying to speed up our release cycle. So I hope that we will release 1.6.0 in a month including this improvement. |
fixed by #6555 |
So sorry this took so long to fix. A number of things had to align to figure out what was the problem:
|
that's the problem with gitea, was for 1.5 then 1.6 so then was no due date! too many releases and too few bugfixeds! |
@mckaygerhard. I really don't appreciate this kind of comment. None of the maintainers or owners are paid to work on Gitea. I give up a lot of my free time to work on this project and that kind of comment is unhelpful in the extreme. You are more than welcome to provide high quality PRs to fix issues you need, or when asked about your bugs to give concise and repeatable testcases. As I said above, #6527 provided an excellent testcase that I was able to reproduce rapidly and test against to provide a fix in probably less than 30 minutes - although there was a certainly an element of the stars aligning. Good testcases certainly help. Yes I appreciate the bug has been here for sometime. Yes that's not excellent. But it's a bug that dates from Gogs and is still present in Gogs. Some appreciation of the hard work that we give you for free and some thanks wouldn't go amiss. |
hi @zeripath mi comment its due its ver frustrating for us the constants "upgrades", we appreciated that gitea has many features.. but you taking about "paid to work" and "time" well there's too much time in more and more features, and less and less bugfixeds.. you have some level of right when said that mi comment are too hard, but i have some level of right when the answerd are always "upgrade to lasted"... please! gitea 1.0 was great for some people.. but then need to upgrade! and then upgrade.. and then we have a "microsoft style" life! take in consideration due some of us (that obvilously loves gitea) relies on the OS vendors (as example AWS machines) so if i run a version of go that are not shipped with the OS (as example 1.10 in strech Debian) vendor limited their support.. so then i must use a gieta compiled agains the go vendor to property addressed bugs that does not comes from gitea.. could you understand the problem respect the "constants upgrades" |
@zeripath I think sometimes these bugs are not related with open source or not. Windows/Linux also have many such ten years or twenty years bugs. But of course all our maintainers/contributors spent many spare time on Gitea because we love her. @mckaygerhard It's not fixed because not many gitea users encountered it or it has many limited conditions. If you encountered it frequently and cannot stand it, please don't complain and send a PR to fix it. |
thanks for your reply @lunny , i want to help but sorry i not have enought skills in golang.. take for sure if i have those skilss i'll take by myselft that problem! but unfortunatelly, i dont have those skills, i am a very contributor when i found a problem .. but currently i need that fix and i cannot do it by myselft! many of us are in same problem! that's why i said "please less features and more fixeds without raising requirements".. thanks .. due do you noted that issue are market as "closed"? but you said "it's not fixed" so what happened here? |
It is fixed in master by pr #6555 |
thaks for your fix @zeripath a question here important? will be backported for those have not 1.8 series of gitea? PLEASE? |
@mckaygerhard it has been back port to v1.8 |
a well, i taking about and cited: "will be backported for those have not 1.8 series of gitea? PLEASE?" ? |
@mckaygerhard This will likely not be backported to 1.7.x as it relies on fairly major changes that will be introduced in 1.9.x (moving git to modules) and are already extra work just to backport to 1.8.x |
The text was updated successfully, but these errors were encountered: