-
-
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
Fix broken webhooks #29690
Fix broken webhooks #29690
Conversation
How does this change fix the bug? |
And I can see JS error on the "add webhook" page (regression of #29211)
Maybe something is caused by the refactoring, while something is already broken before the refactoring. Update: the JS error has been fixed by #29692 |
I have tested in production env, it fixed. I haven't looked into the logic. |
I guess you only tested WeCom(WechatWork) But the underlying bug affects almost all webhooks. |
The |
I think the logic should be checked carefully. Do all these webhooks accept "GET"? |
But I do not see why it should use "GET" method for a "JSON body" |
Please don't use |
I believe #29145 accidently make the default methods as |
I just pointed out that feishu/lark hasn't been affected by the |
I was talking about #29690 (comment) : after the feishu/lark comment, it is for the |
|
Can confirm that latest nightly broke discord webhooks as well |
* giteaofficial/main: Use repo object format name instead of detecting from git repository (go-gitea#29702) Improve CSV rendering (go-gitea#29638) Remove jQuery AJAX from the comment edit history (go-gitea#29703) fix: rendering internal file links in org (go-gitea#29669) Fix broken webhooks (go-gitea#29690) Suppress error from monaco-editor (go-gitea#29684)
Fix #29689
This PR makes the default http method of webhook as POST instead of GET