-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(webhook): Fix panic when web URL string is empty in webhook payload #23042
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
Conversation
❌ Preview Environment deleted from BunnyshellAvailable commands (reply to this comment):
|
Signed-off-by: anandf <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23042 +/- ##
==========================================
+ Coverage 60.02% 60.05% +0.03%
==========================================
Files 343 343
Lines 57846 57847 +1
==========================================
+ Hits 34723 34742 +19
+ Misses 20353 20337 -16
+ Partials 2770 2768 -2 ☔ View full report in Codecov by Sentry. |
|
Tagging @reggie-k for reviews on this PR. |
nitishfy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested it locally and working well, thanks!
…ad (argoproj#23042) Signed-off-by: anandf <[email protected]> Signed-off-by: Lyheng <[email protected]>
…ad (argoproj#23042) Signed-off-by: anandf <[email protected]>
…ad (argoproj#23042) Signed-off-by: anandf <[email protected]>
…ad (argoproj#23042) Signed-off-by: anandf <[email protected]> Signed-off-by: dsuhinin <[email protected]>
…ad (argoproj#23042) Signed-off-by: anandf <[email protected]> Signed-off-by: dsuhinin <[email protected]>
Fixes #23024
Need to be cherry pickedd in release branches of v3.0, v2.14, v2.13
Checklist: