You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `scorecardHomeModule` | Registers Scorecard homepage widgets for the home plugin (`ScorecardGithubHomepage` and `ScorecardJiraHomepage`). |
175
-
| `scorecardCatalogModule` | Registers the Scorecard entity tab with the catalog plugin. Add to your app's `features`. Which entities show the tab is configured via `app.extensions` (see step 3). |
176
-
| `scorecardTranslationsModule` | Registers Scorecard translations with the app. Add to your app's `features`. |
| `scorecardHomeModule` | Registers Scorecard homepage widgets for the home plugin (`AggregatedCardWithDeprecatedMetricId`, `AggregatedCardWithDefaultAggregation`, `AggregatedCardWithJiraOpenIssues`, and `AggregatedCardWithGithubOpenPrs`). |
195
+
| `scorecardCatalogModule` | Registers the Scorecard entity tab with the catalog plugin. Add to your app's `features`. Which entities show the tab is configured via `app.extensions` (see step 3). |
196
+
| `scorecardTranslationsModule` | Registers Scorecard translations with the app. Add to your app's `features`. |
177
197
178
198
**Extensions**
179
199
180
200
- `api:scorecard`— Scorecard API (provided by the plugin; auto-discovered when the plugin is installed).
181
201
- `entity-content:catalog/entity-content-scorecard`— Scorecard tab on catalog entity pages. Configure with `allowedFilters` in `app.extensions` to limit by kind and optionally type.
182
-
- `home-page-widget:home/scorecard-github-homepage`— Homepage widget showing GitHub open PR metric.
183
-
- `home-page-widget:home/scorecard-jira-homepage`— Homepage widget showing Jira open issues metric.
202
+
- `home-page-widget:home/scorecard-deprecated-metric-id`— Homepage widget using deprecated metricId property (Jira open issues).
203
+
- `home-page-widget:home/scorecard-default-aggregation`— Homepage widget using default aggregation config (GitHub open PRs).
204
+
- `home-page-widget:home/scorecard-jira-open-issues`— Homepage widget showing Jira open blocking tickets.
205
+
- `home-page-widget:home/scorecard-github-open-prs`— Homepage widget showing GitHub open PRs.
0 commit comments