From 12c6a07c2a231f3969326f06e9812aa5e33a8dbe Mon Sep 17 00:00:00 2001 From: kielosz Date: Wed, 17 Aug 2022 16:07:03 +0200 Subject: [PATCH] Multiple changesets Signed-off-by: kielosz --- .changeset/hip-ways-wash.md | 5 +++++ .changeset/kind-birds-sneeze.md | 5 +++++ .changeset/loud-comics-search.md | 4 ---- .changeset/small-walls-promise.md | 5 +++++ 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .changeset/hip-ways-wash.md create mode 100644 .changeset/kind-birds-sneeze.md create mode 100644 .changeset/small-walls-promise.md 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.