-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add function for redelivering webhooks #2061
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
Signed-off-by: DeviousLab <deviouslab@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #2061 +/- ##
=======================================
Coverage 97.75% 97.75%
=======================================
Files 107 107
Lines 9600 9612 +12
=======================================
+ Hits 9384 9396 +12
Misses 150 150
Partials 66 66
Continue to review full report at Codecov.
|
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.
Thank you, @DeviousLab !
This is a good start. Please add a new unit test for the new method and make sure to run gofmt
on your added code.
As suggested by gmlewis Co-authored-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com>
Signed-off-by: DeviousLab <deviouslab@gmail.com>
…github into redeliver-webhook
Signed-off-by: DeviousLab <deviouslab@gmail.com>
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.
Thank you, @DeviousLab !
LGTM.
Awaiting second LGTM before merging.
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.
LGTM.
Thank you, @Parker77 ! |
Aims to resolve issue #2060. Let me know if I've done it wrong!
Signed-off-by: DeviousLab deviouslab@gmail.com
Fixes: #2060.