-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Webhooks on mirrored repositories broken #5441
Comments
I am also facing this issue and I am using a PG backed instance. I have found that restarting Gitea has the resulting effect of sending the "missed" deliveries! (Edit: FYI my instance's commit is |
This is also happening on commit I have an Org level webhook that works properly for other repos that are not mirrors. |
still an issue on v1.7 release - commit 41a2bfe, docker image deployment with PG backend. Mirroring from a gitlab repo. |
Hi.
I created webhook for it, because new created repository is not automatically assigned to all teams of owner organization. I'm just doing few API request with webhook target php script. If there is another option how to achieve it, I'll be glad for response. |
Same problem. Also when I press "Test delivery" after mirroring, gitea raises several hooks simultaneously - one for every push at mirror + testing |
Same problem in 1.6.2 release. |
One more information, I have this problem with normal repositories, not mirror. |
same issue her for me as @stefanak-michal . Delete works but not the create for a repository. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions. |
[x]
):Description
Gitea synchronizes mirrors but triggering the webhooks fails with no error and the webhook does not get called, contuary to #4127. Pressing "Test Delivery" however, triggers the webhook successfully and causes previous failed webhooks to succeed.
Screenshots
The text was updated successfully, but these errors were encountered: