-
Notifications
You must be signed in to change notification settings - Fork 295
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
Add support for Webhooks #169
Conversation
6786084
to
3b41fe6
Compare
@aananthraj You can also refer integration tests recently added by @PrasadG193 |
3b41fe6
to
65eca93
Compare
@sanketsudake, @PrasadG193 made those requested changes. |
Minor comment, can we rename |
Sure, lets maintain the same. |
This commit, - modifies return type of GetLastSeenSlackMessage to pointers.
This commit, - Adds support for event notifications through `Wehbook` - updates configs in all yaml files - updated helm charts - adds unit tests for webhook notifier - adds integration test webhook notifier - adds test/webhook package to enable integration testing.
65eca93
to
3b0a672
Compare
made those request changes. |
Looks good for now, we might need to add support for the self-signed certificates in future |
ISSUE TYPE
SUMMARY
Modify return type as pointer:
This commit,
Add support for Webhooks:
This Commit,
Wehbook
Preview: