d25d926462
Advisor: Fix paginated requests for checks ( #108583 )
2025-07-25 13:42:16 +02:00
5066aec64d
Advisor: Context handler returns a copy of request ( #108508 )
2025-07-24 10:32:06 +00:00
e5d2f92384
K8s: Add App SDK installer ( #107773 )
2025-07-21 13:32:15 -04:00
e4650d3d8f
Advisor: Update app-sdk and regenerate code ( #107786 )
2025-07-10 09:55:10 +02:00
2294620b2e
Advisor: Include optional more info in failures ( #107244 )
2025-07-01 10:49:16 +02:00
0356e1302a
Advisor: improve code readability ( #107175 )
2025-06-25 10:48:36 +00:00
c5a6bb5ab1
Advisor: Address error logs ( #107125 )
2025-06-25 12:08:30 +02:00
a3e85d8319
Advisor: Fix issues ( #106612 )
2025-06-12 15:37:07 +00:00
e73530da09
Advisor: Add a check for pinned instances ( #106059 )
2025-06-12 10:15:40 +02:00
34ef571542
Advisor: Better handling of context cancel ( #106470 )
2025-06-10 16:53:51 +02:00
e2e8de29ba
Advisor: Check plugin signature ( #106044 )
2025-05-29 11:33:19 +02:00
701297aa3f
Advisor: Documentation and config check ( #105929 )
2025-05-26 11:11:29 +02:00
109dc4dc56
Advisor: Update some wording ( #105935 )
2025-05-23 16:38:50 +02:00
269226cb50
Advisor: Add human readable name to check types ( #105717 )
2025-05-21 15:23:08 +02:00
4d0124af7a
Advisor: Fix retry behavior for missing item ( #105608 )
2025-05-19 15:15:20 +02:00
b2387c1a31
Advisor: Allow to skip a step ( #104454 )
2025-05-15 16:58:45 +02:00
76d4953879
Advisor: Include deprecated and filter by plugin slug ( #105383 )
2025-05-15 14:53:49 +02:00
0d4884cb3b
Advisor: Avoid one GCOM request per plugin ( #105180 )
2025-05-12 09:45:56 +02:00
43748e43bb
Plugins: Add plugins auto update feature ( #104112 )
2025-05-09 15:58:04 +02:00
8ef8185379
Advisor: Ensure User-Agent header is set for checks ( #105122 )
2025-05-09 13:57:17 +02:00
60670003b1
Advisor: Reduce and spread load ( #105012 )
2025-05-08 11:04:30 +02:00
1254fb9b68
Advisor: Return array of CheckReportFailures from checks ( #104958 )
...
* Return array from Run
* Change NewCheckReportFailure signature
2025-05-08 10:42:38 +02:00
9b17cd44dc
Advisor: Use contextual logger ( #104979 )
2025-05-06 13:58:29 +02:00
7d1eda2e5e
Advisor: Add checks for list validation for SSO Settings service ( #104520 )
...
* Add format validation for allowed_organizations and allowed_groups
* Refactor, introduce ListFormatValidation
* Add tests
* Update apps/advisor/pkg/app/checks/authchecks/list_format_validation.go
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
* Update apps/advisor/pkg/app/checks/authchecks/list_format_validation.go
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
* Use one step instead of multiple separate ones
---------
Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
2025-05-05 12:10:49 +02:00
06343fcda9
Advisor: Recover correctly when step.Run panics ( #104521 )
...
* wip
* Add test case for it
2025-04-25 14:14:44 +02:00
edeff68645
Advisor: Allow to retry checks for a single element ( #104279 )
2025-04-24 12:00:32 +02:00
335a55047b
Advisor: Move the missing plugin check to its own step ( #103861 )
2025-04-11 12:11:05 +02:00
757be6365a
CI: Bump golangci-lint to 2.0.2 ( #103572 )
2025-04-10 14:42:23 +02:00
89c70fcdcf
Chore: Advisor stats ( #103711 )
2025-04-10 10:51:00 +02:00
3777b765b9
Advisor: Define error if a datasource doesn't have its plugin installed ( #103200 )
2025-04-02 11:21:37 +02:00
3121633eba
Advisor: Mark unprocessed checks as errored ( #102888 )
2025-03-27 12:50:24 +01:00
20e171968e
Advisor: Avoid returning an error when creating initial resources ( #102545 )
2025-03-21 14:50:45 +02:00
da53b3fb5e
Advisor: Avoid Watcher ( #102120 )
2025-03-14 11:14:00 +01:00
a9634f9b12
Advisor: Skip plugin check for provisioned plugins ( #101782 )
2025-03-13 15:04:08 +01:00
8142aef64d
Advisor: Avoid evaluating a check for another namespace ( #101885 )
2025-03-10 17:09:11 +01:00
120b277664
Advisor: Cloud fixes ( #101136 )
2025-02-25 11:41:44 +01:00
a24fd1b722
Advisor: Redefine check properties ( #100874 )
2025-02-19 15:11:55 +01:00
12bb50f97f
Advisor: Make evaluation interval and max history configurable ( #100534 )
2025-02-14 10:05:34 +01:00
b6c0db31d9
Advisor: Clean up old checks ( #100375 )
2025-02-11 09:36:46 +01:00
42170ad23a
Advisor: Create checks following a schedule ( #100282 )
2025-02-10 13:15:41 +01:00
f607bcd43f
Advisor: Replace Error naming with Failure ( #100262 )
2025-02-07 15:48:18 +01:00
e291140be3
Advisor: Run check steps in parallel ( #100200 )
2025-02-07 10:57:26 +01:00
ae33d49036
Advisor: Assert new fields ( #100199 )
2025-02-06 16:29:54 +02:00
52db2070a0
Advisor: Expose check types as a resource ( #100058 )
2025-02-06 13:35:40 +01:00
36275a5510
Advisor: Refactor check interfaces ( #100043 )
2025-02-06 09:55:17 +01:00
6d159b6240
Advisor: Fix Healtcheck check ( #100115 )
2025-02-05 14:59:40 +01:00
4cd2ebe186
Grafana Advisor: Automatically generate frontend types ( #99807 )
...
* Grafana Advisor: Frontend types
* fix bad merge
2025-02-03 11:45:17 +01:00
1e3783cc11
Grafana Advisor: Add links to suggested actions ( #99764 )
...
Grafana Advisor: Add links to proposed actions
2025-01-30 13:40:37 +01:00
b0e74cf737
Grafana Advisor: Plugin checks ( #99502 )
2025-01-27 16:39:46 +01:00
3993d691f4
Advisor: Implement authorizer ( #99440 )
2025-01-23 18:00:02 +02:00