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
This bug is a bit annoying, because it is hard to reproduce, but it happened multiple times by now. Steps:
Create a branch with commits.
Push branch to origin via git push -u origin branchname
Use the link provided in the push response to create a PR.
Create the PR from the Web UI.
Sometimes this results in two PRs with the same data (but distinct numbers) being created. I have verified that these are treated as individual PRs by individually changing their meta-data. There is only one branch that both PRs share.
Unfortunately this is hard to reproduce, but it happens to often to ignore (especially since closing the 2nd PR also wants to delete the branch).
Gitea Version
1.16.8
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
Activating debug logs on the prod server creates a log of logging output. I am happy to follow hints on how to get the right logs efficiently.
Screenshots
No response
Git Version
From the Docker image.
Operating System
Docker running on Debian Bullseye.
How are you running Gitea?
We use the Docker image gitea/gitea:1.16.8 and set up our container via Ansible:
I suspect this isn't because of the link, but because of #17111 in general.
Closing as duplicate.
If you feel there is more to it, feel free to re-open or jump in Discord/Discourse/Matrix for a chat. 🙂
@jolheiser In #17111 rapid/repeated clicking is mentioned, but I have observed the same behavior with one careful single button click. It seems that the event is duplicated somewhere during processing (race condition)?
Description
This bug is a bit annoying, because it is hard to reproduce, but it happened multiple times by now. Steps:
git push -u origin branchname
Sometimes this results in two PRs with the same data (but distinct numbers) being created. I have verified that these are treated as individual PRs by individually changing their meta-data. There is only one branch that both PRs share.
Unfortunately this is hard to reproduce, but it happens to often to ignore (especially since closing the 2nd PR also wants to delete the branch).
Gitea Version
1.16.8
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
Activating debug logs on the prod server creates a log of logging output. I am happy to follow hints on how to get the right logs efficiently.
Screenshots
No response
Git Version
From the Docker image.
Operating System
Docker running on Debian Bullseye.
How are you running Gitea?
We use the Docker image
gitea/gitea:1.16.8
and set up our container via Ansible:Database
SQLite
The text was updated successfully, but these errors were encountered: