|
e1ce9ceac1
|
Alerting: Simplify alert rule unique constraint violation errors (#106608)
Alerting: Simplify alert rule storage unique constraint violation errors
|
2025-06-12 13:27:08 +02:00 |
|
|
e39b17d701
|
Alerting: Remove constraints for uniqueness of rule title (#102067)
* fix having duplicated names in same group in the UI
---------
Co-authored-by: Sonia Aguilar <soniaaguilarpeiron@gmail.com>
|
2025-03-18 13:27:44 -04:00 |
|
|
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 |
|
|
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 |
|
|
99d8025829
|
Chore: Move identity and errutil to apimachinery module (#89116)
|
2024-06-13 07:11:35 +03:00 |
|
|
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 |
|
|
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 |
|
|
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 |
|