Skip to content
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

Column webhook_send is still used when webhook.enable property is false #9000

Closed
ga-ram opened this issue Jun 30, 2022 · 0 comments · Fixed by #9001, #9002, #9007 or #9008
Closed

Column webhook_send is still used when webhook.enable property is false #9000

ga-ram opened this issue Jun 30, 2022 · 0 comments · Fixed by #9001, #9002, #9007 or #9008
Assignees

Comments

@ga-ram
Copy link
Contributor

ga-ram commented Jun 30, 2022

What version of pinpoint are you using?

master

Describe the bug

Column webhook_send is still used when webhook.enable property is false.
If webhook_send column is not added to the alarm table, users can't add alarms with type All.

Expected behavior

AlarmServiceImpl.insertRule() should only be used with webhook.enable=true
AlarmServiceImpl.insertRuleWithWebhooks() is used with webhook.enable=false

ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jun 30, 2022
ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jun 30, 2022
ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jun 30, 2022
@ga-ram ga-ram self-assigned this Jun 30, 2022
ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jul 4, 2022
ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jul 4, 2022
ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jul 4, 2022
ga-ram added a commit to ga-ram/pinpoint that referenced this issue Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment