Merge pull request #8516 from wejendorp/jsonfc-fix

fix: allow partial evaluation of checks in jsonfc factchecker
This commit is contained in:
Fredrik Adelöw
2021-12-22 15:46:15 +01:00
committed by GitHub
4 changed files with 70 additions and 22 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-tech-insights': patch
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
---
RunChecks endpoint now handles missing retriever data in checks. Instead of
showing server errors, the checks will be shown for checks whose retrievers have
data, and a warning will be shown if no checks are returned.