diff --git a/.changeset/hip-ways-wash.md b/.changeset/hip-ways-wash.md new file mode 100644 index 0000000000..0d53f3e5b1 --- /dev/null +++ b/.changeset/hip-ways-wash.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-tech-insights-backend-module-jsonfc': minor +--- + +**BREAKING** The `JsonRulesEngineFactChecker` class now returns checks results with the `type` value equals to `BOOLEAN_CHECK_RESPONSE_TYPE`. diff --git a/.changeset/kind-birds-sneeze.md b/.changeset/kind-birds-sneeze.md new file mode 100644 index 0000000000..284c3dde74 --- /dev/null +++ b/.changeset/kind-birds-sneeze.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-tech-insights-common': patch +--- + +Added generic exported `BOOLEAN_CHECK_RESPONSE_TYPE` const for boolean check results. diff --git a/.changeset/loud-comics-search.md b/.changeset/loud-comics-search.md index 2d8c15ce9d..ded9fe0680 100644 --- a/.changeset/loud-comics-search.md +++ b/.changeset/loud-comics-search.md @@ -1,8 +1,5 @@ --- '@backstage/plugin-tech-insights': minor -'@backstage/plugin-tech-insights-backend-module-jsonfc': minor -'@backstage/plugin-tech-insights-backend': patch -'@backstage/plugin-tech-insights-common': patch --- Added the possibility to display check results of different types on a single scorecard. @@ -12,7 +9,6 @@ Added the possibility to display check results of different types on a single sc - The `TechInsightsClient` constructor accepts now the optional `renderers` parameter that can be used to inject a custom renderer. - **BREAKING** The `title` parameter in the `EntityTechInsightsScorecardContent` and `EntityTechInsightsScorecardCard` components is now mandatory. - The `booleanCheckResultRenderer` used to render boolean check results is exported. -- **BREAKING** The `JsonRulesEngineFactChecker` class now returns checks results with the `type` value equals to `boolean`. If you were overriding the `getScorecardsDefinition` method to adjust the rendering of check results, you should now provide a custom renderer using `renderers` parameter in the `TechInsightsClient` class. diff --git a/.changeset/small-walls-promise.md b/.changeset/small-walls-promise.md new file mode 100644 index 0000000000..0455b0d776 --- /dev/null +++ b/.changeset/small-walls-promise.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-tech-insights-backend': patch +--- + +Changed the description of the `techdocsAnnotationFactName` fact.