Commit Graph

91 Commits (9289cba6252ffa3fc1a01bc2ef4150475ba84fdd)

Author SHA1 Message Date
bergquist 67e5f62514 move version conflict logging for mark as complete to sqlstore package 7 years ago
bergquist 9d3659d30d improve local variable name 7 years ago
bergquist b45a1bd45c avoid exporting notificationState and notificationStateSlice 7 years ago
bergquist 9022e871e3 avoid sending full notification state to pending/complete 7 years ago
bergquist 341d8af637 rename GetNotificationStateQuery to GetOrCreateNotificationStateQuery 7 years ago
bergquist 7f1d7cefc0 reminder: uses UpdatedAt to track state changes. 7 years ago
bergquist 75f832cda8 use alert state changes counter as secondary version 7 years ago
Marcus Efraimsson 67c58fa5e4
fix set sent_at on complete 7 years ago
Marcus Efraimsson c1763508e0
handle pending and completed state for alert notifications 7 years ago
Marcus Efraimsson 88bbc452a7
wip: send and mark as complete 7 years ago
bergquist 15ce474639 wip 7 years ago
bergquist c5278af6c4 add support for mysql and postgres unique index error codes 7 years ago
bergquist ff79f80685 initial rename refactoring 7 years ago
bergquist b04052f515 alerting: move all notification conditions to defaultShouldNotify 7 years ago
Torkel Ödegaard cb96c6d942 Changed setting to be an alerting setting 7 years ago
Torkel Ödegaard 4dab595ed7 rendering: Added concurrent rendering limits 7 years ago
Marcus Efraimsson dfa5d17670
don't write to notification journal when testing notifier/rule 7 years ago
Marcus Efraimsson 3350a3477d
fix after merge with master 7 years ago
Torkel Ödegaard f2b1fabd5c
fix: Alerting rendering timeout was 30 seconds, same as alert rule eval timeout, this should be much lower so the rendering timeout does not timeout the rule context, fixes #12151 (#12903) 7 years ago
bergquist 66c56e7bbe notifications: dont return error if one notifer failed 7 years ago
bergquist e91e3ea771 notifications: send notifications synchronous 7 years ago
bergquist 396f8e6464 notifications: read without tran, write with tran 7 years ago
bergquist c4292b43f5 alerting: only log when screenshot been uploaded 7 years ago
bergquist c21938d4c4 use epoch to compare timestamp 7 years ago
bergquist 7632983c62 notifications: gather actions in one transaction 7 years ago
bergquist bcbae7aa62 alerting: move queries from evalcontext to notifier base 7 years ago
John Baublitz 3cb0e27e1c Revert changes post code review and move them to notification page 7 years ago
Torkel Ödegaard 80d694d205
Backend image rendering as plugin (#11966) 7 years ago
Karsten Weiss de8696d5d3 Outdent code after if block that ends with return (golint) 7 years ago
Karsten Weiss b7adf28501 Remove redundancy in variable declarations (golint) 7 years ago
bergquist 992fd37010 alert: use new url format 7 years ago
bergquist 1240db31d3 alerting: reduce log level for notifiers 8 years ago
bergquist 0b6169b3f5 removes verbose logging 8 years ago
Thibault Chataigner fd633a1d5d Add a per-notifier ShouldNotify() 8 years ago
bergquist c7698a09ed pass context to image uploaders 8 years ago
bergquist 2de94d6548 convert old metrics to prom metrics 8 years ago
Daniel Lee 446104d120 dashfolders: allows phantomjs rendering for alerting 8 years ago
bergquist bd010289b2 alerting: images in alert notifications is now optional 8 years ago
Torkel Ödegaard b8f559aecb feat(plugins): made notifiers more pluggable and easier to support many of them, new ones can now be added without modifying any existing file, #7162 9 years ago
bergquist 2e7d222f6e Revert "tech: remove unused code" 9 years ago
bergquist d9131be0a5 tech: remove unused code 9 years ago
bergquist 2b6013ce81 fix(notifications): failed image upload should not stop notification 9 years ago
bergquist b578d06e4a chore(notification): improve log message 9 years ago
bergquist c0829903ba fix(alerting): scope variable was updated 9 years ago
bergquist 3162e680c2 tech(notifiers): improve logging for notifications 9 years ago
bergquist d726f49a8c fix(notification): broken test notifications 9 years ago
Carl Bergquist c38f6ff182 Make alerting notifcations sync (#6158) 9 years ago
bergquist 1a062c52fa fix(notifications): handle none configured image uploader 9 years ago
bergquist 1a32ab64b6 tech(renderer): improve renderOpts names 9 years ago
bergquist effd2098ee feat(alerting): fixes broken image renderer 9 years ago