diff --git a/.changeset/friendly-kids-mix.md b/.changeset/friendly-kids-mix.md new file mode 100644 index 0000000000..b59209290c --- /dev/null +++ b/.changeset/friendly-kids-mix.md @@ -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.