-
-
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
Gitea not detecting merge conflict properly and failing to merge #29071
Comments
Missing As we are using more and more |
And these shouldn't be |
|
So from my understanding, this issue is really two issues?
|
Yes. There are two issues.
|
Partially fix #29071, regression of Modernize merge button #28140 Fix some missing `Redirect` -> `JSONRedirect`. Thanks @yp05327 for the help in #29071 (comment)
wait for backport |
Partially fix go-gitea#29071, regression of Modernize merge button go-gitea#28140 Fix some missing `Redirect` -> `JSONRedirect`. Thanks @yp05327 for the help in go-gitea#29071 (comment)
Closed by #29309 |
Backport #29288 Partially fix #29071, regression of Modernize merge button #28140 Fix some missing `Redirect` -> `JSONRedirect`. Thanks @yp05327 for the help in go-gitea/gitea#29071 (comment) (cherry picked from commit dcb9c38568dc4e9502fc416de237cce0eac41cba)
Partially fix #29071, regression of Modernize merge button #28140 Fix some missing `Redirect` -> `JSONRedirect`. Thanks @yp05327 for the help in go-gitea/gitea#29071 (comment) (cherry picked from commit 79217ea63c1f77de7ca79813ae45950724e63d02)
Description
I'm trying to merge a PR (with the method "Rebase then fast-forward"). But when I click the merge button, it just pops up a message saying "Network error." When I checked the logs it revealed it was an issue with merge conflicts.
The Gitea UI does say that the branch is out-of-date, but it says it should be OK to merge. The "Update branch by merge/rebase" button doesn't do anything and doesn't even appear on https://try.gitea.io.
The PR on https://try.gitea.io: https://try.gitea.io/TheBrokenRail/minecraft-pi-reborn/pulls/1
Gitea Version
v1.21.5
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
https://gist.github.com/TheBrokenRail/e6c0004d81c89d2d4af69688a4e01165
Screenshots
Git Version
2.40.1
Operating System
Ubuntu 22.04
How are you running Gitea?
Inside the official Docker container.
Database
SQLite
The text was updated successfully, but these errors were encountered: