merged master

Signed-off-by: Hao Luo <howlowck@gmail.com>
This commit is contained in:
Hao Luo
2022-10-26 12:57:00 -05:00
1269 changed files with 34967 additions and 7658 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-scaffolder': patch
---
Basic analytics instrumentation is now in place:
- As users make their way through template steps, a `click` event is fired, including the step number.
- After a user clicks "Create" a `create` event is fired, including the name of the software that was just created. The template used at creation is set on the `entityRef` context key.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Both `EntityProvider` and `AsyncEntityProvider` contexts now wrap all children with an `AnalyticsContext` containing the corresponding `entityRef`; this opens up the possibility for all events underneath these contexts to be associated with and aggregated by the corresponding entity.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fix logic bug that broke techdocs-cli-embedded-app
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Set the `searchTooltip` to "Filter" to follow how the `searchPlaceholder` is set making this more consistent
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Handle errors that may occur when the user logs out
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': minor
---
Updated the React Router wiring to make use of the new `basename` property of the router components in React Router v6 stable. To implement this, a new optional `basename` property has been added to the `Router` app component, which can be forwarded to the concrete router implementation in order to support this new behavior. This is done by default in any app that does not have a `Router` component override.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Making the description of the GitLab repoUrl owner field more clearer by focusing it refers to the GitLab namespace.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-org': patch
---
consistently show parent and child relations in group profile card
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-model': patch
---
Defer `ajv` compilation of schema validators to improve module-import performance
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-insights': patch
---
Fixed bug when sending data by Post in `runChecks` and `runBulkChecks` functions of the `TechInsightsClient` class, the default `Content-Type` used was `plain/text`
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-common': minor
---
**BREAKING CHANGE**: The `UrlReader` interface has been updated to require that `readUrl` is implemented. `readUrl` has previously been optional to implement but a warning has been logged when calling its predecessor `read`.
The `read` method is now deprecated and will be removed in a future release.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-react': minor
'@backstage/plugin-catalog': patch
---
Implemented the visual parts of `EntityKindPicker` so that it can be shown alongside the other filters on the left side of your catalog pages.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-react': patch
---
Added two new `EntityRefLinks` props, the first being `getTitle` that allows for customization of the title used for each link. The second one is `fetchEntities`, which triggers a fetching of all entities so that the full entity definition is available in the `getTitle` callback.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
Add `gitlabDiscoveryEntityProviderCatalogModule` (new backend-plugin-api, alpha).
-12
View File
@@ -1,12 +0,0 @@
---
'@backstage/create-app': patch
---
Newly created Backstage repositories now use the stable version 6 of
`react-router`, just like the main repo does. Please let us know if you find any
issues with this.
Migrating to the stable version of `react-router` is optional for the time
being. But if you want to do the same for your existing repository, please
follow [this
guide](https://backstage.io/docs/tutorials/react-router-stable-migration).
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-github-issues': patch
---
Stripping specific issues URL already present to target base issues URL.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
`AzureDevOpsEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
Please find how to configure the schedule at the config at
https://backstage.io/docs/integrations/azure/discovery
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Prevent `.set()` to execute a request to the StorageClient if the user is `guest`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-app-api': patch
---
Fixed a bug where gathered index routes would fail to bind routable extensions. This would typically show up when placing a routable extension in the entity page overview tab.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Tweak the Jest Caching loader to only operate when in `watch` mode
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Update versions of packages used in the create-app template, to match those in the main repo
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-test-utils': patch
---
Fixed handling of root scoped services in `startTestBackend`.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
`MicrosoftGraphOrgEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
Please find how to configure the schedule at the config at
https://github.com/backstage/backstage/tree/master/plugins/catalog-backend-module-msgraph#readme
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Support custom layouts in dry run editor
+25
View File
@@ -0,0 +1,25 @@
---
'@backstage/plugin-techdocs': minor
---
Add ability to configure filters when using EntityListDocsGrid
The following example will render two sections of cards grid:
- One section for documentations tagged as `recommended`
- One section for documentations tagged as `runbook`
```js
<EntityListDocsGrid groups={{[
{
title: "Recommended Documentation",
filterPredicate: entity =>
entity?.metadata?.tags?.includes('recommended') ?? false,
},
{
title: "RunBooks Documentation",
filterPredicate: entity =>
entity?.metadata?.tags?.includes('runbook') ?? false,
}
]}} />
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Added a new property called `additionalTemplateGlobals` which allows you to add global functions to the scaffolder nunjucks templates.
+17
View File
@@ -0,0 +1,17 @@
---
'@backstage/plugin-catalog-backend-module-github': minor
---
BREAKING: Support authenticated backends by including a server token for catalog requests. The constructor of `GithubLocationAnalyzer` now requires an instance of `TokenManager` to be supplied:
```diff
...
builder.addLocationAnalyzers(
new GitHubLocationAnalyzer({
discovery: env.discovery,
config: env.config,
+ tokenManager: env.tokenManager,
}),
);
...
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Deep-import LightAsync component to improve module-import speed
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-plugin-api': minor
---
The app `Router` component now accepts an optional `basename` property.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Added possibility to configure index plugin of the HTTP router service.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-backend': patch
'@backstage/plugin-techdocs-node': patch
'@backstage/plugin-techdocs-backend': patch
---
Replace usage of deprecataed `UrlReader.read` with `UrlReader.readUrl`.
-37
View File
@@ -1,37 +0,0 @@
---
'@backstage/plugin-catalog': minor
---
Added new column `Label` to `CatalogTable.columns`, this new column allows you make use of labels from metadata.
For example: category and visibility are type of labels associated with API entity illustrated below.
YAML code snippet for API entity
```yaml
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: sample-api
description: API for sample
links:
- url: http://localhost:8080/swagger-ui.html
title: Swagger UI
tags:
- http
labels:
category: legacy
visibility: protected
```
Consumers can customise columns to include label column and show in api-docs list
```typescript
const columns = [
CatalogTable.columns.createNameColumn({ defaultKind: 'API' }),
CatalogTable.columns.createLabelColumn('category', { title: 'Category' }),
CatalogTable.columns.createLabelColumn('visibility', {
title: 'Visibility',
defaultValue: 'public',
}),
];
```
+38
View File
@@ -0,0 +1,38 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Added a set of default Prometheus metrics around scaffolding. See below for a list of metrics and an explanation of their labels:
- `scaffolder_task_count`: Tracks successful task runs.
Labels:
- `template`: The entity ref of the scaffolded template
- `user`: The entity ref of the user that invoked the template run
- `result`: A string describing whether the task ran successfully, failed, or was skipped
- `scaffolder_task_duration`: a histogram which tracks the duration of a task run
Labels:
- `template`: The entity ref of the scaffolded template
- `result`: A boolean describing whether the task ran successfully
- `scaffolder_step_count`: a count that tracks each step run
Labels:
- `template`: The entity ref of the scaffolded template
- `step`: The name of the step that was run
- `result`: A string describing whether the task ran successfully, failed, or was skipped
- `scaffolder_step_duration`: a histogram which tracks the duration of each step run
Labels:
- `template`: The entity ref of the scaffolded template
- `step`: The name of the step that was run
- `result`: A string describing whether the task ran successfully, failed, or was skipped
You can find a guide for running Prometheus metrics here: https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/prometheus-metrics.md
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
`GitlabDiscoveryEntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
Please find how to configure the schedule at the config at
https://backstage.io/docs/integrations/gitlab/discovery
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Generated development HTTPS backend certificate is now checked for expiration date instead of file age.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-openapi': patch
---
Added support to use the `UrlReaders` when `$ref` pointing to a URL.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': minor
---
This patch brings Gitea as a valid integration: target, via the ScmIntegration interface. It adds gitea to the relevant static properties (get integration by name, get integration by type) for plugins to be able to reference the same Gitea server.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
This patch adds GiteaURLReader to the available classes. It currently only reads single files via gitea's public repos api
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-cost-insights': patch
'@backstage/plugin-dynatrace': patch
'@backstage/plugin-stack-overflow-backend': patch
'@backstage/plugin-techdocs': patch
---
Tweak README
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-catalog-backend-module-aws': patch
---
`AwsS3EntityProvider`: Add option to configure schedule via `app-config.yaml` instead of in code.
Please find how to configure the schedule at the config at
https://backstage.io/docs/integrations/aws-s3/discovery
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/integration': minor
---
Replaces in-code uses of `GitHub` with `Github` and deprecates old versions.
Deprecates:
- `getGitHubFileFetchUrl` replaced by `getGithubFileFetchUrl`
- `GitHubIntegrationConfig` replaced by `GithubIntegrationConfig`
- `GitHubIntegration` replaced by `GithubIntegration`
- `readGitHubIntegrationConfig` replaced by `readGithubIntegrationConfig`
- `readGitHubIntegrationConfigs` replaced by `readGithubIntegrationConfigs`
- `replaceGitHubUrlType` replaced by `replaceGithubUrlType`
+16
View File
@@ -0,0 +1,16 @@
---
'@backstage/cli': minor
---
Added a new ESLint rule that restricts imports of Link from @material-ui
The rule can be can be overridden in the following way:
```diff
module.exports = require('@backstage/cli/config/eslint-factory')(__dirname, {
+ restrictedImports: [
+ { name: '@material-ui/core', importNames: [] },
+ { name: '@material-ui/core/Link', importNames: [] },
+ ],
});
```
-14
View File
@@ -1,14 +0,0 @@
---
'@techdocs/cli': patch
'@backstage/plugin-techdocs-node': patch
---
fixing techdocs-cli Docker client creation
Docker client does not need to be created when --no-docker
option is provided.
If you had DOCKER_CERT_PATH environment variable defined
the Docker client was looking for certificates
and breaking techdocs-cli generate command even with --no-docker
option.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-import': patch
---
Get rid of `this-is-undefined-in-esm` warning
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
Removed forced capitalization for Entity types in the catalog sidebar.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': minor
---
Deprecated the `homepage` config as the component that used it - `HomepageTimer` - has been removed and replaced by the `HeaderWorldClock` in the home plugin
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': minor
---
Google OAuth refresh tokens will now be revoked on logout by calling Google's API
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-azure': patch
---
Add `azureDevOpsEntityProviderCatalogModule` (new backend-plugin-api, alpha).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Allow interfaces to be used for inferred option types.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-aws': patch
---
Add `awsS3EntityProviderCatalogModule` (new backend-plugin-api, alpha).
-10
View File
@@ -1,10 +0,0 @@
---
'@backstage/plugin-auth-backend': minor
---
CookieConfigurer can optionally return the `SameSite` cookie attribute.
CookieConfigurer now requires an additional argument `appOrigin` - the origin URL of the app - which is used to calculate the `SameSite` attribute.
defaultCookieConfigurer returns the `SameSite` attribute which defaults to `Lax`. In cases where an auth-backend is running on a different domain than the App, `SameSite=None` is used - but only for secure contexts. This is so that cookies can be included in third-party requests.
OAuthAdapterOptions has been modified to require additional arguments, `baseUrl`, and `cookieConfigurer`.
OAuthAdapter now resolves cookie configuration using its supplied CookieConfigurer for each request to make sure that the proper attributes always are set.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-defaults': patch
---
Added root logger service to the set of default services.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated fallback versions of dependencies in all templates.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-kubernetes': patch
---
Add useCustomResources react hook for fetching Kubernetes Custom Resources
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-tasks': patch
---
Deprecated the `HumanDuration` type, which should now instead be imported from `@backstage/types`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-tech-radar': patch
---
Fixed bug in Tech Radar where, on hover, the tech list quadrant would rerender and scroll top
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Added a new `repo test` command.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-user-settings': patch
---
Update installation instructions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-tech-insights': patch
---
making available the search for the last FACTS executed
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Small update to fix compatibility with newer versions of the `keyv` library
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/plugin-bitbucket-cloud-common': minor
---
Update Bitbucket Cloud models to latest OAS version.
The latest specification contained some BREAKING CHANGES
due to removed fields.
All of these fields are not used at other plugins, though.
Therefore, this change has no impact on other modules here.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Updated `@swc/core` to version 1.3.9 which fixes a `.tsx` parser bug
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Add `microsoftGraphOrgEntityProviderCatalogModule` (new backend-plugin-api, alpha).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend': minor
---
Be less restrictive with unknown keys on query endpoint
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-gerrit': patch
---
Add `gerritEntityProviderCatalogModule` (new backend-plugin-api, alpha).
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-vault-backend': patch
---
VaultBuilder.tsx renamed to VaultBuilder in order for module to be correctly loaded.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-github-pull-requests-board': patch
---
Add a new "Team" Filter Options to the Github Pull Requests Dashboard.
When toggling this option on, the dashboard will displays all of the PRs opened
by the members of that team on any repositories of the organization.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-github-issues': patch
---
Updated the `luxon` dependency to 3.x
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': minor
---
Add support for link to TechDocs and other links defined in template entity specification metadata on TemplateCard
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/test-utils': patch
'@backstage/plugin-cicd-statistics': patch
---
Align on the version of `@material-ui/icons` used, to `^4.9.1` like other packages in the main repo
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-github-issues': patch
'@backstage/plugin-github-pull-requests-board': patch
---
Properly filter on relations instead of the spec, when finding by owner
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/catalog-model': patch
'@backstage/core-components': patch
'@backstage/integration': patch
'@backstage/plugin-auth-node': patch
'@backstage/plugin-gcalendar': patch
'@backstage/plugin-periskop': patch
'@backstage/plugin-permission-common': patch
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-xcmetrics': patch
---
Internal refactor of imports to avoid circular dependencies
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Updated lockfile parsing to have better support for Yarn 3.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-client': patch
---
Renamed argument in `validateEntity` from `location` to `locationRef`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Fixed an issue where `getClient()` for a `pluginId` would return different clients and not share them
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed a bug where entities provided without a location key would always replace existing entities, rather than updating them.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Properly derive Github credentials when making requests in `GithubLocationAnalyzer` to support Github App authentication
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-ilert': minor
---
Added support for multiple responders in alert list, added new tab with list to support iLert resource 'service', added new tab with list to support iLert resource 'status page'
+230 -241
View File
@@ -2,257 +2,246 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"example-app": "0.2.75",
"@backstage/app-defaults": "1.0.6",
"example-backend": "0.2.75",
"@backstage/backend-app-api": "0.2.1",
"@backstage/backend-common": "0.15.1",
"@backstage/backend-defaults": "0.1.1",
"example-backend-next": "0.0.3",
"@backstage/backend-plugin-api": "0.1.2",
"@backstage/backend-tasks": "0.3.5",
"@backstage/backend-test-utils": "0.1.28",
"@backstage/catalog-client": "1.1.0",
"@backstage/catalog-model": "1.1.1",
"@backstage/cli": "0.19.0",
"example-app": "0.2.76",
"@backstage/app-defaults": "1.0.7",
"example-backend": "0.2.76",
"@backstage/backend-app-api": "0.2.2",
"@backstage/backend-common": "0.15.2",
"@backstage/backend-defaults": "0.1.2",
"example-backend-next": "0.0.4",
"@backstage/backend-plugin-api": "0.1.3",
"@backstage/backend-tasks": "0.3.6",
"@backstage/backend-test-utils": "0.1.29",
"@backstage/catalog-client": "1.1.1",
"@backstage/catalog-model": "1.1.2",
"@backstage/cli": "0.20.0",
"@backstage/cli-common": "0.1.10",
"@backstage/codemods": "0.1.39",
"@backstage/config": "1.0.2",
"@backstage/config-loader": "1.1.4",
"@backstage/core-app-api": "1.1.0",
"@backstage/core-components": "0.11.1",
"@backstage/core-plugin-api": "1.0.6",
"@backstage/create-app": "0.4.31",
"@backstage/dev-utils": "1.0.6",
"@backstage/codemods": "0.1.40",
"@backstage/config": "1.0.3",
"@backstage/config-loader": "1.1.5",
"@backstage/core-app-api": "1.1.1",
"@backstage/core-components": "0.11.2",
"@backstage/core-plugin-api": "1.0.7",
"@backstage/create-app": "0.4.32",
"@backstage/dev-utils": "1.0.7",
"e2e-test": "0.2.0",
"@backstage/errors": "1.1.1",
"@backstage/integration": "1.3.1",
"@backstage/integration-react": "1.1.4",
"@backstage/errors": "1.1.2",
"@backstage/integration": "1.3.2",
"@backstage/integration-react": "1.1.5",
"@backstage/release-manifests": "0.0.6",
"@techdocs/cli": "1.2.1",
"techdocs-cli-embedded-app": "0.2.74",
"@backstage/test-utils": "1.2.0",
"@techdocs/cli": "1.2.2",
"techdocs-cli-embedded-app": "0.2.75",
"@backstage/test-utils": "1.2.1",
"@backstage/theme": "0.2.16",
"@backstage/types": "1.0.0",
"@backstage/version-bridge": "1.0.1",
"@backstage/plugin-adr": "0.2.1",
"@backstage/plugin-adr-backend": "0.2.1",
"@backstage/plugin-adr-common": "0.2.1",
"@backstage/plugin-airbrake": "0.3.9",
"@backstage/plugin-airbrake-backend": "0.2.9",
"@backstage/plugin-allure": "0.1.25",
"@backstage/plugin-analytics-module-ga": "0.1.20",
"@backstage/plugin-apache-airflow": "0.2.2",
"@backstage/plugin-api-docs": "0.8.9",
"@backstage/plugin-adr": "0.2.2",
"@backstage/plugin-adr-backend": "0.2.2",
"@backstage/plugin-adr-common": "0.2.2",
"@backstage/plugin-airbrake": "0.3.10",
"@backstage/plugin-airbrake-backend": "0.2.10",
"@backstage/plugin-allure": "0.1.26",
"@backstage/plugin-analytics-module-ga": "0.1.21",
"@backstage/plugin-apache-airflow": "0.2.3",
"@backstage/plugin-api-docs": "0.8.10",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.0",
"@backstage/plugin-apollo-explorer": "0.1.2",
"@backstage/plugin-app-backend": "0.3.36",
"@backstage/plugin-auth-backend": "0.16.0",
"@backstage/plugin-auth-node": "0.2.5",
"@backstage/plugin-azure-devops": "0.2.0",
"@backstage/plugin-azure-devops-backend": "0.3.15",
"@backstage/plugin-apollo-explorer": "0.1.3",
"@backstage/plugin-app-backend": "0.3.37",
"@backstage/plugin-auth-backend": "0.17.0",
"@backstage/plugin-auth-node": "0.2.6",
"@backstage/plugin-azure-devops": "0.2.1",
"@backstage/plugin-azure-devops-backend": "0.3.16",
"@backstage/plugin-azure-devops-common": "0.3.0",
"@backstage/plugin-badges": "0.2.33",
"@backstage/plugin-badges-backend": "0.1.30",
"@backstage/plugin-bazaar": "0.1.24",
"@backstage/plugin-bazaar-backend": "0.1.20",
"@backstage/plugin-bitbucket-cloud-common": "0.1.3",
"@backstage/plugin-bitrise": "0.1.36",
"@backstage/plugin-catalog": "1.5.1",
"@backstage/plugin-catalog-backend": "1.4.0",
"@backstage/plugin-catalog-backend-module-aws": "0.1.9",
"@backstage/plugin-catalog-backend-module-azure": "0.1.7",
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.3",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.3",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.1",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.4",
"@backstage/plugin-catalog-backend-module-github": "0.1.7",
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.7",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.3",
"@backstage/plugin-catalog-backend-module-msgraph": "0.4.2",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.2",
"@backstage/plugin-catalog-common": "1.0.6",
"@internal/plugin-catalog-customized": "0.0.2",
"@backstage/plugin-catalog-graph": "0.2.21",
"@backstage/plugin-catalog-graphql": "0.3.13",
"@backstage/plugin-catalog-import": "0.8.12",
"@backstage/plugin-catalog-node": "1.1.0",
"@backstage/plugin-catalog-react": "1.1.4",
"@backstage/plugin-cicd-statistics": "0.1.11",
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.5",
"@backstage/plugin-circleci": "0.3.9",
"@backstage/plugin-cloudbuild": "0.3.9",
"@backstage/plugin-code-climate": "0.1.9",
"@backstage/plugin-code-coverage": "0.2.2",
"@backstage/plugin-code-coverage-backend": "0.2.2",
"@backstage/plugin-codescene": "0.1.4",
"@backstage/plugin-config-schema": "0.1.32",
"@backstage/plugin-cost-insights": "0.11.31",
"@backstage/plugin-badges": "0.2.34",
"@backstage/plugin-badges-backend": "0.1.31",
"@backstage/plugin-bazaar": "0.1.25",
"@backstage/plugin-bazaar-backend": "0.2.0",
"@backstage/plugin-bitbucket-cloud-common": "0.2.0",
"@backstage/plugin-bitrise": "0.1.37",
"@backstage/plugin-catalog": "1.6.0",
"@backstage/plugin-catalog-backend": "1.5.0",
"@backstage/plugin-catalog-backend-module-aws": "0.1.10",
"@backstage/plugin-catalog-backend-module-azure": "0.1.8",
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.4",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.4",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.2",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.5",
"@backstage/plugin-catalog-backend-module-github": "0.1.8",
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.8",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.4",
"@backstage/plugin-catalog-backend-module-msgraph": "0.4.3",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.3",
"@backstage/plugin-catalog-common": "1.0.7",
"@internal/plugin-catalog-customized": "0.0.3",
"@backstage/plugin-catalog-graph": "0.2.22",
"@backstage/plugin-catalog-graphql": "0.3.14",
"@backstage/plugin-catalog-import": "0.9.0",
"@backstage/plugin-catalog-node": "1.2.0",
"@backstage/plugin-catalog-react": "1.2.0",
"@backstage/plugin-cicd-statistics": "0.1.12",
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.6",
"@backstage/plugin-circleci": "0.3.10",
"@backstage/plugin-cloudbuild": "0.3.10",
"@backstage/plugin-code-climate": "0.1.10",
"@backstage/plugin-code-coverage": "0.2.3",
"@backstage/plugin-code-coverage-backend": "0.2.3",
"@backstage/plugin-codescene": "0.1.5",
"@backstage/plugin-config-schema": "0.1.33",
"@backstage/plugin-cost-insights": "0.11.32",
"@backstage/plugin-cost-insights-common": "0.1.1",
"@backstage/plugin-dynatrace": "0.2.0",
"@internal/plugin-todo-list": "1.0.5",
"@internal/plugin-todo-list-backend": "1.0.5",
"@internal/plugin-todo-list-common": "1.0.4",
"@backstage/plugin-explore": "0.3.40",
"@backstage/plugin-explore-react": "0.0.21",
"@backstage/plugin-firehydrant": "0.1.26",
"@backstage/plugin-fossa": "0.2.41",
"@backstage/plugin-gcalendar": "0.3.5",
"@backstage/plugin-gcp-projects": "0.3.28",
"@backstage/plugin-git-release-manager": "0.3.22",
"@backstage/plugin-github-actions": "0.5.9",
"@backstage/plugin-github-deployments": "0.1.40",
"@backstage/plugin-github-issues": "0.1.1",
"@backstage/plugin-github-pull-requests-board": "0.1.3",
"@backstage/plugin-gitops-profiles": "0.3.27",
"@backstage/plugin-gocd": "0.1.15",
"@backstage/plugin-graphiql": "0.2.41",
"@backstage/plugin-graphql-backend": "0.1.26",
"@backstage/plugin-home": "0.4.25",
"@backstage/plugin-ilert": "0.1.35",
"@backstage/plugin-jenkins": "0.7.8",
"@backstage/plugin-jenkins-backend": "0.1.26",
"@backstage/plugin-jenkins-common": "0.1.8",
"@backstage/plugin-kafka": "0.3.9",
"@backstage/plugin-kafka-backend": "0.2.29",
"@backstage/plugin-kubernetes": "0.7.2",
"@backstage/plugin-kubernetes-backend": "0.7.2",
"@backstage/plugin-kubernetes-common": "0.4.2",
"@backstage/plugin-lighthouse": "0.3.9",
"@backstage/plugin-newrelic": "0.3.27",
"@backstage/plugin-newrelic-dashboard": "0.2.2",
"@backstage/plugin-org": "0.5.9",
"@backstage/plugin-pagerduty": "0.5.2",
"@backstage/plugin-periskop": "0.1.7",
"@backstage/plugin-periskop-backend": "0.1.7",
"@backstage/plugin-permission-backend": "0.5.11",
"@backstage/plugin-permission-common": "0.6.4",
"@backstage/plugin-permission-node": "0.6.5",
"@backstage/plugin-permission-react": "0.4.5",
"@backstage/plugin-playlist": "0.1.0",
"@backstage/plugin-playlist-backend": "0.1.0",
"@backstage/plugin-playlist-common": "0.1.0",
"@backstage/plugin-proxy-backend": "0.2.30",
"@backstage/plugin-rollbar": "0.4.9",
"@backstage/plugin-rollbar-backend": "0.1.33",
"@backstage/plugin-scaffolder": "1.6.0",
"@backstage/plugin-scaffolder-backend": "1.6.0",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.11",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.4",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.9",
"@backstage/plugin-scaffolder-common": "1.2.0",
"@backstage/plugin-search": "1.0.2",
"@backstage/plugin-search-backend": "1.0.2",
"@backstage/plugin-search-backend-module-elasticsearch": "1.0.2",
"@backstage/plugin-search-backend-module-pg": "0.4.0",
"@backstage/plugin-search-backend-node": "1.0.2",
"@backstage/plugin-search-common": "1.0.1",
"@backstage/plugin-search-react": "1.1.0",
"@backstage/plugin-sentry": "0.4.2",
"@backstage/plugin-shortcuts": "0.3.1",
"@backstage/plugin-sonarqube": "0.4.1",
"@backstage/plugin-sonarqube-backend": "0.1.1",
"@backstage/plugin-splunk-on-call": "0.3.33",
"@backstage/plugin-stack-overflow": "0.1.5",
"@backstage/plugin-stack-overflow-backend": "0.1.5",
"@backstage/plugin-tech-insights": "0.3.0",
"@backstage/plugin-tech-insights-backend": "0.5.2",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.20",
"@backstage/plugin-tech-insights-common": "0.2.6",
"@backstage/plugin-tech-insights-node": "0.3.4",
"@backstage/plugin-tech-radar": "0.5.16",
"@backstage/plugin-techdocs": "1.3.2",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.4",
"@backstage/plugin-techdocs-backend": "1.3.0",
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.4",
"@backstage/plugin-techdocs-node": "1.4.0",
"@backstage/plugin-techdocs-react": "1.0.4",
"@backstage/plugin-todo": "0.2.11",
"@backstage/plugin-todo-backend": "0.1.33",
"@backstage/plugin-user-settings": "0.4.8",
"@backstage/plugin-user-settings-backend": "0.1.0",
"@backstage/plugin-vault": "0.1.3",
"@backstage/plugin-vault-backend": "0.2.2",
"@backstage/plugin-xcmetrics": "0.2.29"
"@backstage/plugin-dynatrace": "1.0.0",
"@internal/plugin-todo-list": "1.0.6",
"@internal/plugin-todo-list-backend": "1.0.6",
"@internal/plugin-todo-list-common": "1.0.5",
"@backstage/plugin-explore": "0.3.41",
"@backstage/plugin-explore-react": "0.0.22",
"@backstage/plugin-firehydrant": "0.1.27",
"@backstage/plugin-fossa": "0.2.42",
"@backstage/plugin-gcalendar": "0.3.6",
"@backstage/plugin-gcp-projects": "0.3.29",
"@backstage/plugin-git-release-manager": "0.3.23",
"@backstage/plugin-github-actions": "0.5.10",
"@backstage/plugin-github-deployments": "0.1.41",
"@backstage/plugin-github-issues": "0.1.2",
"@backstage/plugin-github-pull-requests-board": "0.1.4",
"@backstage/plugin-gitops-profiles": "0.3.28",
"@backstage/plugin-gocd": "0.1.16",
"@backstage/plugin-graphiql": "0.2.42",
"@backstage/plugin-graphql-backend": "0.1.27",
"@backstage/plugin-home": "0.4.26",
"@backstage/plugin-ilert": "0.1.36",
"@backstage/plugin-jenkins": "0.7.9",
"@backstage/plugin-jenkins-backend": "0.1.27",
"@backstage/plugin-jenkins-common": "0.1.9",
"@backstage/plugin-kafka": "0.3.10",
"@backstage/plugin-kafka-backend": "0.2.30",
"@backstage/plugin-kubernetes": "0.7.3",
"@backstage/plugin-kubernetes-backend": "0.7.3",
"@backstage/plugin-kubernetes-common": "0.4.3",
"@backstage/plugin-lighthouse": "0.3.10",
"@backstage/plugin-newrelic": "0.3.28",
"@backstage/plugin-newrelic-dashboard": "0.2.3",
"@backstage/plugin-org": "0.5.10",
"@backstage/plugin-pagerduty": "0.5.3",
"@backstage/plugin-periskop": "0.1.8",
"@backstage/plugin-periskop-backend": "0.1.8",
"@backstage/plugin-permission-backend": "0.5.12",
"@backstage/plugin-permission-common": "0.7.0",
"@backstage/plugin-permission-node": "0.7.0",
"@backstage/plugin-permission-react": "0.4.6",
"@backstage/plugin-playlist": "0.1.1",
"@backstage/plugin-playlist-backend": "0.2.0",
"@backstage/plugin-playlist-common": "0.1.1",
"@backstage/plugin-proxy-backend": "0.2.31",
"@backstage/plugin-rollbar": "0.4.10",
"@backstage/plugin-rollbar-backend": "0.1.34",
"@backstage/plugin-scaffolder": "1.7.0",
"@backstage/plugin-scaffolder-backend": "1.7.0",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.12",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.5",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.10",
"@backstage/plugin-scaffolder-common": "1.2.1",
"@backstage/plugin-search": "1.0.3",
"@backstage/plugin-search-backend": "1.1.0",
"@backstage/plugin-search-backend-module-elasticsearch": "1.0.3",
"@backstage/plugin-search-backend-module-pg": "0.4.1",
"@backstage/plugin-search-backend-node": "1.0.3",
"@backstage/plugin-search-common": "1.1.0",
"@backstage/plugin-search-react": "1.2.0",
"@backstage/plugin-sentry": "0.4.3",
"@backstage/plugin-shortcuts": "0.3.2",
"@backstage/plugin-sonarqube": "0.4.2",
"@backstage/plugin-sonarqube-backend": "0.1.2",
"@backstage/plugin-splunk-on-call": "0.3.34",
"@backstage/plugin-stack-overflow": "0.1.6",
"@backstage/plugin-stack-overflow-backend": "0.1.6",
"@backstage/plugin-tech-insights": "0.3.1",
"@backstage/plugin-tech-insights-backend": "0.5.3",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.21",
"@backstage/plugin-tech-insights-common": "0.2.7",
"@backstage/plugin-tech-insights-node": "0.3.5",
"@backstage/plugin-tech-radar": "0.5.17",
"@backstage/plugin-techdocs": "1.3.3",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.5",
"@backstage/plugin-techdocs-backend": "1.4.0",
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.5",
"@backstage/plugin-techdocs-node": "1.4.1",
"@backstage/plugin-techdocs-react": "1.0.5",
"@backstage/plugin-todo": "0.2.12",
"@backstage/plugin-todo-backend": "0.1.34",
"@backstage/plugin-user-settings": "0.5.0",
"@backstage/plugin-user-settings-backend": "0.1.1",
"@backstage/plugin-vault": "0.1.4",
"@backstage/plugin-vault-backend": "0.2.3",
"@backstage/plugin-xcmetrics": "0.2.30",
"@backstage/plugin-azure-sites": "0.0.0",
"@backstage/plugin-azure-sites-backend": "0.0.0",
"@backstage/plugin-azure-sites-common": "0.0.0"
},
"changesets": [
"blue-lions-greet",
"brave-peaches-brush",
"breezy-pots-worry",
"bright-rules-shout",
"calm-moose-fetch",
"calm-pianos-burn",
"clean-camels-sneeze",
"clever-ties-burn",
"cuddly-bikes-tease",
"curly-rats-itch",
"curvy-kiwis-fold",
"curvy-lemons-change",
"dry-shirts-attack",
"dull-rocks-warn",
"eleven-apples-accept",
"fair-tools-melt",
"fifty-berries-learn",
"grumpy-pans-knock",
"hot-geese-vanish",
"itchy-schools-run",
"kind-penguins-report",
"large-dingos-juggle",
"lazy-beds-pull",
"lazy-fireants-check",
"little-roses-rule",
"loud-dots-sit",
"lovely-peaches-fold",
"lucky-cows-boil",
"mean-spiders-design",
"mighty-lions-march",
"odd-pandas-suffer",
"odd-singers-taste",
"old-cobras-suffer",
"old-needles-brake",
"perfect-moose-drum",
"plenty-kids-fetch",
"plenty-laws-end",
"poor-clouds-ring",
"pretty-buttons-develop",
"quiet-dancers-jog",
"quiet-hats-kick",
"quiet-ligers-draw",
"rare-hotels-cough",
"red-dots-sleep",
"red-pants-rush",
"renovate-5da63a4",
"renovate-a02d90b",
"rich-carrots-reflect",
"rude-bulldogs-sleep",
"search-bobcats-love",
"search-cars-hide",
"search-clouds-begin",
"search-cycles-sniff",
"search-dull-planes-prove",
"search-rats-grin",
"selfish-turkeys-exist",
"shaggy-books-smell",
"silent-bees-repeat",
"silly-rules-join",
"sixty-items-nail",
"slow-mirrors-eat",
"smooth-tables-pull",
"soft-falcons-love",
"stupid-dragons-complain",
"sweet-insects-camp",
"swift-phones-cheat",
"tall-baboons-deliver",
"tender-drinks-drive",
"tender-parrots-peel",
"thick-kings-destroy",
"tiny-mails-bathe",
"tough-hairs-sparkle",
"twelve-melons-notice",
"warm-days-watch",
"wild-weeks-live",
"wise-ligers-scream",
"yellow-lemons-march",
"young-bugs-remember"
"analyze-software-creation",
"analyze-software-exploration",
"big-islands-add",
"brave-eels-allow",
"brown-days-pretend",
"calm-bottles-happen",
"chatty-planets-flash",
"clean-feet-remain",
"clean-planets-rhyme",
"dirty-birds-burn",
"dull-oranges-tap",
"eight-pears-attack",
"eleven-pets-sneeze",
"few-books-remember",
"flat-items-perform",
"flat-kangaroos-kiss",
"forty-bags-trade",
"forty-jokes-lie",
"fresh-cooks-sing",
"fresh-weeks-share",
"gorgeous-balloons-sit",
"gorgeous-onions-thank",
"gorgeous-queens-pull",
"great-colts-invite",
"grumpy-pigs-reflect",
"happy-avocados-tan",
"heavy-elephants-nail",
"itchy-paws-protect",
"kind-emus-juggle",
"lazy-planes-repair",
"little-bikes-eat",
"lucky-cats-peel",
"lucky-spoons-hide",
"mean-files-fly",
"metal-dogs-swim",
"nasty-crabs-share",
"orange-trees-peel",
"popular-bulldogs-lie",
"popular-mails-wave",
"real-swans-repair",
"renovate-6fb5f1b",
"selfish-kiwis-matter",
"shaggy-birds-happen",
"shaggy-colts-watch",
"sharp-goats-itch",
"shiny-beers-relax",
"short-balloons-work",
"sixty-islands-develop",
"sixty-pigs-shave",
"sixty-singers-push",
"spicy-parents-lick",
"spotty-dryers-explain",
"stupid-pens-occur",
"sweet-readers-compare",
"tame-ads-appear",
"tasty-colts-hug",
"tasty-scissors-tickle",
"ten-pens-draw",
"three-houses-agree",
"three-poems-think",
"two-oranges-joke",
"two-yaks-wave",
"unlucky-buttons-poke",
"wet-cameras-call"
]
}
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
---
Auth0 provider now supports optional `connection` and `connectionScope` parameters to configure social identity providers.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-gcalendar': patch
---
Fixed loader showing when user not signed in
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-jenkins-backend': patch
---
Fixed a bug where `extraRequestHeaders` configuration was ignored.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-backend': patch
---
Added alpha plugin implementation for the new backend system. Available at `@backstage/plugin-app-backend/alpha`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-plugin-api': patch
---
Added documentation for `createBackendModule`, with guidelines for choosing a module ID.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-permission-common': patch
---
Properly handle rules that have no parameters in `PermissionClient`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Switching off duplicated timestamp in case of logging via task logger in a custom action
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': minor
---
Add `allowAutoMerge` option for `publish:github` action
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Updated dependency `@asyncapi/react-component` to `1.0.0-next.43`.
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/cli': patch
---
Updated dependency `@svgr/plugin-jsx` to `6.5.x`.
Updated dependency `@svgr/plugin-svgo` to `6.5.x`.
Updated dependency `@svgr/rollup` to `6.5.x`.
Updated dependency `@svgr/webpack` to `6.5.x`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Updated dependency `@asyncapi/react-component` to `1.0.0-next.42`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Switched the Jest transform for YAML files to use a custom one available at `@backstage/cli/config/jestYamlTransform.js`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Allow Placeholder value to be any value, not only string.
-28
View File
@@ -1,28 +0,0 @@
---
'@backstage/plugin-search-react': minor
---
The search query state now has an optional `pageLimit` property that determines how many results will be requested per page, it defaults to 25.
Examples:
_Basic_
```jsx
<SearchResults query={{ pageLimit: 30 }}>
{results => {
// Item rendering logic is omitted
}}
</SearchResults>
```
_With context_
```jsx
<SearchContextProvider initialState={{ pageLimit: 30 }}>
<SearchResults>
{results => {
// Item rendering logic is omitted
}}
</SearchResults>
</SearchContextProvider>
```
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-common': minor
---
There is a new property called `pageLimit` on the `SearchQuery` interface that specifies how many results should be returned per page.
-23
View File
@@ -1,23 +0,0 @@
---
'@backstage/plugin-search-react': minor
---
The `<SearchResultList />` component now accepts an optional property `disableRenderingWithNoResults` to disable rendering when no results are returned.
Possibility to provide a custom no results component if needed through the `noResultsComponent` property.
Examples:
_Rendering a custom no results component_
```jsx
<SearchResultList
query={query}
noResultsComponent={<ListItemText primary="No results were found" />}
/>
```
_Disable rendering when there are no results_
```jsx
<SearchResultList query={query} disableRenderingWithNoResults />
```
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-search-backend-node': patch
'@backstage/plugin-search-backend-module-pg': patch
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
The search engine has been updated to take advantage of the `pageLimit` property on search queries. If none is provided, the search engine will continue to use its default value of 25 results per page.
-30
View File
@@ -1,30 +0,0 @@
---
'@backstage/plugin-search-react': minor
---
The `<SearchResultGroup />` component now accepts an optional property `disableRenderingWithNoResults` to disable rendering when no results are returned.
Possibility to provide a custom no results component if needed through the `noResultsComponent` property.
Examples:
_Rendering a custom no results component_
```jsx
<SearchResultGroup
query={query}
icon={<DocsIcon />}
title="Documentation"
noResultsComponent={<ListItemText primary="No results were found" />}
/>
```
_Disable rendering when there are no results_
```jsx
<SearchResultGroup
query={query}
icon={<DocsIcon />}
title="Documentation"
disableRenderingWithNoResults
/>
```
-14
View File
@@ -1,14 +0,0 @@
---
'@backstage/plugin-search-backend': minor
---
The query received by search engines now contains a property called `pageLimit`, it specifies how many results to return per page when sending a query request to the search backend.
Example:
_Returns up to 30 results per page_
```
GET /query?pageLimit=30
```
The search backend validates the page limit and this value must not exceed 100, but it doesn't set a default value for the page limit parameter, it leaves it up to each search engine to set this, so Lunr, Postgres and Elastic Search set 25 results per page as a default value.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Updated `@swc/core` to `v1.3.9` which fixes a `.tsx` parser bug. You may want to run `yarn backstage-cli versions:bump` to get on latest version including the CLI itself.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder': minor
---
EntityPickers now support flags to control when to include default namespace
in result

Some files were not shown because too many files have changed in this diff Show More