Nihal
|
e73bb34cc0
|
Alerting: Fix Conflicting Alert Rule Response Has Wrong 'rule_uid' (#95013)
* change to return the right conflicting alert rule uid. see https://github.com/grafana/grafana/issues/89755
Signed-off-by: wasim-nihal <sswasim64@gmail.com>
* correcting the code comment
Signed-off-by: wasim-nihal <sswasim64@gmail.com>
* changes to return the conflicting uid for both insert and update operations
Signed-off-by: wasim-nihal <sswasim64@gmail.com>
* changes to return verbose conflicting alert rule response payload
Signed-off-by: wasim-nihal <sswasim64@gmail.com>
* changes to return verbose conflicting alert rule response payload
Signed-off-by: wasim-nihal <sswasim64@gmail.com>
* Update pkg/services/ngalert/store/alert_rule.go
Co-authored-by: Matthew Jacobson <JacobsonMT@gmail.com>
---------
Signed-off-by: wasim-nihal <sswasim64@gmail.com>
Co-authored-by: Matthew Jacobson <JacobsonMT@gmail.com>
|
2024-11-26 15:13:31 -05:00 |
|
Alexander Weaver
|
4c71cadd5f
|
Alerting: Detach condition validator from condition evaluator (#91150)
* Detach validator from evaluator
* Drop unnecessary interface and type
|
2024-07-30 10:55:37 -05:00 |
|
Ryan McKinley
|
99d8025829
|
Chore: Move identity and errutil to apimachinery module (#89116)
|
2024-06-13 07:11:35 +03:00 |
|
Alexander Weaver
|
03114e7602
|
Alerting: Return better error for invalid time range on alert queries (#85611)
* Return better error for invalid time range
* drop comment
|
2024-04-05 09:20:21 -05:00 |
|
Yuri Tseretyan
|
cfc3957894
|
Alerting: move store.ErrAlertRuleGroupNotFound to models package (#84308)
move ErrAlertRuleGroupNotFound to models to avoid future circular dependencies
|
2024-03-12 15:38:21 -04:00 |
|
Matthew Jacobson
|
dd0ca1263b
|
Alerting: Include rule uid, title, namespace in unique constraint errors (#82011)
* Alerting: Include rule_uid, title, namespace_uid in unique constraint errors
|
2024-02-07 12:55:48 -05:00 |
|