Merge remote-tracking branch 'origin/master' into rec-tasks-version-1
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Fixed an issue where some Okta's resolvers were missing
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-codescene': patch
|
||||
---
|
||||
|
||||
Updated Readme document in codescene plugin
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Fix custom http resolvers for AsyncAPI widget.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-pinniped-provider': patch
|
||||
---
|
||||
|
||||
Deprecated the `authModulePinnipedProvider` export. A default export is now available and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-pinniped-provider'));`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Make `convertLegacyApp` wrap discovered routes with `compatWrapper`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Adding support for removing file from git index
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Scaffolder form now shows a list of errors at the top of the form.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Exposed `createComponentRef`, and ensured that produced refs and feature bits have a `toString` for easier debugging
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed bug in Link where it was possible to select and copy a hidden element into clipboard
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
---
|
||||
|
||||
add user-settings declarative integration core nav item
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
The backwards compatibility provider will now use the new `ComponentsApi` and `IconsApi` when implementing the old `AppContext`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-dynamic-feature-service': minor
|
||||
---
|
||||
|
||||
New `backend-dynamic-feature-service` package, for the discovery of dynamic frontend and backend plugins (and modules) and the loading of the backend ones inside the backend application.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Add permission check to Register Existing API button
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
---
|
||||
|
||||
Show Azure site tags in `EntityAzureSitesOverviewWidget`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-adr': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
---
|
||||
|
||||
Added a note about Service Principles
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Added `IconsApi` implementation and the ability to configure icons through the `icons` option for `createApp` and `createSpecializedApp`. This is not a long-term solution as icons should be installable via extensions instead. This is just a stop-gap to make sure there is feature parity with the existing frontend system.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Do not call fetch directly but rather use `fetchResponse` facility
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Overflowing labels in OwnerPicker (Catalog) are now truncated. Hovering over them shows the full label
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
---
|
||||
|
||||
Ensure `teamReviewers` list is unique before calling API
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': minor
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Remove the old legacy exports from `/alpha`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Use sha256 instead of md5 in build script cache key calculation
|
||||
|
||||
Makes it possible to build on FIPS nodejs.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/backend-test-utils': minor
|
||||
'@backstage/backend-common': minor
|
||||
---
|
||||
|
||||
drop databases after unit tests if the database instance is not running in docker
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Add Scaffolder custom action that creates GitLab issues called `gitlab:issues:create`
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Added initial `IconsApi` definition.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-common': patch
|
||||
---
|
||||
|
||||
Updated Template.v1beta3.schema.json, added a missing "presentation" field
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fixed an issue where a misleading error message would be logged when an
|
||||
unsupported service locator method was specified.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-plugin-api': patch
|
||||
---
|
||||
|
||||
Removed unnecessary `i18next` dependency.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Use sha256 instead of md5 for hash key calculation in caches
|
||||
|
||||
This can have a side effect of invalidating caches (when cache key was >250 characters)
|
||||
This improves compliance with FIPS nodejs
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Fix broken XtermJS CSS import
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fix for a step with no properties
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
Fixed an issue where not passing a `value` to any of the action's permission conditions caused an error.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Include the extension point ID and the module ID in the backend init error message.
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
---
|
||||
|
||||
Add support for the new backend system.
|
||||
|
||||
A new backend module for the catalog backend
|
||||
was added and exported as `default`.
|
||||
|
||||
You can use it with the new backend system like
|
||||
|
||||
```ts title="packages/backend/src/index.ts"
|
||||
backend.add(import('@backstage/plugin-catalog-backend-module-openapi'));
|
||||
```
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-bitbucket': patch
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
The Scaffolder builtin actions now contains an action for running pipelines from Bitbucket Cloud Rest API
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Added basic support for the new frontend system, exported from the `/alpha` subpath.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': minor
|
||||
---
|
||||
|
||||
Updated the user settings selector to use a select component that displays native language names instead of language codes if possible.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
---
|
||||
|
||||
Deprecated the `authModuleMicrosoftProvider` export. A default export is now available and should be used like this in your backend: `backend.add(import('@backstage/plugin-auth-backend-module-microsoft-provider'));`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
---
|
||||
|
||||
added install path and fixed import on plugin-octopus-deploy
|
||||
@@ -0,0 +1,11 @@
|
||||
---
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-search': patch
|
||||
---
|
||||
|
||||
Use `convertLegacyRouteRefs` to define routes in `/alpha` export plugin.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-kubernetes-node': patch
|
||||
---
|
||||
|
||||
Enabled a way to include custom auth metadata info on the clusters endpoint. If you want to implement a Kubernetes auth strategy which requires surfacing custom auth metadata to the frontend, use the new presentAuthMetadata method on the AuthenticationStrategy interface.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Accepts sub route refs on the new `createPlugin` routes map.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': patch
|
||||
---
|
||||
|
||||
Fix a bug in `getLocationByRef` that led to invalid backend calls
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Updated the OpenAPI template to export the `TypedResponse` interface so that client code can leverage it
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fixed inconsistencies in icons used for System and Template
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
|
||||
'@backstage/config-loader': patch
|
||||
'@backstage/create-app': patch
|
||||
'@backstage/repo-tools': patch
|
||||
'@backstage/cli-node': patch
|
||||
---
|
||||
|
||||
Removed `mock-fs` dev dependency.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
The purpose of this patch is to add a new login method which is `googleServiceAccount` configuring the kubernetes properties in the app-config.yaml file with authProvider key
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
---
|
||||
|
||||
Improves UX of the EntityValidationPage: Moves the validate button below the EntityTextArea which is actually validated, the location TextField can now be hidden to prevent confusion about what is validated and additional content can be added to the top of the validation page.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
Added the option to provide custom `groupTransformer`, `userTransformer` and `groupNameTransformer` to allow custom transformations of groups and users
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
---
|
||||
|
||||
Add `authuser` search parameter to GKE cluster link formatter in k8s plugin
|
||||
|
||||
Thanks to this, people with multiple simultaneously logged-in accounts in their GCP console will automatically view objects with the same email as the one signed in to the Google auth provider in Backstage.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend': patch
|
||||
---
|
||||
|
||||
Update `README.md`
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-events-backend-module-gerrit': patch
|
||||
'@backstage/plugin-events-backend-module-azure': patch
|
||||
---
|
||||
|
||||
Add default exports for the new backend system and documentation.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Added `convertLegacyRouteRefs` for bulk conversion of plugin routes.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
'@backstage/frontend-plugin-api': minor
|
||||
---
|
||||
|
||||
**BREAKING**: Renamed the `app/router` extension to `app/root`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-test-utils': patch
|
||||
---
|
||||
|
||||
Updates to reflect the `app/router` extension having been renamed to `app/root`.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-stack-overflow-collator': patch
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-search-backend-module-catalog': patch
|
||||
'@backstage/plugin-search-backend-module-explore': patch
|
||||
---
|
||||
|
||||
Update wording to show that the backend system no longer is in alpha
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
---
|
||||
|
||||
Fixes a bug that made the API return questions not related to the tags provided
|
||||
+240
-269
@@ -1,297 +1,268 @@
|
||||
{
|
||||
"mode": "exit",
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.90",
|
||||
"@backstage/app-defaults": "1.4.6",
|
||||
"example-app-next": "0.0.4",
|
||||
"app-next-example-plugin": "0.0.4",
|
||||
"example-backend": "0.2.90",
|
||||
"@backstage/backend-app-api": "0.5.9",
|
||||
"@backstage/backend-common": "0.20.0",
|
||||
"@backstage/backend-defaults": "0.2.8",
|
||||
"@backstage/backend-dev-utils": "0.1.2",
|
||||
"example-backend-next": "0.0.18",
|
||||
"@backstage/backend-openapi-utils": "0.1.1",
|
||||
"@backstage/backend-plugin-api": "0.6.8",
|
||||
"@backstage/backend-plugin-manager": "0.0.4",
|
||||
"@backstage/backend-tasks": "0.5.13",
|
||||
"@backstage/backend-test-utils": "0.2.9",
|
||||
"@backstage/catalog-client": "1.5.0",
|
||||
"example-app": "0.2.91",
|
||||
"@backstage/app-defaults": "1.4.7",
|
||||
"example-app-next": "0.0.5",
|
||||
"app-next-example-plugin": "0.0.5",
|
||||
"example-backend": "0.2.91",
|
||||
"@backstage/backend-app-api": "0.5.10",
|
||||
"@backstage/backend-common": "0.20.1",
|
||||
"@backstage/backend-defaults": "0.2.9",
|
||||
"@backstage/backend-dev-utils": "0.1.3",
|
||||
"@backstage/backend-dynamic-feature-service": "0.1.0",
|
||||
"example-backend-next": "0.0.19",
|
||||
"@backstage/backend-openapi-utils": "0.1.2",
|
||||
"@backstage/backend-plugin-api": "0.6.9",
|
||||
"@backstage/backend-tasks": "0.5.14",
|
||||
"@backstage/backend-test-utils": "0.2.10",
|
||||
"@backstage/catalog-client": "1.5.2",
|
||||
"@backstage/catalog-model": "1.4.3",
|
||||
"@backstage/cli": "0.25.0",
|
||||
"@backstage/cli": "0.25.1",
|
||||
"@backstage/cli-common": "0.1.13",
|
||||
"@backstage/cli-node": "0.2.1",
|
||||
"@backstage/cli-node": "0.2.2",
|
||||
"@backstage/codemods": "0.1.46",
|
||||
"@backstage/config": "1.1.1",
|
||||
"@backstage/config-loader": "1.6.0",
|
||||
"@backstage/core-app-api": "1.11.2",
|
||||
"@backstage/core-compat-api": "0.1.0",
|
||||
"@backstage/core-components": "0.13.9",
|
||||
"@backstage/core-plugin-api": "1.8.1",
|
||||
"@backstage/create-app": "0.5.8",
|
||||
"@backstage/dev-utils": "1.0.25",
|
||||
"e2e-test": "0.2.10",
|
||||
"@backstage/config-loader": "1.6.1",
|
||||
"@backstage/core-app-api": "1.11.3",
|
||||
"@backstage/core-compat-api": "0.1.1",
|
||||
"@backstage/core-components": "0.13.10",
|
||||
"@backstage/core-plugin-api": "1.8.2",
|
||||
"@backstage/create-app": "0.5.9",
|
||||
"@backstage/dev-utils": "1.0.26",
|
||||
"e2e-test": "0.2.11",
|
||||
"@backstage/e2e-test-utils": "0.1.0",
|
||||
"@backstage/errors": "1.2.3",
|
||||
"@backstage/eslint-plugin": "0.1.4",
|
||||
"@backstage/frontend-app-api": "0.4.0",
|
||||
"@backstage/frontend-plugin-api": "0.4.0",
|
||||
"@backstage/frontend-test-utils": "0.1.0",
|
||||
"@backstage/frontend-app-api": "0.5.0",
|
||||
"@backstage/frontend-plugin-api": "0.5.0",
|
||||
"@backstage/frontend-test-utils": "0.1.1",
|
||||
"@backstage/integration": "1.8.0",
|
||||
"@backstage/integration-aws-node": "0.1.8",
|
||||
"@backstage/integration-react": "1.1.22",
|
||||
"@backstage/integration-react": "1.1.23",
|
||||
"@backstage/release-manifests": "0.0.11",
|
||||
"@backstage/repo-tools": "0.5.0",
|
||||
"@techdocs/cli": "1.8.0",
|
||||
"techdocs-cli-embedded-app": "0.2.89",
|
||||
"@backstage/test-utils": "1.4.6",
|
||||
"@backstage/repo-tools": "0.5.2",
|
||||
"@techdocs/cli": "1.8.1",
|
||||
"techdocs-cli-embedded-app": "0.2.90",
|
||||
"@backstage/test-utils": "1.4.7",
|
||||
"@backstage/theme": "0.5.0",
|
||||
"@backstage/types": "1.1.1",
|
||||
"@backstage/version-bridge": "1.0.7",
|
||||
"@backstage/plugin-adr": "0.6.11",
|
||||
"@backstage/plugin-adr-backend": "0.4.5",
|
||||
"@backstage/plugin-adr-common": "0.2.18",
|
||||
"@backstage/plugin-airbrake": "0.3.28",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.5",
|
||||
"@backstage/plugin-allure": "0.1.44",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.36",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.7",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.5",
|
||||
"@backstage/plugin-apache-airflow": "0.2.18",
|
||||
"@backstage/plugin-api-docs": "0.10.2",
|
||||
"@backstage/plugin-adr": "0.6.12",
|
||||
"@backstage/plugin-adr-backend": "0.4.6",
|
||||
"@backstage/plugin-adr-common": "0.2.19",
|
||||
"@backstage/plugin-airbrake": "0.3.29",
|
||||
"@backstage/plugin-airbrake-backend": "0.3.6",
|
||||
"@backstage/plugin-allure": "0.1.45",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.37",
|
||||
"@backstage/plugin-analytics-module-ga4": "0.1.8",
|
||||
"@backstage/plugin-analytics-module-newrelic-browser": "0.0.6",
|
||||
"@backstage/plugin-apache-airflow": "0.2.19",
|
||||
"@backstage/plugin-api-docs": "0.10.3",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.5",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.18",
|
||||
"@backstage/plugin-app-backend": "0.3.56",
|
||||
"@backstage/plugin-app-node": "0.1.8",
|
||||
"@backstage/plugin-auth-backend": "0.20.1",
|
||||
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.2",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.5",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.5",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.5",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.5",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.1",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.2",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.0",
|
||||
"@backstage/plugin-auth-node": "0.4.2",
|
||||
"@backstage/plugin-azure-devops": "0.3.10",
|
||||
"@backstage/plugin-azure-devops-backend": "0.5.0",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.19",
|
||||
"@backstage/plugin-app-backend": "0.3.57",
|
||||
"@backstage/plugin-app-node": "0.1.9",
|
||||
"@backstage/plugin-app-visualizer": "0.1.0",
|
||||
"@backstage/plugin-auth-backend": "0.20.3",
|
||||
"@backstage/plugin-auth-backend-module-atlassian-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-gcp-iap-provider": "0.2.3",
|
||||
"@backstage/plugin-auth-backend-module-github-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-gitlab-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-google-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-microsoft-provider": "0.1.4",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-provider": "0.1.6",
|
||||
"@backstage/plugin-auth-backend-module-oauth2-proxy-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-backend-module-okta-provider": "0.0.2",
|
||||
"@backstage/plugin-auth-backend-module-pinniped-provider": "0.1.3",
|
||||
"@backstage/plugin-auth-backend-module-vmware-cloud-provider": "0.1.1",
|
||||
"@backstage/plugin-auth-node": "0.4.3",
|
||||
"@backstage/plugin-azure-devops": "0.3.11",
|
||||
"@backstage/plugin-azure-devops-backend": "0.5.1",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.2",
|
||||
"@backstage/plugin-azure-sites": "0.1.17",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.18",
|
||||
"@backstage/plugin-azure-sites": "0.1.18",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.19",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.1",
|
||||
"@backstage/plugin-badges": "0.2.52",
|
||||
"@backstage/plugin-badges-backend": "0.3.5",
|
||||
"@backstage/plugin-bazaar": "0.2.20",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.6",
|
||||
"@backstage/plugin-badges": "0.2.53",
|
||||
"@backstage/plugin-badges-backend": "0.3.6",
|
||||
"@backstage/plugin-bazaar": "0.2.21",
|
||||
"@backstage/plugin-bazaar-backend": "0.3.7",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.15",
|
||||
"@backstage/plugin-bitrise": "0.1.55",
|
||||
"@backstage/plugin-catalog": "1.16.0",
|
||||
"@backstage/plugin-catalog-backend": "1.16.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.3.2",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.27",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.1.1",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.23",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.23",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.21",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.24",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.6",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.1.2",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.5",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.12",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.23",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.15",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.25",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.13",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.5",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.5",
|
||||
"@backstage/plugin-catalog-common": "1.0.19",
|
||||
"@backstage/plugin-catalog-graph": "0.3.2",
|
||||
"@backstage/plugin-catalog-import": "0.10.4",
|
||||
"@backstage/plugin-catalog-node": "1.6.0",
|
||||
"@backstage/plugin-catalog-react": "1.9.2",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.6",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.30",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.24",
|
||||
"@backstage/plugin-circleci": "0.3.28",
|
||||
"@backstage/plugin-cloudbuild": "0.3.28",
|
||||
"@backstage/plugin-code-climate": "0.1.28",
|
||||
"@backstage/plugin-code-coverage": "0.2.21",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.22",
|
||||
"@backstage/plugin-codescene": "0.1.20",
|
||||
"@backstage/plugin-config-schema": "0.1.48",
|
||||
"@backstage/plugin-cost-insights": "0.12.17",
|
||||
"@backstage/plugin-bitrise": "0.1.56",
|
||||
"@backstage/plugin-catalog": "1.16.1",
|
||||
"@backstage/plugin-catalog-backend": "1.16.1",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.3.3",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.28",
|
||||
"@backstage/plugin-catalog-backend-module-backstage-openapi": "0.1.2",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.24",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.24",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.22",
|
||||
"@backstage/plugin-catalog-backend-module-gcp": "0.1.9",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.25",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.4.7",
|
||||
"@backstage/plugin-catalog-backend-module-github-org": "0.1.3",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.3.6",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.4.13",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.24",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.16",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.26",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.14",
|
||||
"@backstage/plugin-catalog-backend-module-scaffolder-entity-model": "0.1.6",
|
||||
"@backstage/plugin-catalog-backend-module-unprocessed": "0.3.6",
|
||||
"@backstage/plugin-catalog-common": "1.0.20",
|
||||
"@backstage/plugin-catalog-graph": "0.3.3",
|
||||
"@backstage/plugin-catalog-import": "0.10.5",
|
||||
"@backstage/plugin-catalog-node": "1.6.1",
|
||||
"@backstage/plugin-catalog-react": "1.9.3",
|
||||
"@backstage/plugin-catalog-unprocessed-entities": "0.1.7",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.31",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.25",
|
||||
"@backstage/plugin-circleci": "0.3.29",
|
||||
"@backstage/plugin-cloudbuild": "0.3.29",
|
||||
"@backstage/plugin-code-climate": "0.1.29",
|
||||
"@backstage/plugin-code-coverage": "0.2.22",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.23",
|
||||
"@backstage/plugin-codescene": "0.1.21",
|
||||
"@backstage/plugin-config-schema": "0.1.49",
|
||||
"@backstage/plugin-cost-insights": "0.12.18",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.2",
|
||||
"@backstage/plugin-devtools": "0.1.7",
|
||||
"@backstage/plugin-devtools-backend": "0.2.5",
|
||||
"@backstage/plugin-devtools-common": "0.1.7",
|
||||
"@backstage/plugin-dynatrace": "8.0.2",
|
||||
"@backstage/plugin-entity-feedback": "0.2.11",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.5",
|
||||
"@backstage/plugin-devtools": "0.1.8",
|
||||
"@backstage/plugin-devtools-backend": "0.2.6",
|
||||
"@backstage/plugin-devtools-common": "0.1.8",
|
||||
"@backstage/plugin-dynatrace": "8.0.3",
|
||||
"@backstage/plugin-entity-feedback": "0.2.12",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.2.6",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.3",
|
||||
"@backstage/plugin-entity-validation": "0.1.13",
|
||||
"@backstage/plugin-events-backend": "0.2.17",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.11",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.18",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.18",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.18",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.18",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.18",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.18",
|
||||
"@backstage/plugin-events-node": "0.2.17",
|
||||
"@internal/plugin-todo-list": "1.0.20",
|
||||
"@internal/plugin-todo-list-backend": "1.0.20",
|
||||
"@internal/plugin-todo-list-common": "1.0.16",
|
||||
"@backstage/plugin-explore": "0.4.14",
|
||||
"@backstage/plugin-explore-backend": "0.0.18",
|
||||
"@backstage/plugin-entity-validation": "0.1.14",
|
||||
"@backstage/plugin-events-backend": "0.2.18",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.2.12",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.19",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.19",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.19",
|
||||
"@backstage/plugin-events-node": "0.2.18",
|
||||
"@internal/plugin-todo-list": "1.0.21",
|
||||
"@internal/plugin-todo-list-backend": "1.0.21",
|
||||
"@internal/plugin-todo-list-common": "1.0.17",
|
||||
"@backstage/plugin-explore": "0.4.15",
|
||||
"@backstage/plugin-explore-backend": "0.0.19",
|
||||
"@backstage/plugin-explore-common": "0.0.2",
|
||||
"@backstage/plugin-explore-react": "0.0.34",
|
||||
"@backstage/plugin-firehydrant": "0.2.12",
|
||||
"@backstage/plugin-fossa": "0.2.60",
|
||||
"@backstage/plugin-gcalendar": "0.3.21",
|
||||
"@backstage/plugin-gcp-projects": "0.3.44",
|
||||
"@backstage/plugin-git-release-manager": "0.3.40",
|
||||
"@backstage/plugin-github-actions": "0.6.9",
|
||||
"@backstage/plugin-github-deployments": "0.1.59",
|
||||
"@backstage/plugin-github-issues": "0.2.17",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.22",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.43",
|
||||
"@backstage/plugin-gocd": "0.1.34",
|
||||
"@backstage/plugin-graphiql": "0.3.1",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.10",
|
||||
"@backstage/plugin-home": "0.6.0",
|
||||
"@backstage/plugin-home-react": "0.1.6",
|
||||
"@backstage/plugin-ilert": "0.2.17",
|
||||
"@backstage/plugin-jenkins": "0.9.3",
|
||||
"@backstage/plugin-jenkins-backend": "0.3.2",
|
||||
"@backstage/plugin-jenkins-common": "0.1.22",
|
||||
"@backstage/plugin-kafka": "0.3.28",
|
||||
"@backstage/plugin-kafka-backend": "0.3.6",
|
||||
"@backstage/plugin-kubernetes": "0.11.3",
|
||||
"@backstage/plugin-kubernetes-backend": "0.14.0",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.4",
|
||||
"@backstage/plugin-kubernetes-common": "0.7.2",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.2",
|
||||
"@backstage/plugin-kubernetes-react": "0.2.0",
|
||||
"@backstage/plugin-lighthouse": "0.4.13",
|
||||
"@backstage/plugin-lighthouse-backend": "0.4.0",
|
||||
"@backstage/plugin-explore-react": "0.0.35",
|
||||
"@backstage/plugin-firehydrant": "0.2.13",
|
||||
"@backstage/plugin-fossa": "0.2.61",
|
||||
"@backstage/plugin-gcalendar": "0.3.22",
|
||||
"@backstage/plugin-gcp-projects": "0.3.45",
|
||||
"@backstage/plugin-git-release-manager": "0.3.41",
|
||||
"@backstage/plugin-github-actions": "0.6.10",
|
||||
"@backstage/plugin-github-deployments": "0.1.60",
|
||||
"@backstage/plugin-github-issues": "0.2.18",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.23",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.44",
|
||||
"@backstage/plugin-gocd": "0.1.35",
|
||||
"@backstage/plugin-graphiql": "0.3.2",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.11",
|
||||
"@backstage/plugin-home": "0.6.1",
|
||||
"@backstage/plugin-home-react": "0.1.7",
|
||||
"@backstage/plugin-ilert": "0.2.18",
|
||||
"@backstage/plugin-jenkins": "0.9.4",
|
||||
"@backstage/plugin-jenkins-backend": "0.3.3",
|
||||
"@backstage/plugin-jenkins-common": "0.1.23",
|
||||
"@backstage/plugin-kafka": "0.3.29",
|
||||
"@backstage/plugin-kafka-backend": "0.3.7",
|
||||
"@backstage/plugin-kubernetes": "0.11.4",
|
||||
"@backstage/plugin-kubernetes-backend": "0.14.1",
|
||||
"@backstage/plugin-kubernetes-cluster": "0.0.5",
|
||||
"@backstage/plugin-kubernetes-common": "0.7.3",
|
||||
"@backstage/plugin-kubernetes-node": "0.1.3",
|
||||
"@backstage/plugin-kubernetes-react": "0.2.1",
|
||||
"@backstage/plugin-lighthouse": "0.4.14",
|
||||
"@backstage/plugin-lighthouse-backend": "0.4.1",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.4",
|
||||
"@backstage/plugin-linguist": "0.1.13",
|
||||
"@backstage/plugin-linguist-backend": "0.5.5",
|
||||
"@backstage/plugin-linguist": "0.1.14",
|
||||
"@backstage/plugin-linguist-backend": "0.5.6",
|
||||
"@backstage/plugin-linguist-common": "0.1.2",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.10",
|
||||
"@backstage/plugin-newrelic": "0.3.43",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.3.3",
|
||||
"@backstage/plugin-nomad": "0.1.9",
|
||||
"@backstage/plugin-nomad-backend": "0.1.10",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.10",
|
||||
"@backstage/plugin-opencost": "0.2.3",
|
||||
"@backstage/plugin-org": "0.6.18",
|
||||
"@backstage/plugin-org-react": "0.1.17",
|
||||
"@backstage/plugin-pagerduty": "0.7.0",
|
||||
"@backstage/plugin-periskop": "0.1.26",
|
||||
"@backstage/plugin-periskop-backend": "0.2.6",
|
||||
"@backstage/plugin-permission-backend": "0.5.31",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.5",
|
||||
"@backstage/plugin-permission-common": "0.7.11",
|
||||
"@backstage/plugin-permission-node": "0.7.19",
|
||||
"@backstage/plugin-permission-react": "0.4.18",
|
||||
"@backstage/plugin-playlist": "0.2.2",
|
||||
"@backstage/plugin-playlist-backend": "0.3.12",
|
||||
"@backstage/plugin-playlist-common": "0.1.13",
|
||||
"@backstage/plugin-proxy-backend": "0.4.6",
|
||||
"@backstage/plugin-puppetdb": "0.1.11",
|
||||
"@backstage/plugin-rollbar": "0.4.28",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.53",
|
||||
"@backstage/plugin-scaffolder": "1.17.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.19.2",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.9",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.32",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.11",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.25",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.16",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.29",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.4",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.9",
|
||||
"@backstage/plugin-scaffolder-react": "1.7.0",
|
||||
"@backstage/plugin-search": "1.4.4",
|
||||
"@backstage/plugin-search-backend": "1.4.8",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.12",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.11",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.12",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.17",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.1",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.12",
|
||||
"@backstage/plugin-search-backend-node": "1.2.12",
|
||||
"@backstage/plugin-search-common": "1.2.9",
|
||||
"@backstage/plugin-search-react": "1.7.4",
|
||||
"@backstage/plugin-sentry": "0.5.13",
|
||||
"@backstage/plugin-shortcuts": "0.3.17",
|
||||
"@backstage/plugin-sonarqube": "0.7.10",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.10",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.11",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.17",
|
||||
"@backstage/plugin-stack-overflow": "0.1.23",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.12",
|
||||
"@backstage/plugin-stackstorm": "0.1.9",
|
||||
"@backstage/plugin-tech-insights": "0.3.20",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.22",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.40",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.11",
|
||||
"@backstage/plugin-newrelic": "0.3.44",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.3.4",
|
||||
"@backstage/plugin-nomad": "0.1.10",
|
||||
"@backstage/plugin-nomad-backend": "0.1.11",
|
||||
"@backstage/plugin-octopus-deploy": "0.2.11",
|
||||
"@backstage/plugin-opencost": "0.2.4",
|
||||
"@backstage/plugin-org": "0.6.19",
|
||||
"@backstage/plugin-org-react": "0.1.18",
|
||||
"@backstage/plugin-pagerduty": "0.7.1",
|
||||
"@backstage/plugin-periskop": "0.1.27",
|
||||
"@backstage/plugin-periskop-backend": "0.2.7",
|
||||
"@backstage/plugin-permission-backend": "0.5.32",
|
||||
"@backstage/plugin-permission-backend-module-allow-all-policy": "0.1.6",
|
||||
"@backstage/plugin-permission-common": "0.7.12",
|
||||
"@backstage/plugin-permission-node": "0.7.20",
|
||||
"@backstage/plugin-permission-react": "0.4.19",
|
||||
"@backstage/plugin-playlist": "0.2.3",
|
||||
"@backstage/plugin-playlist-backend": "0.3.13",
|
||||
"@backstage/plugin-playlist-common": "0.1.14",
|
||||
"@backstage/plugin-proxy-backend": "0.4.7",
|
||||
"@backstage/plugin-puppetdb": "0.1.12",
|
||||
"@backstage/plugin-rollbar": "0.4.29",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.54",
|
||||
"@backstage/plugin-scaffolder": "1.17.1",
|
||||
"@backstage/plugin-scaffolder-backend": "1.20.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-azure": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-bitbucket": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-confluence-to-markdown": "0.2.10",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.33",
|
||||
"@backstage/plugin-scaffolder-backend-module-gerrit": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-github": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-backend-module-gitlab": "0.2.12",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.26",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.17",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.30",
|
||||
"@backstage/plugin-scaffolder-common": "1.4.5",
|
||||
"@backstage/plugin-scaffolder-node": "0.2.10",
|
||||
"@backstage/plugin-scaffolder-react": "1.7.1",
|
||||
"@backstage/plugin-search": "1.4.5",
|
||||
"@backstage/plugin-search-backend": "1.4.9",
|
||||
"@backstage/plugin-search-backend-module-catalog": "0.1.13",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.3.12",
|
||||
"@backstage/plugin-search-backend-module-explore": "0.1.13",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.18",
|
||||
"@backstage/plugin-search-backend-module-stack-overflow-collator": "0.1.2",
|
||||
"@backstage/plugin-search-backend-module-techdocs": "0.1.13",
|
||||
"@backstage/plugin-search-backend-node": "1.2.13",
|
||||
"@backstage/plugin-search-common": "1.2.10",
|
||||
"@backstage/plugin-search-react": "1.7.5",
|
||||
"@backstage/plugin-sentry": "0.5.14",
|
||||
"@backstage/plugin-shortcuts": "0.3.18",
|
||||
"@backstage/plugin-sonarqube": "0.7.11",
|
||||
"@backstage/plugin-sonarqube-backend": "0.2.11",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.12",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.18",
|
||||
"@backstage/plugin-stack-overflow": "0.1.24",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.2.13",
|
||||
"@backstage/plugin-stackstorm": "0.1.10",
|
||||
"@backstage/plugin-tech-insights": "0.3.21",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.23",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.41",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.12",
|
||||
"@backstage/plugin-tech-insights-node": "0.4.14",
|
||||
"@backstage/plugin-tech-radar": "0.6.11",
|
||||
"@backstage/plugin-techdocs": "1.9.2",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.25",
|
||||
"@backstage/plugin-techdocs-backend": "1.9.1",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.3",
|
||||
"@backstage/plugin-techdocs-node": "1.11.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.14",
|
||||
"@backstage/plugin-todo": "0.2.32",
|
||||
"@backstage/plugin-todo-backend": "0.3.6",
|
||||
"@backstage/plugin-user-settings": "0.7.14",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.7",
|
||||
"@backstage/plugin-vault": "0.1.23",
|
||||
"@backstage/plugin-vault-backend": "0.4.1",
|
||||
"@backstage/plugin-vault-node": "0.1.1",
|
||||
"@backstage/plugin-visualizer": "0.0.1",
|
||||
"@backstage/plugin-xcmetrics": "0.2.46"
|
||||
"@backstage/plugin-tech-insights-node": "0.4.15",
|
||||
"@backstage/plugin-tech-radar": "0.6.12",
|
||||
"@backstage/plugin-techdocs": "1.9.3",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.26",
|
||||
"@backstage/plugin-techdocs-backend": "1.9.2",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.1.4",
|
||||
"@backstage/plugin-techdocs-node": "1.11.1",
|
||||
"@backstage/plugin-techdocs-react": "1.1.15",
|
||||
"@backstage/plugin-todo": "0.2.33",
|
||||
"@backstage/plugin-todo-backend": "0.3.7",
|
||||
"@backstage/plugin-user-settings": "0.8.0",
|
||||
"@backstage/plugin-user-settings-backend": "0.2.8",
|
||||
"@backstage/plugin-vault": "0.1.24",
|
||||
"@backstage/plugin-vault-backend": "0.4.2",
|
||||
"@backstage/plugin-vault-node": "0.1.2",
|
||||
"@backstage/plugin-xcmetrics": "0.2.47"
|
||||
},
|
||||
"changesets": [
|
||||
"afraid-mice-give",
|
||||
"brave-queens-crash",
|
||||
"brown-planes-sort",
|
||||
"chatty-rivers-hope",
|
||||
"chilled-seahorses-clean",
|
||||
"chilled-zebras-wash",
|
||||
"create-app-1703547661",
|
||||
"create-app-1704804195",
|
||||
"curvy-dingos-jump",
|
||||
"fast-tables-hammer",
|
||||
"friendly-horses-kneel",
|
||||
"funny-rings-fry",
|
||||
"gold-pianos-worry",
|
||||
"happy-forks-jam",
|
||||
"hip-dancers-pay",
|
||||
"large-poets-buy",
|
||||
"lazy-teachers-walk",
|
||||
"many-peaches-dress",
|
||||
"new-plants-sort",
|
||||
"orange-planets-suffer",
|
||||
"quiet-oranges-bake",
|
||||
"renovate-126fde4",
|
||||
"renovate-91133b2",
|
||||
"renovate-9647667",
|
||||
"rotten-tools-clean",
|
||||
"sour-taxis-rush",
|
||||
"stale-hairs-sparkle",
|
||||
"tricky-pans-explain"
|
||||
]
|
||||
"changesets": []
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-test-utils': patch
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-dev-utils': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Updated README to reflect release status
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/plugin-signals-backend': patch
|
||||
'@backstage/plugin-signals': patch
|
||||
'@backstage/plugin-signals-react': patch
|
||||
'@backstage/plugin-signals-node': patch
|
||||
---
|
||||
|
||||
Add support to subscribe and publish messages through signals plugins
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-github': patch
|
||||
---
|
||||
|
||||
Updated dependency `octokit` to `^3.0.0`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependency `vite-plugin-node-polyfills` to `^0.19.0`.
|
||||
@@ -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.15.1`.
|
||||
Updated dependency `@rjsf/core` to `5.15.1`.
|
||||
Updated dependency `@rjsf/material-ui` to `5.15.1`.
|
||||
Updated dependency `@rjsf/validator-ajv8` to `5.15.1`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-azure': patch
|
||||
---
|
||||
|
||||
Updated dependency `azure-devops-node-api` to `^12.0.0`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Updated dependency `@asyncapi/react-component` to `1.2.13`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-gitlab': patch
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Add `gitlab:repo:push` scaffolder action to push files to arbitrary branch without creating a Merge Request
|
||||
@@ -1,145 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend-module-confluence-to-markdown': patch
|
||||
'@backstage/plugin-catalog-backend-module-scaffolder-entity-model': patch
|
||||
'@backstage/plugin-permission-backend-module-allow-all-policy': patch
|
||||
'@backstage/plugin-auth-backend-module-oauth2-proxy-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-vmware-cloud-provider': patch
|
||||
'@backstage/plugin-catalog-backend-module-backstage-openapi': patch
|
||||
'@backstage/plugin-auth-backend-module-atlassian-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-microsoft-provider': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
|
||||
'@backstage/plugin-auth-backend-module-pinniped-provider': patch
|
||||
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-auth-backend-module-gcp-iap-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-github-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-gitlab-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-google-provider': patch
|
||||
'@backstage/plugin-auth-backend-module-oauth2-provider': patch
|
||||
'@backstage/plugin-tech-insights-backend-module-jsonfc': patch
|
||||
'@backstage/plugin-analytics-module-newrelic-browser': patch
|
||||
'@backstage/plugin-auth-backend-module-okta-provider': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-yeoman': patch
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-unprocessed-entities': patch
|
||||
'@backstage/plugin-events-backend-module-gerrit': patch
|
||||
'@backstage/plugin-events-backend-module-github': patch
|
||||
'@backstage/plugin-events-backend-module-gitlab': patch
|
||||
'@backstage/plugin-events-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
'@backstage/plugin-entity-feedback-backend': patch
|
||||
'@backstage/backend-openapi-utils': patch
|
||||
'@backstage/plugin-stack-overflow-backend': patch
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
'@backstage/plugin-user-settings-backend': patch
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/plugin-analytics-module-ga4': patch
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-azure-sites-backend': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-kubernetes-cluster': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic-dashboard': patch
|
||||
'@backstage/plugin-tech-insights-node': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-kubernetes-common': patch
|
||||
'@backstage/plugin-airbrake-backend': patch
|
||||
'@backstage/plugin-devtools-backend': patch
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
'@backstage/plugin-periskop-backend': patch
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
'@backstage/plugin-gitops-profiles': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-jenkins-backend': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-badges-backend': patch
|
||||
'@backstage/plugin-bazaar-backend': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-search-backend': patch
|
||||
'@backstage/plugin-splunk-on-call': patch
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/plugin-catalog-graph': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-config-schema': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-explore-react': patch
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-kafka-backend': patch
|
||||
'@backstage/plugin-nomad-backend': patch
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-catalog-node': patch
|
||||
'@backstage/plugin-code-climate': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-cloudbuild': patch
|
||||
'@backstage/plugin-home-react': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-stackstorm': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-codescene': patch
|
||||
'@backstage/plugin-dynatrace': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-org-react': patch
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-circleci': patch
|
||||
'@backstage/plugin-devtools': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-linguist': patch
|
||||
'@backstage/plugin-newrelic': patch
|
||||
'@backstage/plugin-opencost': patch
|
||||
'@backstage/plugin-periskop': patch
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-puppetdb': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
'@backstage/plugin-rollbar': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-badges': patch
|
||||
'@backstage/plugin-bazaar': patch
|
||||
'@backstage/plugin-search': patch
|
||||
'@backstage/plugin-sentry': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
'@backstage/plugin-kafka': patch
|
||||
'@backstage/plugin-nomad': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-gocd': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Remove some unused dependencies
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': patch
|
||||
---
|
||||
|
||||
Fix errors when deleting SQS messages:
|
||||
|
||||
- If zero messages were received, skip deletion to avoid `EmptyBatchRequest` error from the SQS client.
|
||||
- If zero failures were returned from the SQS client during deletion, skip error logging.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-bitrise': patch
|
||||
---
|
||||
|
||||
Update README
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
'@backstage/frontend-test-utils': patch
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
Added `elements`, `wrappers`, and `router` inputs to `app/root`, that let you add things to the root of the React tree above the layout. You can use the `createAppRootElementExtension`, `createAppRootWrapperExtension`, and `createRouterExtension` extension creator, respectively, to conveniently create such extensions. These are all optional, and if you do not supply a router a default one will be used (`BrowserRouter` in regular runs, `MemoryRouter` in tests/CI).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': minor
|
||||
---
|
||||
|
||||
Attaching extensions to an input that does not exist is now a warning rather than an error.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Show first scaffolder output text by default
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-react': minor
|
||||
---
|
||||
|
||||
**BREAKING** The pod exec terminal is now disabled by default since there are several scenarios where it is known not to work. It can be re-enabled at your own risk by setting the config parameter `kubernetes.podExecTerminal.enabled` to `true`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Minor internal refactor
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Updated `packages/app` as well as the root `package.json` type resolutions to use React v18.
|
||||
|
||||
The `@testing-library/*` dependencies have also been updated to the ones compatible with React v18, and the test at `packages/app/src/App.test.tsx` had been updated to use more modern patterns that work better with these new versions.
|
||||
|
||||
For information on how to migrate existing apps to React v18, see the [migration guide](https://backstage.io/docs/tutorials/react18-migration)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Removed unnecessary `history` and `immer` dependencies.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': patch
|
||||
'@backstage/plugin-events-backend': patch
|
||||
---
|
||||
|
||||
Add documentation on how to install the plugins with the new backend system.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
Added status and e-mail as labels to the AWS Account Resource
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/test-utils': minor
|
||||
---
|
||||
|
||||
Added `components` option to `TestAppOptions`, which will be forwarded as the `components` option to `createApp`.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-kubernetes-node': patch
|
||||
---
|
||||
|
||||
Enabling authentication to kubernetes clusters with mTLS x509 client certs
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Custom per-cluster auth metadata (mainly for use with custom `AuthenticationStrategy` implementations) can now be specified in the `authMetadata` property of clusters in the app-config.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-permission-backend': patch
|
||||
'@backstage/plugin-permission-common': patch
|
||||
'@backstage/plugin-permission-react': patch
|
||||
'@backstage/plugin-permission-node': patch
|
||||
---
|
||||
|
||||
Updated README
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Parse the URL using a different method rather than `git-url-parse` to support wildcards for URLs which are not VCS providers
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependencies in frontend plugin templates
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-linguist': patch
|
||||
---
|
||||
|
||||
Added alpha support for the New Frontend System (Declarative Integration)
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Plugins converted by `convertLegacyApp` now have their `routes` and `externalRoutes` included as well, allowing them to be used to bind external routes in configuration.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated the backend module template to make the module instance the package default export.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-app-visualizer': minor
|
||||
---
|
||||
|
||||
Initial release of the app visualizer plugin.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-devtools': patch
|
||||
'@backstage/plugin-linguist': patch
|
||||
---
|
||||
|
||||
Updated imports from named to default imports to help with the Material UI v4 to v5 migration
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/frontend-app-api': patch
|
||||
---
|
||||
|
||||
add oauth dialog and alert display to the root elements
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
---
|
||||
|
||||
Prefer `dev.azure.com/build-definition` annotation when it is provided, as it is more specific than `dev.azure.com/project-repo`. This can also be used as a filter for mono-repos.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/eslint-plugin': patch
|
||||
---
|
||||
|
||||
Added new `@backstage/no-top-level-material-ui-4-imports` rule that forbids top level imports from Material UI v4 packages
|
||||
+3
-1
@@ -312,6 +312,8 @@ rebase
|
||||
rebasing
|
||||
Recharts
|
||||
Redash
|
||||
renderer
|
||||
renderers
|
||||
replicasets
|
||||
repo
|
||||
Repo
|
||||
@@ -463,4 +465,4 @@ zod
|
||||
Zolotusky
|
||||
zoomable
|
||||
zsh
|
||||
scrollable
|
||||
scrollable
|
||||
@@ -6,6 +6,7 @@ on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'microsite/**'
|
||||
- 'beps/**'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
@@ -4,6 +4,7 @@ on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'microsite/**'
|
||||
- 'beps/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@@ -215,7 +216,7 @@ jobs:
|
||||
run: yarn backstage-cli repo lint --since origin/master
|
||||
|
||||
- name: test changed packages
|
||||
run: yarn backstage-cli repo test --maxWorkers=2 --workerIdleMemoryLimit=1300M --since origin/master
|
||||
run: yarn backstage-cli repo test --maxWorkers=3 --workerIdleMemoryLimit=1300M --since origin/master
|
||||
env:
|
||||
BACKSTAGE_TEST_DISABLE_DOCKER: 1
|
||||
BACKSTAGE_TEST_DATABASE_POSTGRES16_CONNECTION_STRING: postgresql://postgres:postgres@localhost:${{ job.services.postgres16.ports[5432] }}
|
||||
|
||||
@@ -98,7 +98,7 @@ jobs:
|
||||
|
||||
- name: test (and upload coverage)
|
||||
run: |
|
||||
yarn backstage-cli repo test --maxWorkers=2 --workerIdleMemoryLimit=1300M --coverage
|
||||
yarn backstage-cli repo test --maxWorkers=3 --workerIdleMemoryLimit=1300M --coverage
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
# Upload code coverage for some specific flags. Also see .codecov.yml
|
||||
bash <(curl -s https://codecov.io/bash) -f packages/core-app-api/coverage/* -F core-app-api
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user