Merge branch 'master' of https://github.com/backstage/backstage into add-additional-scaffolder-permissions

This commit is contained in:
Frank Kong
2024-05-16 15:46:57 -04:00
661 changed files with 8217 additions and 2494 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Fix never resolved indexer promise.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Removed `packages/backend/src/types.ts` from the template as it is unused. It was mistakenly left in after moving the template to the new backend system.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-scaffolder-common': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Capturing more event clicks for scaffolder
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Fixed a potential crash when passing an object with a `null` prototype as log meta.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-node': minor
---
Added `LocationAnalyzer` type, moved from `@backstage/plugin-catalog-backend`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli-node': patch
---
Upgraded @yarnpkg/parsers to stable 3.0
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Allow overriding `NotificationsPage` page properties
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
mkdocs-material have updated their CSS variable template, and a few are unset in Backstage. This patch adds the missing variables to ensure coverage.
-9
View File
@@ -1,9 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-github': patch
'@backstage/core-compat-api': patch
'@backstage/create-app': patch
'@backstage/plugin-api-docs': patch
'@backstage/plugin-catalog': patch
---
Update local development dependencies.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Add lifecycle monitoring for the catalog processing
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-home': patch
---
Use relative time when displaying visits from the same day
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Fixed disabling of user photo fetching. Previously, the config value wasn't propagated properly, so user photos was still being fetched despite disabled by config.
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
The `build-workspace` command no longer manually runs `yarn postpack`, relying instead on the fact that running `yarn pack` will automatically invoke the `postpack` script. No action is necessary if you are running the latest version of yarn 1, 3, or 4.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-unprocessed': patch
'@backstage/backend-dynamic-feature-service': patch
'@backstage/plugin-search-backend-module-catalog': patch
---
Updated `README.md` to point to `packages/backend` instead of `packages/backend-next`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Fix issue with the log format not being respected when logging from actions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitea': patch
---
Allow defining `repoVisibility` field for the action `publish:gitea`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Bumped create-app version.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Add ability to configure the Node.js HTTP Server when configuring the root HTTP Router service
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': patch
---
Update the paths logic in the api reports command to support complex subpaths
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
---
Allow skipping archived repositories (`skipArchivedRepos` flag) on Bitbucket.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend-module-email': patch
'@backstage/plugin-notifications-backend': patch
---
Fixed email processor `esm` issue and config reading
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-unprocessed': patch
---
Correctly convert owner to string in case owner has not been provided
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Add merge method and squash option for project creation
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/catalog-model': minor
---
Introduce a domain attribute to the domain entity to allow a hierarchy of domains to exist.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
---
Deprecated the `LocationAnalyzer` type, which has been moved to `@backstage/plugin-catalog-node`.
-5
View File
@@ -1,5 +0,0 @@
---
'@techdocs/cli': patch
---
Fix cookie endpoint mock for `serve`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs': patch
---
Update path in Readme for Plugin Techdocs to show the correct setup information.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-gitlab': patch
---
Added events support for `GitlabDiscoveryEntityProvider` and `GitlabOrgDiscoveryEntityProvider`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added `HarnessURLReader` with `readUrl` support.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Plugins created through the `legacyPlugin` helper are now able to authenticate requests from plugins that are fully implemented using the new backend system. This fixes the `Key for the ES256 algorithm must be one of type KeyObject or CryptoKey. Received an instance of Uint8Array` error.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
---
Fix plugin/incremental-ingestion 'Maximum call stack size exceeded' error when ingest large entities.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/repo-tools': minor
---
Adds 2 new commands `repo schema openapi diff` and `package schema openapi diff`. `repo schema openapi diff` is intended to power a new breaking changes check on pull requests and the package level command allows plugin developers to quickly see new API breaking changes. They're intended to be used in complement with the existing `repo schema openapi verify` command to validate your OpenAPI spec against a variety of things.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Both the target and types library have been bumped from ES2021 to ES2022 in `@backstage/cli/config/tsconfig.json`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-notifications': patch
---
Do not always show scrollbars in notification description
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-notifications-backend': patch
'@backstage/plugin-notifications-node': patch
---
Support for filtering entities from notification recipients after resolving them from the recipients
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Move the JWKS registration outside of the lifecycle middleware
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
The user can newly mark all unread messages as read at one click.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Fixed an internal circular import that broke Jest mocks.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications-backend-module-email': patch
---
Support relative links in notifications sent via email
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add support for `versions:migrate` to do code changes. Can be skipped with `--no-code-changes`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-techdocs-addons-test-utils': patch
---
Fix bug in TechDocsAddonTester when jest.resetAllMocks is called between tests
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Add preserveModules to rollup, which allows better async loading and tree-shaking in webpack
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications-backend-module-email': patch
---
Allow sending notifications by email with the new notifications module
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-devtools-backend': patch
---
Added discovery property to the readme documentation to ensure that it will build when setting it up as new to a Backstage instance
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
---
The `/alpha` plugin export has had its implementation of the `catalogAnalysisExtensionPoint` updated to reflect the new API.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
'@backstage/plugin-scaffolder-node': patch
---
Scaffolder workspace serialization
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-signals-backend': patch
---
Improved signal lifecycle management and added server side pinging of connections
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added config prop `ensureSchemaExists` to support postgres instances where user can create schemas but not databases.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
The default `TokenManager` implementation no longer requires keys to be configured in production, but it will throw an errors when generating or authenticating tokens. The default `AuthService` implementation will now also provide additional context if such an error is throw when falling back to using the `TokenManager` service to generate tokens for outgoing requests.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Allow showing notifications as snackbars in the UI
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/create-app': patch
---
Removed the Tech Radar and GitHub Actions plugins from the template, which have been moved to the community plugins repository.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-app-backend': patch
---
Restore the support of external config schema in the router of the `app-backend` plugin, which was broken in release `1.26.0`.
This support is critical for dynamic frontend plugins to have access to their config values.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
The `versions:bump` command will no longer exit with a non-zero status if the version bump fails due to forbidden duplicate package installations. It will now also provide more information about how to troubleshoot such an error. The set of forbidden duplicates has also been expanded to include all `@backstage/*-app-api` packages.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-search-backend-node': patch
'@backstage/plugin-search-backend': patch
---
Add lifecycle monitoring for the search index registry
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fixed bug in CopyToClipboardButton component where positioning of the "Copy to clipboard" button in techdocs code snippets was broken in some cases
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/frontend-app-api': minor
---
Extensions in app-config now always affect ordering. Previously, only when enabling disabled extensions did they rise to the top.
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/plugin-auth-backend-module-aws-alb-provider': patch
'@backstage/plugin-auth-backend-module-github-provider': patch
'@backstage/plugin-auth-backend': patch
---
fix: Move config declarations to appropriate auth backend modules
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
---
Add examples for `gitlab:repo:push` scaffolder action & improve related tests
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
---
Links that are rendered in the markdown in the `ScaffolderField` component are now opened in new tabs.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Remove explicit `alg` check for user tokens in `verifyToken`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-app-api': patch
---
Internal refactor to only create one external token handler
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-react': patch
---
When using `CookieAuthRefreshProvider` or `useCookieAuthRefresh`, a 404 response from the cookie endpoint will now be treated as if cookie auth is disabled and is not needed.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Internal refactor to fix an issue where the MUI 5 `v5-` class prefixing gets removed by tree shaking.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-bitbucket-server': patch
---
Add examples for `publish:bitbucketServer:pull-request` scaffolder action & improve related tests
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/backend-common': minor
---
Internal refactor of the database code.
**BREAKING**: The helper functions `createDatabaseClient` and `ensureDatabaseExists` have been removed from the public interface, since they have no usage within the repository and never were suitable for calling from the outside. Please consider using `coreServices.database` or `DatabaseManager` directly wherever possible instead.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-techdocs-backend': patch
'@backstage/plugin-techdocs': patch
---
The `techdocs.builder` config is now optional and it will default to `local`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder-backend-module-notifications': patch
---
Add a new scaffolder action to allow sending notifications from templates
@@ -3,4 +3,4 @@
'@backstage/backend-app-api': patch
---
Redact `meta` fields too with the logger
Fixing issue with log meta fields possibly being circular refs
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-catalog': patch
---
Fix wiring of the module exported at the `/alpha` path, which was causing authentication failures.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Increase default and allow modifying notification snackbar auto hide duration
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-oidc-provider': patch
---
Add nonce to authorize request to be added in ID token
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
GitHub push events now schedule a refresh on entities that have a `refresh_key` matching the `catalogPath` config itself.
This allows to support a `catalogPath` configuration that uses glob patterns.
-395
View File
@@ -1,395 +0,0 @@
{
"mode": "pre",
"tag": "next",
"initialVersions": {
"example-app": "0.2.96",
"@backstage/app-defaults": "1.5.4",
"example-app-next": "0.0.10",
"app-next-example-plugin": "0.0.10",
"example-backend": "0.2.97",
"@backstage/backend-app-api": "0.7.0",
"@backstage/backend-common": "0.21.7",
"@backstage/backend-defaults": "0.2.17",
"@backstage/backend-dev-utils": "0.1.4",
"@backstage/backend-dynamic-feature-service": "0.2.9",
"example-backend-next": "0.0.25",
"@backstage/backend-openapi-utils": "0.1.10",
"@backstage/backend-plugin-api": "0.6.17",
"@backstage/backend-tasks": "0.5.22",
"@backstage/backend-test-utils": "0.3.7",
"@backstage/catalog-client": "1.6.4",
"@backstage/catalog-model": "1.4.5",
"@backstage/cli": "0.26.3",
"@backstage/cli-common": "0.1.13",
"@backstage/cli-node": "0.2.5",
"@backstage/codemods": "0.1.48",
"@backstage/config": "1.2.0",
"@backstage/config-loader": "1.8.0",
"@backstage/core-app-api": "1.12.4",
"@backstage/core-compat-api": "0.2.4",
"@backstage/core-components": "0.14.4",
"@backstage/core-plugin-api": "1.9.2",
"@backstage/create-app": "0.5.14",
"@backstage/dev-utils": "1.0.31",
"e2e-test": "0.2.15",
"@backstage/e2e-test-utils": "0.1.1",
"@backstage/errors": "1.2.4",
"@backstage/eslint-plugin": "0.1.7",
"@backstage/frontend-app-api": "0.6.4",
"@backstage/frontend-plugin-api": "0.6.4",
"@backstage/frontend-test-utils": "0.1.6",
"@backstage/integration": "1.10.0",
"@backstage/integration-aws-node": "0.1.12",
"@backstage/integration-react": "1.1.26",
"@backstage/release-manifests": "0.0.11",
"@backstage/repo-tools": "0.8.0",
"@techdocs/cli": "1.8.9",
"techdocs-cli-embedded-app": "0.2.95",
"@backstage/test-utils": "1.5.4",
"@backstage/theme": "0.5.3",
"@backstage/types": "1.1.1",
"@backstage/version-bridge": "1.0.8",
"@backstage/plugin-adr": "0.6.17",
"@backstage/plugin-adr-backend": "0.4.14",
"@backstage/plugin-adr-common": "0.2.22",
"@backstage/plugin-airbrake": "0.3.34",
"@backstage/plugin-airbrake-backend": "0.3.14",
"@backstage/plugin-allure": "0.1.50",
"@backstage/plugin-analytics-module-ga": "0.2.4",
"@backstage/plugin-analytics-module-ga4": "0.2.4",
"@backstage/plugin-analytics-module-newrelic-browser": "0.1.4",
"@backstage/plugin-apache-airflow": "0.2.24",
"@backstage/plugin-api-docs": "0.11.4",
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.6",
"@backstage/plugin-apollo-explorer": "0.2.0",
"@backstage/plugin-app-backend": "0.3.65",
"@backstage/plugin-app-node": "0.1.17",
"@backstage/plugin-app-visualizer": "0.1.5",
"@backstage/plugin-auth-backend": "0.22.4",
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.9",
"@backstage/plugin-auth-backend-module-aws-alb-provider": "0.1.9",
"@backstage/plugin-auth-backend-module-azure-easyauth-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-bitbucket-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-cloudflare-access-provider": "0.1.0",
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.12",
"@backstage/plugin-auth-backend-module-github-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-google-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-guest-provider": "0.1.3",
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.12",
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.14",
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.10",
"@backstage/plugin-auth-backend-module-oidc-provider": "0.1.8",
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.10",
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.11",
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.9",
"@backstage/plugin-auth-node": "0.4.12",
"@backstage/plugin-auth-react": "0.1.0",
"@backstage/plugin-azure-devops": "0.4.3",
"@backstage/plugin-azure-devops-backend": "0.6.4",
"@backstage/plugin-azure-devops-common": "0.4.1",
"@backstage/plugin-azure-sites": "0.1.23",
"@backstage/plugin-azure-sites-backend": "0.3.4",
"@backstage/plugin-azure-sites-common": "0.1.3",
"@backstage/plugin-badges": "0.2.58",
"@backstage/plugin-badges-backend": "0.4.0",
"@backstage/plugin-bazaar": "0.2.26",
"@backstage/plugin-bazaar-backend": "0.3.15",
"@backstage/plugin-bitbucket-cloud-common": "0.2.18",
"@backstage/plugin-bitrise": "0.1.61",
"@backstage/plugin-catalog": "1.19.0",
"@backstage/plugin-catalog-backend": "1.21.1",
"@backstage/plugin-catalog-backend-module-aws": "0.3.12",
"@backstage/plugin-catalog-backend-module-azure": "0.1.37",
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.2.0",
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.2.4",
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.31",
"@backstage/plugin-catalog-backend-module-gcp": "0.1.18",
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.34",
"@backstage/plugin-catalog-backend-module-github": "0.6.0",
"@backstage/plugin-catalog-backend-module-github-org": "0.1.12",
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.15",
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.22",
"@backstage/plugin-catalog-backend-module-ldap": "0.5.33",
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.25",
"@backstage/plugin-catalog-backend-module-openapi": "0.1.35",
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.23",
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.15",
"@backstage/plugin-catalog-backend-module-unprocessed": "0.4.4",
"@backstage/plugin-catalog-common": "1.0.22",
"@backstage/plugin-catalog-graph": "0.4.4",
"@backstage/plugin-catalog-import": "0.10.10",
"@backstage/plugin-catalog-node": "1.11.1",
"@backstage/plugin-catalog-react": "1.11.3",
"@backstage/plugin-catalog-unprocessed-entities": "0.2.3",
"@backstage/plugin-catalog-unprocessed-entities-common": "0.0.1",
"@backstage/plugin-cicd-statistics": "0.1.36",
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.30",
"@backstage/plugin-circleci": "0.3.34",
"@backstage/plugin-cloudbuild": "0.5.1",
"@backstage/plugin-code-climate": "0.1.34",
"@backstage/plugin-code-coverage": "0.2.27",
"@backstage/plugin-code-coverage-backend": "0.2.31",
"@backstage/plugin-codescene": "0.1.26",
"@backstage/plugin-config-schema": "0.1.54",
"@backstage/plugin-cost-insights": "0.12.23",
"@backstage/plugin-cost-insights-common": "0.1.2",
"@backstage/plugin-devtools": "0.1.13",
"@backstage/plugin-devtools-backend": "0.3.3",
"@backstage/plugin-devtools-common": "0.1.9",
"@backstage/plugin-dynatrace": "10.0.3",
"@backstage/plugin-entity-feedback": "0.2.17",
"@backstage/plugin-entity-feedback-backend": "0.2.14",
"@backstage/plugin-entity-feedback-common": "0.1.3",
"@backstage/plugin-entity-validation": "0.1.19",
"@backstage/plugin-events-backend": "0.3.4",
"@backstage/plugin-events-backend-module-aws-sqs": "0.3.3",
"@backstage/plugin-events-backend-module-azure": "0.2.3",
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.2.3",
"@backstage/plugin-events-backend-module-gerrit": "0.2.3",
"@backstage/plugin-events-backend-module-github": "0.2.3",
"@backstage/plugin-events-backend-module-gitlab": "0.2.3",
"@backstage/plugin-events-backend-test-utils": "0.1.27",
"@backstage/plugin-events-node": "0.3.3",
"@internal/plugin-todo-list": "1.0.26",
"@internal/plugin-todo-list-backend": "1.0.26",
"@internal/plugin-todo-list-common": "1.0.18",
"@backstage/plugin-explore": "0.4.20",
"@backstage/plugin-explore-backend": "0.0.27",
"@backstage/plugin-explore-common": "0.0.2",
"@backstage/plugin-explore-react": "0.0.38",
"@backstage/plugin-firehydrant": "0.2.18",
"@backstage/plugin-fossa": "0.2.66",
"@backstage/plugin-gcalendar": "0.3.27",
"@backstage/plugin-gcp-projects": "0.3.50",
"@backstage/plugin-git-release-manager": "0.3.46",
"@backstage/plugin-github-actions": "0.6.15",
"@backstage/plugin-github-deployments": "0.1.65",
"@backstage/plugin-github-issues": "0.4.1",
"@backstage/plugin-github-pull-requests-board": "0.2.0",
"@backstage/plugin-gitops-profiles": "0.3.49",
"@backstage/plugin-gocd": "0.1.40",
"@backstage/plugin-graphiql": "0.3.7",
"@backstage/plugin-graphql-voyager": "0.1.16",
"@backstage/plugin-home": "0.7.3",
"@backstage/plugin-home-react": "0.1.12",
"@backstage/plugin-ilert": "0.2.23",
"@backstage/plugin-jenkins": "0.9.9",
"@backstage/plugin-jenkins-backend": "0.4.4",
"@backstage/plugin-jenkins-common": "0.1.25",
"@backstage/plugin-kafka": "0.3.34",
"@backstage/plugin-kafka-backend": "0.3.15",
"@backstage/plugin-kubernetes": "0.11.9",
"@backstage/plugin-kubernetes-backend": "0.17.0",
"@backstage/plugin-kubernetes-cluster": "0.0.10",
"@backstage/plugin-kubernetes-common": "0.7.5",
"@backstage/plugin-kubernetes-node": "0.1.11",
"@backstage/plugin-kubernetes-react": "0.3.4",
"@backstage/plugin-lighthouse": "0.4.19",
"@backstage/plugin-lighthouse-backend": "0.4.10",
"@backstage/plugin-lighthouse-common": "0.1.5",
"@backstage/plugin-linguist": "0.1.19",
"@backstage/plugin-linguist-backend": "0.5.15",
"@backstage/plugin-linguist-common": "0.1.2",
"@backstage/plugin-microsoft-calendar": "0.1.16",
"@backstage/plugin-newrelic": "0.3.49",
"@backstage/plugin-newrelic-dashboard": "0.3.9",
"@backstage/plugin-nomad": "0.1.15",
"@backstage/plugin-nomad-backend": "0.1.19",
"@backstage/plugin-notifications": "0.2.0",
"@backstage/plugin-notifications-backend": "0.2.0",
"@backstage/plugin-notifications-common": "0.0.3",
"@backstage/plugin-notifications-node": "0.1.3",
"@backstage/plugin-octopus-deploy": "0.2.16",
"@backstage/plugin-opencost": "0.2.9",
"@backstage/plugin-org": "0.6.24",
"@backstage/plugin-org-react": "0.1.23",
"@backstage/plugin-pagerduty": "0.7.6",
"@backstage/plugin-periskop": "0.1.32",
"@backstage/plugin-periskop-backend": "0.2.15",
"@backstage/plugin-permission-backend": "0.5.41",
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.14",
"@backstage/plugin-permission-common": "0.7.13",
"@backstage/plugin-permission-node": "0.7.28",
"@backstage/plugin-permission-react": "0.4.22",
"@backstage/plugin-playlist": "0.2.8",
"@backstage/plugin-playlist-backend": "0.3.21",
"@backstage/plugin-playlist-common": "0.1.15",
"@backstage/plugin-proxy-backend": "0.4.15",
"@backstage/plugin-puppetdb": "0.1.17",
"@backstage/plugin-rollbar": "0.4.34",
"@backstage/plugin-rollbar-backend": "0.1.62",
"@backstage/plugin-scaffolder": "1.19.3",
"@backstage/plugin-scaffolder-backend": "1.22.4",
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.9",
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.2.7",
"@backstage/plugin-scaffolder-backend-module-bitbucket-cloud": "0.1.7",
"@backstage/plugin-scaffolder-backend-module-bitbucket-server": "0.1.7",
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.18",
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.41",
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.9",
"@backstage/plugin-scaffolder-backend-module-gitea": "0.1.7",
"@backstage/plugin-scaffolder-backend-module-github": "0.2.7",
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.3.3",
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.34",
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.25",
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.3.0",
"@backstage/plugin-scaffolder-common": "1.5.1",
"@backstage/plugin-scaffolder-node": "0.4.3",
"@backstage/plugin-scaffolder-node-test-utils": "0.1.3",
"@backstage/plugin-scaffolder-react": "1.8.4",
"@backstage/plugin-search": "1.4.10",
"@backstage/plugin-search-backend": "1.5.7",
"@backstage/plugin-search-backend-module-catalog": "0.1.22",
"@backstage/plugin-search-backend-module-elasticsearch": "1.4.0",
"@backstage/plugin-search-backend-module-explore": "0.1.21",
"@backstage/plugin-search-backend-module-pg": "0.5.26",
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.10",
"@backstage/plugin-search-backend-module-techdocs": "0.1.22",
"@backstage/plugin-search-backend-node": "1.2.21",
"@backstage/plugin-search-common": "1.2.11",
"@backstage/plugin-search-react": "1.7.10",
"@backstage/plugin-sentry": "0.5.19",
"@backstage/plugin-shortcuts": "0.3.23",
"@backstage/plugin-signals": "0.0.5",
"@backstage/plugin-signals-backend": "0.1.3",
"@backstage/plugin-signals-node": "0.1.3",
"@backstage/plugin-signals-react": "0.0.3",
"@backstage/plugin-sonarqube": "0.7.16",
"@backstage/plugin-sonarqube-backend": "0.2.19",
"@backstage/plugin-sonarqube-react": "0.1.15",
"@backstage/plugin-splunk-on-call": "0.4.23",
"@backstage/plugin-stack-overflow": "0.1.29",
"@backstage/plugin-stack-overflow-backend": "0.2.21",
"@backstage/plugin-stackstorm": "0.1.15",
"@backstage/plugin-tech-insights": "0.3.26",
"@backstage/plugin-tech-insights-backend": "0.5.31",
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.49",
"@backstage/plugin-tech-insights-common": "0.2.12",
"@backstage/plugin-tech-insights-node": "0.6.0",
"@backstage/plugin-tech-radar": "0.7.3",
"@backstage/plugin-techdocs": "1.10.4",
"@backstage/plugin-techdocs-addons-test-utils": "1.0.31",
"@backstage/plugin-techdocs-backend": "1.10.4",
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.9",
"@backstage/plugin-techdocs-node": "1.12.3",
"@backstage/plugin-techdocs-react": "1.2.3",
"@backstage/plugin-todo": "0.2.38",
"@backstage/plugin-todo-backend": "0.3.16",
"@backstage/plugin-user-settings": "0.8.5",
"@backstage/plugin-user-settings-backend": "0.2.16",
"@backstage/plugin-vault": "0.1.29",
"@backstage/plugin-vault-backend": "0.4.10",
"@backstage/plugin-vault-node": "0.1.10",
"@backstage/plugin-xcmetrics": "0.2.52",
"@backstage/plugin-catalog-backend-module-gitlab-org": "0.0.0",
"@backstage/plugin-notifications-backend-module-email": "0.0.0",
"example-backend-legacy": "0.2.98-next.1",
"@backstage/plugin-scaffolder-backend-module-notifications": "0.0.0"
},
"changesets": [
"afraid-needles-divide",
"blue-hotels-shake",
"brave-carrots-glow",
"bright-pumpkins-rule",
"chatty-cycles-unite",
"chilly-adults-sing",
"chilly-fireants-roll",
"chilly-shoes-doubt",
"cold-cougars-float",
"cold-rats-leave",
"cool-elephants-march",
"create-app-1714476054",
"create-app-1715088359",
"cuddly-chairs-kick",
"curly-shirts-flow",
"curvy-planes-flash",
"cyan-eagles-hammer",
"cyan-suns-shave",
"dirty-chairs-march",
"dry-sloths-impress",
"early-starfishes-hammer",
"eighty-apricots-kneel",
"eighty-bats-stare",
"eleven-pandas-divide",
"empty-beers-relax",
"fix-stackoverflow",
"flat-countries-clap",
"fluffy-hotels-wait",
"four-cooks-serve",
"fresh-crews-impress",
"funny-bees-taste",
"fuzzy-seahorses-tell",
"giant-donkeys-talk",
"gold-waves-bake",
"gorgeous-cameras-cross",
"green-adults-push",
"green-boxes-rescue",
"grumpy-toes-tap",
"happy-radios-kiss",
"healthy-dots-ring",
"healthy-shirts-roll",
"heavy-trainers-fly",
"hip-carrots-drive",
"hot-forks-train",
"itchy-gorillas-hope",
"itchy-keys-wonder",
"kind-toes-scream",
"late-planes-fix",
"lazy-phones-worry",
"little-rockets-live",
"loud-frogs-eat",
"loud-timers-flow",
"loud-vans-greet",
"lovely-games-cry",
"lucky-news-guess",
"mean-ravens-dance",
"metal-years-rhyme",
"new-poets-promise",
"orange-numbers-think",
"perfect-beers-explode",
"perfect-points-hope",
"pink-years-peel",
"proud-comics-love",
"proud-doors-cheat",
"purple-parents-sin",
"purple-waves-smile",
"quick-cats-argue",
"quiet-boxes-build",
"rare-fireants-tickle",
"real-crabs-obey",
"renovate-0d0bd5c",
"rich-adults-float",
"selfish-pigs-glow",
"selfish-walls-visit",
"sharp-glasses-live",
"shy-students-clap",
"silent-wombats-hang",
"six-scissors-smile",
"sixty-bears-camp",
"slimy-kids-behave",
"smart-avocados-invent",
"smooth-garlics-behave",
"sour-socks-approve",
"stupid-onions-know",
"sweet-zoos-clap",
"swift-humans-hunt",
"tall-ads-shave",
"tame-jars-double",
"tasty-apes-learn",
"tasty-moles-jog",
"tasty-rats-explain",
"thick-llamas-itch",
"thick-terms-rush",
"thirty-mangos-travel",
"tough-eggs-wink",
"tricky-cougars-shout",
"unlucky-days-play",
"unlucky-rivers-collect",
"warm-fans-promise",
"wet-files-pretend",
"wild-seahorses-grin",
"young-guests-reflect",
"young-olives-drop"
]
}
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-catalog-react': minor
'@backstage/plugin-catalog': minor
---
Updated the presentation API to return a promise, in addition to the snapshot and observable that were there before. This makes it much easier to consume the API in a non-React context.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/theme': patch
---
Fixed bug where scrollbars don't pick up the theme when in dark mode
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
---
Fix incorrect dependency import.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-auth-backend-module-guest-provider': patch
---
Error if used outside of a development environment without explicit allowance
-7
View File
@@ -1,7 +0,0 @@
---
'@backstage/backend-test-utils': patch
'@backstage/backend-defaults': patch
'@backstage/plugin-events-node': patch
---
added `eventsServiceFactory` to `defaultServiceFactories` to resolve issue where different instances of the EventsServices could be used
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-api-docs': patch
---
Fix dark mode text color inside tables in `description:` from OpenAPI definitions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
Added optional `initialShowDropDown` prop to `SidebarSubmenuItem` to internally manage the initial display state of the dropdown items.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-search-backend-module-explore': patch
---
Migrate search collator to use the new auth services.
-11
View File
@@ -1,11 +0,0 @@
---
'@backstage/plugin-home-react': patch
'@backstage/plugin-home': patch
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Updated dependency `@rjsf/utils` to `5.18.2`.
Updated dependency `@rjsf/core` to `5.18.2`.
Updated dependency `@rjsf/material-ui` to `5.18.2`.
Updated dependency `@rjsf/validator-ajv8` to `5.18.2`.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-github': patch
---
Updated to use the new `catalogAnalysisExtensionPoint` API.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-auth-backend': patch
'@backstage/plugin-auth-node': patch
---
Allow overriding default ownership resolving with the new `AuthOwnershipResolutionExtensionPoint`
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/core-components': patch
---
Add `alignGauge` prop to the `GaugeCard`, and a small size version. When `alignGauge` is `'bottom'` the gauge will vertically align the gauge in the cards, even when the card titles span across multiple lines.
Add `alignContent` prop to the `InfoCard`, defaulting to `'normal'` with the option of `'bottom'` which vertically aligns the content to the bottom of the card.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-search-backend-node': patch
'@backstage/plugin-search-backend': patch
---
Split backend search plugin startup into "init" and "start" stages to ensure necessary initialization has happened before startup
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Allow passing a `--require` argument through to the Node process during `package start`
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-gitlab-org': patch
---
Added a new `catalog-backend-module-gitlab-org` module which adds the `GitlabOrgDiscoveryEntityProvider` to the catalog's providers using the new backend system.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Handle fetching huge amounts of users from Azure without crashing
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core-components': patch
---
The `SignInPage` guest provider will now fall back to legacy guest auth if the backend request fails, allowing guest auth without a running backend.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Fixed a bug where the `MultiEntityPicker` was not able to be set as required
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Fix weird opening behaviour of the <TechDocsSearch /> component.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Fixed an issue causing the `repo fix` command to set an incorrect `workspace` property using Windows
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-dynamic-feature-service': patch
---
Updates the `scanRoot` method in the `PluginScanner` class to specifically ignore the `lost+found` directory, which is a system-generated directory used for file recovery on Unix-like systems. Skipping this directory avoids unnecessary errors.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added option to `ServerTokenManager.fromConfig` that allows it to be instantiated in production without any configured keys.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': minor
---
Emit well known relationships for the Domain entity kind.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-notifications': patch
---
Empty descriptions are not rendered to improve the look&feel.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Fixed bug in stitching queue gauge that included entities that are scheduled in the future.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog': patch
---
Avoiding pre-loading display total count undefined for table counts

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