Commit Graph

14 Commits

Author SHA1 Message Date
Andres Martinez Gotor 4d0124af7a
Advisor: Fix retry behavior for missing item (#105608) 2025-05-19 15:15:20 +02:00
Andres Martinez Gotor b2387c1a31
Advisor: Allow to skip a step (#104454) 2025-05-15 16:58:45 +02:00
Andres Martinez Gotor 0d4884cb3b
Advisor: Avoid one GCOM request per plugin (#105180)
Backend Code Checks / Validate Backend Configs (push) Waiting to run Details
Backend Unit Tests / Grafana (push) Waiting to run Details
Backend Unit Tests / Grafana Enterprise (push) Waiting to run Details
CodeQL checks / Analyze (actions) (push) Waiting to run Details
CodeQL checks / Analyze (go) (push) Waiting to run Details
CodeQL checks / Analyze (javascript) (push) Waiting to run Details
CodeQL checks / Analyze (python) (push) Waiting to run Details
Lint Frontend / Verify i18n (push) Waiting to run Details
Lint Frontend / Lint (push) Waiting to run Details
Lint Frontend / Typecheck (push) Waiting to run Details
Lint Frontend / Betterer (push) Waiting to run Details
golangci-lint / lint-go (push) Waiting to run Details
End-to-end tests / Build & Package Grafana (push) Waiting to run Details
End-to-end tests / ${{ matrix.suite }} (dashboards-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (panels-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (smoke-tests-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (various-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/dashboards-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/panels-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/smoke-tests-suite) (push) Blocked by required conditions Details
End-to-end tests / ${{ matrix.suite }} (old arch) (old-arch/various-suite) (push) Blocked by required conditions Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (1) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (2) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (3) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (4) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (5) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (6) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (7) (push) Waiting to run Details
Frontend tests / Unit tests (${{ matrix.chunk }} / 8) (8) (push) Waiting to run Details
Integration Tests / Sqlite (push) Waiting to run Details
Integration Tests / MySQL (push) Waiting to run Details
Integration Tests / Postgres (push) Waiting to run Details
Run dashboard schema v2 e2e / dashboard-schema-v2-e2e (push) Waiting to run Details
Dispatch sync to mirror / dispatch-job (push) Waiting to run Details
trigger-dashboard-search-e2e / trigger-search-e2e (push) Waiting to run Details
Coverage / Backend Unit Tests (push) Has been cancelled Details
2025-05-12 09:45:56 +02:00
Misi 1254fb9b68
Advisor: Return array of CheckReportFailures from checks (#104958)
* Return array from Run

* Change NewCheckReportFailure signature
2025-05-08 10:42:38 +02:00
Andres Martinez Gotor 9b17cd44dc
Advisor: Use contextual logger (#104979) 2025-05-06 13:58:29 +02:00
Misi 06343fcda9
Advisor: Recover correctly when step.Run panics (#104521)
* wip

* Add test case for it
2025-04-25 14:14:44 +02:00
Andres Martinez Gotor edeff68645
Advisor: Allow to retry checks for a single element (#104279) 2025-04-24 12:00:32 +02:00
Andres Martinez Gotor 3121633eba
Advisor: Mark unprocessed checks as errored (#102888) 2025-03-27 12:50:24 +01:00
Andres Martinez Gotor da53b3fb5e
Advisor: Avoid Watcher (#102120) 2025-03-14 11:14:00 +01:00
Andres Martinez Gotor 42170ad23a
Advisor: Create checks following a schedule (#100282) 2025-02-10 13:15:41 +01:00
Andres Martinez Gotor f607bcd43f
Advisor: Replace Error naming with Failure (#100262) 2025-02-07 15:48:18 +01:00
Andres Martinez Gotor e291140be3
Advisor: Run check steps in parallel (#100200) 2025-02-07 10:57:26 +01:00
Andres Martinez Gotor 36275a5510
Advisor: Refactor check interfaces (#100043) 2025-02-06 09:55:17 +01:00
Andres Martinez Gotor b066a63131
Grafana Advisor: Datasource checks (#99313) 2025-01-23 16:19:50 +01:00