Commit Graph

69 Commits (38caa80acdbb3f18d2ade47f66ced9ab514b8fe5)

Author SHA1 Message Date
Arve Knudsen b5379c5335
Chore: Fix SQL related Go variable naming (#28887) 6 years ago
Arve Knudsen 7897c6b7d5
Chore: Fix staticcheck issues (#28854) 6 years ago
Arve Knudsen a5d9196a53
Chore/fix lint issues (#27704) 6 years ago
Carl Bergquist f9962eabff
chore: avoid aliasing imports in services (#22499) 6 years ago
Arve Knudsen 2a78d2a61c
pkg/services: Check errors (#19712) 7 years ago
Ben Patterson 9904e14f8e Alerting: Fix dates stored in local time when pausing alerts (#19525) 7 years ago
Kyle Brandt 172464e91e
alerting: return err when SetAlertState fails to save to sql (#18216) 7 years ago
Thibault Chataigner e06abb30aa Alerting: Add tags to alert rules (#10989) 7 years ago
Marcus Efraimsson f845a3b841
upgrade xorm packages to latest versions 7 years ago
bergquist 2fb78a50d6 minor fixes based on code review 8 years ago
bergquist d25284a364 introduce state `unknown` for rules that have not been evaluated yet 8 years ago
bergquist 4526660cb2 wire up debounce setting in the ui 8 years ago
bergquist 75f832cda8 use alert state changes counter as secondary version 8 years ago
Marcus Efraimsson 1be8fb76b8
cleanup alert_notification_state when deleting alert rules and channels 8 years ago
Mario Trangoni e85d0e8d6b pkg/services/sqlstore: Fix sess.Id is deprecated: use ID instead. (megacheck) 8 years ago
Mario Trangoni f73236f8f4 pkg/services/sqlstore: Fix x.Sql is deprecated: use SQL instead. (megacheck) 8 years ago
Caleb Tote 10aaf7b506
Adding eval_data to alerts query results 8 years ago
John Baublitz 3cb0e27e1c Revert changes post code review and move them to notification page 8 years ago
John Baublitz e068be4c26 Feature for repeated alerting in grafana 8 years ago
Alexander Zobnin 13c6f37ea5
alerting: show alerts for user with Viewer role 8 years ago
Patrick O'Carroll 0c269d64d0 Alert panel filters (#11712) 8 years ago
Dan Cech 1dfff74da9 move database-specific code into dialects (#11884) 8 years ago
Daniel Lee 5a3ba68a9c database: fixes after xorm update 8 years ago
bergquist 061a418f0f style: dont expose func outside package 8 years ago
Leonard Gram c5226a945b alerting: pausing alerts modifies updated. 8 years ago
Torkel Ödegaard 5323971c21
refactoring: alert rule query refactoring (#10941) 8 years ago
Daniel Lee f5107d5023 alerting: add permission check in api for pausing alerts 8 years ago
bergquist 5a1cf2c793 style: minor code style changes 8 years ago
Torkel Ödegaard 029317ed18 tech: alert list react migration progress 9 years ago
Torkel Ödegaard ba8c02f594 refactor: changed string slicing to strings.TrimPrefix, #9862 9 years ago
Patrick O'Carroll 9ad186bcc9 not ok option to alert list, fixes: #9754 9 years ago
Torkel Ödegaard 81a4df1372 fix: alert api limit param did not work and caused SQL syntax error, fixes #9492 9 years ago
Torkel Ödegaard 359421b5e8 refactor: sqlstore inTransaction consolidated to one version, fixes #8376 9 years ago
Torkel Ödegaard 0384eecf5c fix: minor fix for bug when saving alert with empty message, fixes #7927 9 years ago
bergquist 00dddca26a alerting: dedupe alert notifications when running multiple servers 9 years ago
bergquist 46e4a54a6e style: go fmt with simplify 9 years ago
bergquist e78da57e4d feat(alerting): shows when no_data triggered alerts 9 years ago
bergquist 6c2c3c7e24 Revert "fix(alerting): pause dto can only pause one" 10 years ago
bergquist b2c5a6a037 fix(alerting): pause dto can only pause one 10 years ago
bergquist a2257ec3d0 tech(alerting): renames pause all method 10 years ago
bergquist ecdf1888c4 feat(alerting): removes pause per datasource 10 years ago
bergquist 6b9db0c0c5 style(alerting): simplify support for pausing multiple alerts 10 years ago
bergquist fb6aa0e026 feat(api): adds endpoint for mass pausing alerts 10 years ago
utkarshcmu 7490c49f60 Alert un paused to pending state 10 years ago
utkarshcmu d9f2519916 Renamed Initialized to Pending 10 years ago
utkarshcmu 4c64e45a59 Added initalized state to alerts 10 years ago
Torkel Ödegaard 4c26c55fea fix(api): minor change to how pause alert was done 10 years ago
Torkel Ödegaard 46bab0bb37 feat(alerting): remove annotations when deleting alert, closes #6244 10 years ago
bergquist 264590a9c2 feat(alerting): add paused api endpoint 10 years ago
Torkel Ödegaard 7c339f0794 feat(alerting): show alertin state in panel header, closes #6136 10 years ago