Merge branch 'master' into techdocs/remove-warnings
Signed-off-by: Morgan Bentell <morgan.bentell@gmail.com>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': minor
|
||||
---
|
||||
|
||||
Added the ability to be able to define an actions `input` and `output` schema using `zod` instead of hand writing types and `jsonschema`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/catalog-client': minor
|
||||
---
|
||||
|
||||
Add `queryEntities` method to `CatalogApi`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
---
|
||||
|
||||
todo-backend is now exposed as a plugin which uses the new plugin system
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-permission-node': patch
|
||||
---
|
||||
|
||||
Changed the `createPermissionIntegrationRouter` API to allow `getResources`, `resourceType` and `rules` to be optional
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Fixed a bug where additional backend package entry points where not properly marked as internal during local development.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/create-app': patch
|
||||
---
|
||||
|
||||
Bumped create-app version.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Corrected styling of nested objects in AsyncAPI to avoid inappropriate uppercase text transformation of nested objects.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/plugin-scaffolder-node': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Added a possibility to cancel the running task (executing of a scaffolder template)
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
Tweaked type dependency check to trim wildcard type imports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
---
|
||||
|
||||
throw error from catalog:fetch scaffolder action when entity is null and optional is false
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
Revert using `baseUrl` for MS Graph provider as it breaks token retrieval
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Getting credentials in the RepoUrlPicker now also works for targets without owner (e.g. Bitbucket Server).
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
'@backstage/plugin-entity-feedback': minor
|
||||
'@backstage/plugin-entity-feedback-backend': patch
|
||||
'@backstage/plugin-entity-feedback-common': patch
|
||||
---
|
||||
|
||||
Added an endpoint to fetch anonymous aggregated results from an entity
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': minor
|
||||
'@backstage/plugin-scaffolder': minor
|
||||
---
|
||||
|
||||
Move `useTaskStream`, `TaskBorder`, `TaskLogStream` and `TaskSteps` into `scaffolder-react`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
Techdocs backend explains a bit more about what might have caused the docs not being found when building techdocs.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': minor
|
||||
---
|
||||
|
||||
Added endpoint to get a list of known incremental entity providers
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fix export of `defaultCatalogCollatorEntityTransformer`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fixes bug whereby backstage crashes when bad credentials are provided to the kubernetes plugin.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Fix icon alignment in `CatalogSearchResultListItem`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/eslint-plugin': patch
|
||||
---
|
||||
|
||||
Fixing a bug that we should check internal dependencies too
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fix bug that caused next and previous links not to work with certain versions of mkdocs-material
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-insights-backend': patch
|
||||
---
|
||||
|
||||
Add DB index to improve latency of latest fact query
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
fix bug with `hasErrors` returning false when dealing with empty objects
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-octopus-deploy': minor
|
||||
---
|
||||
|
||||
Initial version
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
The gitlab org data integration now makes use of the GraphQL API to determine
|
||||
the relationships between imported User and Group entities, effectively making
|
||||
this integration usable without an administrator account's Personal Access
|
||||
Token.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Added a new EntitySwitch isResourceType to allow different views depending on Resource type
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-vault-backend': minor
|
||||
---
|
||||
|
||||
Allow generic Vault clients to be passed into the builder
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-catalog-backend-module-openapi': patch
|
||||
'@backstage/plugin-catalog-backend-module-ldap': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fix deprecated types.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
---
|
||||
|
||||
Fixed bug in EntityVaidation plugin where string in text box was unable to be updated.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated the ESLint plugin configuration that is enabled through `yarn start --check` to only pick up valid source files.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Added a new `migrate package-exports` command that synchronizes package exports fields in all `package.json`s.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
---
|
||||
|
||||
Added Octopus Deploy logo
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Bumped the `msw` version in templates to 1.0.0
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
---
|
||||
|
||||
Update colors to match Zalando's tech radar, also add coloring on title and legend to match ring color.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
scaffolder/next: Move the `uiSchema` to its own property in the validation `context` to align with component development and access of `ui:options`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': minor
|
||||
---
|
||||
|
||||
Add possibility to re-use EntityPicker for filters with multiple select.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-linguist-backend': minor
|
||||
---
|
||||
|
||||
**BREAKING** The linguist-backend `createRouter` now requires that the `tokenManger` is passed to the router.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
The HTML tag attributes in the documentation content inserted to shadow DOM is preserved to improve accessibility
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Adjust express dependencies to be the same as the rest of the project
|
||||
@@ -1,21 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic-dashboard': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-code-climate': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Change black & white colors to be theme aware
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
---
|
||||
|
||||
Create an "Other Templates" group when groups are given to scaffolder/next.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
---
|
||||
|
||||
Fix parsing error when kubernetes api is returning badly structured data.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Add ApiDefinitionDialog component for fast access to the API definition in ProvidedApiCards and ConsumedApiCards.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated frontend plugin template to use some more recent features
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-vault-backend': patch
|
||||
---
|
||||
|
||||
Ignore the `eslint` error
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-org': patch
|
||||
---
|
||||
|
||||
Fix small UI-glitch in MemberListCard
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/errors': patch
|
||||
---
|
||||
|
||||
Added `NotImplementedError`, which can be used when the server does not recognize the request method and is incapable of supporting it for any resource.
|
||||
+201
-238
@@ -2,253 +2,216 @@
|
||||
"mode": "pre",
|
||||
"tag": "next",
|
||||
"initialVersions": {
|
||||
"example-app": "0.2.80",
|
||||
"@backstage/app-defaults": "1.2.0",
|
||||
"example-backend": "0.2.80",
|
||||
"@backstage/backend-app-api": "0.4.0",
|
||||
"@backstage/backend-common": "0.18.2",
|
||||
"@backstage/backend-defaults": "0.1.7",
|
||||
"@backstage/backend-dev-utils": "0.1.0",
|
||||
"example-backend-next": "0.0.8",
|
||||
"@backstage/backend-plugin-api": "0.4.0",
|
||||
"@backstage/backend-tasks": "0.4.3",
|
||||
"@backstage/backend-test-utils": "0.1.34",
|
||||
"@backstage/catalog-client": "1.3.1",
|
||||
"@backstage/catalog-model": "1.2.0",
|
||||
"@backstage/cli": "0.22.2",
|
||||
"@backstage/cli-common": "0.1.11",
|
||||
"@backstage/codemods": "0.1.43",
|
||||
"@backstage/config": "1.0.6",
|
||||
"@backstage/config-loader": "1.1.8",
|
||||
"@backstage/core-app-api": "1.5.0",
|
||||
"@backstage/core-components": "0.12.4",
|
||||
"@backstage/core-plugin-api": "1.4.0",
|
||||
"@backstage/create-app": "0.4.37",
|
||||
"@backstage/dev-utils": "1.0.12",
|
||||
"e2e-test": "0.2.0",
|
||||
"@backstage/errors": "1.1.4",
|
||||
"@backstage/eslint-plugin": "0.1.0",
|
||||
"@backstage/integration": "1.4.2",
|
||||
"@backstage/integration-aws-node": "0.1.1",
|
||||
"@backstage/integration-react": "1.1.10",
|
||||
"@backstage/release-manifests": "0.0.8",
|
||||
"@backstage/repo-tools": "0.1.2",
|
||||
"@techdocs/cli": "1.3.2",
|
||||
"techdocs-cli-embedded-app": "0.2.79",
|
||||
"@backstage/test-utils": "1.2.5",
|
||||
"@backstage/theme": "0.2.17",
|
||||
"example-app": "0.2.81",
|
||||
"@backstage/app-defaults": "1.2.1",
|
||||
"example-backend": "0.2.81",
|
||||
"@backstage/backend-app-api": "0.4.1",
|
||||
"@backstage/backend-common": "0.18.3",
|
||||
"@backstage/backend-defaults": "0.1.8",
|
||||
"@backstage/backend-dev-utils": "0.1.1",
|
||||
"example-backend-next": "0.0.9",
|
||||
"@backstage/backend-plugin-api": "0.5.0",
|
||||
"@backstage/backend-tasks": "0.5.0",
|
||||
"@backstage/backend-test-utils": "0.1.35",
|
||||
"@backstage/catalog-client": "1.4.0",
|
||||
"@backstage/catalog-model": "1.2.1",
|
||||
"@backstage/cli": "0.22.4",
|
||||
"@backstage/cli-common": "0.1.12",
|
||||
"@backstage/codemods": "0.1.44",
|
||||
"@backstage/config": "1.0.7",
|
||||
"@backstage/config-loader": "1.1.9",
|
||||
"@backstage/core-app-api": "1.6.0",
|
||||
"@backstage/core-components": "0.12.5",
|
||||
"@backstage/core-plugin-api": "1.5.0",
|
||||
"@backstage/create-app": "0.4.38",
|
||||
"@backstage/dev-utils": "1.0.13",
|
||||
"e2e-test": "0.2.1",
|
||||
"@backstage/errors": "1.1.5",
|
||||
"@backstage/eslint-plugin": "0.1.2",
|
||||
"@backstage/integration": "1.4.3",
|
||||
"@backstage/integration-aws-node": "0.1.2",
|
||||
"@backstage/integration-react": "1.1.11",
|
||||
"@backstage/release-manifests": "0.0.9",
|
||||
"@backstage/repo-tools": "0.1.3",
|
||||
"@techdocs/cli": "1.4.0",
|
||||
"techdocs-cli-embedded-app": "0.2.80",
|
||||
"@backstage/test-utils": "1.2.6",
|
||||
"@backstage/theme": "0.2.18",
|
||||
"@backstage/types": "1.0.2",
|
||||
"@backstage/version-bridge": "1.0.3",
|
||||
"@backstage/plugin-adr": "0.4.0",
|
||||
"@backstage/plugin-adr-backend": "0.3.0",
|
||||
"@backstage/plugin-adr-common": "0.2.6",
|
||||
"@backstage/plugin-airbrake": "0.3.15",
|
||||
"@backstage/plugin-airbrake-backend": "0.2.15",
|
||||
"@backstage/plugin-allure": "0.1.31",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.26",
|
||||
"@backstage/plugin-apache-airflow": "0.2.8",
|
||||
"@backstage/plugin-api-docs": "0.9.0",
|
||||
"@backstage/plugin-adr": "0.4.1",
|
||||
"@backstage/plugin-adr-backend": "0.3.1",
|
||||
"@backstage/plugin-adr-common": "0.2.7",
|
||||
"@backstage/plugin-airbrake": "0.3.16",
|
||||
"@backstage/plugin-airbrake-backend": "0.2.16",
|
||||
"@backstage/plugin-allure": "0.1.32",
|
||||
"@backstage/plugin-analytics-module-ga": "0.1.27",
|
||||
"@backstage/plugin-apache-airflow": "0.2.9",
|
||||
"@backstage/plugin-api-docs": "0.9.1",
|
||||
"@backstage/plugin-api-docs-module-protoc-gen-doc": "0.1.1",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.8",
|
||||
"@backstage/plugin-app-backend": "0.3.42",
|
||||
"@backstage/plugin-auth-backend": "0.18.0",
|
||||
"@backstage/plugin-auth-node": "0.2.11",
|
||||
"@backstage/plugin-azure-devops": "0.2.6",
|
||||
"@backstage/plugin-azure-devops-backend": "0.3.21",
|
||||
"@backstage/plugin-apollo-explorer": "0.1.9",
|
||||
"@backstage/plugin-app-backend": "0.3.43",
|
||||
"@backstage/plugin-auth-backend": "0.18.1",
|
||||
"@backstage/plugin-auth-node": "0.2.12",
|
||||
"@backstage/plugin-azure-devops": "0.2.7",
|
||||
"@backstage/plugin-azure-devops-backend": "0.3.22",
|
||||
"@backstage/plugin-azure-devops-common": "0.3.0",
|
||||
"@backstage/plugin-azure-sites": "0.1.4",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.4",
|
||||
"@backstage/plugin-azure-sites": "0.1.5",
|
||||
"@backstage/plugin-azure-sites-backend": "0.1.5",
|
||||
"@backstage/plugin-azure-sites-common": "0.1.0",
|
||||
"@backstage/plugin-badges": "0.2.39",
|
||||
"@backstage/plugin-badges-backend": "0.1.36",
|
||||
"@backstage/plugin-bazaar": "0.2.4",
|
||||
"@backstage/plugin-bazaar-backend": "0.2.5",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.3",
|
||||
"@backstage/plugin-bitrise": "0.1.42",
|
||||
"@backstage/plugin-catalog": "1.8.0",
|
||||
"@backstage/plugin-catalog-backend": "1.7.2",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.1.15",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.13",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.9",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.9",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.7",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.2.5",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.13",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.2.0",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.9",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.0",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.8",
|
||||
"@backstage/plugin-catalog-common": "1.0.11",
|
||||
"@internal/plugin-catalog-customized": "0.0.7",
|
||||
"@backstage/plugin-catalog-graph": "0.2.27",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.18",
|
||||
"@backstage/plugin-catalog-import": "0.9.5",
|
||||
"@backstage/plugin-catalog-node": "1.3.3",
|
||||
"@backstage/plugin-catalog-react": "1.3.0",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.17",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.11",
|
||||
"@backstage/plugin-circleci": "0.3.15",
|
||||
"@backstage/plugin-cloudbuild": "0.3.15",
|
||||
"@backstage/plugin-code-climate": "0.1.15",
|
||||
"@backstage/plugin-code-coverage": "0.2.8",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.8",
|
||||
"@backstage/plugin-codescene": "0.1.10",
|
||||
"@backstage/plugin-config-schema": "0.1.38",
|
||||
"@backstage/plugin-cost-insights": "0.12.4",
|
||||
"@backstage/plugin-badges": "0.2.40",
|
||||
"@backstage/plugin-badges-backend": "0.1.37",
|
||||
"@backstage/plugin-bazaar": "0.2.6",
|
||||
"@backstage/plugin-bazaar-backend": "0.2.6",
|
||||
"@backstage/plugin-bitbucket-cloud-common": "0.2.4",
|
||||
"@backstage/plugin-bitrise": "0.1.43",
|
||||
"@backstage/plugin-catalog": "1.9.0",
|
||||
"@backstage/plugin-catalog-backend": "1.8.0",
|
||||
"@backstage/plugin-catalog-backend-module-aws": "0.1.17",
|
||||
"@backstage/plugin-catalog-backend-module-azure": "0.1.14",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket": "0.2.10",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-cloud": "0.1.10",
|
||||
"@backstage/plugin-catalog-backend-module-bitbucket-server": "0.1.8",
|
||||
"@backstage/plugin-catalog-backend-module-gerrit": "0.1.11",
|
||||
"@backstage/plugin-catalog-backend-module-github": "0.2.6",
|
||||
"@backstage/plugin-catalog-backend-module-gitlab": "0.1.14",
|
||||
"@backstage/plugin-catalog-backend-module-incremental-ingestion": "0.3.0",
|
||||
"@backstage/plugin-catalog-backend-module-ldap": "0.5.10",
|
||||
"@backstage/plugin-catalog-backend-module-msgraph": "0.5.2",
|
||||
"@backstage/plugin-catalog-backend-module-openapi": "0.1.9",
|
||||
"@backstage/plugin-catalog-backend-module-puppetdb": "0.1.0",
|
||||
"@backstage/plugin-catalog-common": "1.0.12",
|
||||
"@internal/plugin-catalog-customized": "0.0.8",
|
||||
"@backstage/plugin-catalog-graph": "0.2.28",
|
||||
"@backstage/plugin-catalog-graphql": "0.3.19",
|
||||
"@backstage/plugin-catalog-import": "0.9.6",
|
||||
"@backstage/plugin-catalog-node": "1.3.4",
|
||||
"@backstage/plugin-catalog-react": "1.4.0",
|
||||
"@backstage/plugin-cicd-statistics": "0.1.18",
|
||||
"@backstage/plugin-cicd-statistics-module-gitlab": "0.1.12",
|
||||
"@backstage/plugin-circleci": "0.3.16",
|
||||
"@backstage/plugin-cloudbuild": "0.3.16",
|
||||
"@backstage/plugin-code-climate": "0.1.16",
|
||||
"@backstage/plugin-code-coverage": "0.2.9",
|
||||
"@backstage/plugin-code-coverage-backend": "0.2.9",
|
||||
"@backstage/plugin-codescene": "0.1.11",
|
||||
"@backstage/plugin-config-schema": "0.1.39",
|
||||
"@backstage/plugin-cost-insights": "0.12.5",
|
||||
"@backstage/plugin-cost-insights-common": "0.1.1",
|
||||
"@backstage/plugin-dynatrace": "2.0.0",
|
||||
"@backstage/plugin-entity-feedback": "0.1.0",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.1.0",
|
||||
"@backstage/plugin-dynatrace": "3.0.0",
|
||||
"@backstage/plugin-entity-feedback": "0.1.1",
|
||||
"@backstage/plugin-entity-feedback-backend": "0.1.1",
|
||||
"@backstage/plugin-entity-feedback-common": "0.1.0",
|
||||
"@backstage/plugin-entity-validation": "0.1.0",
|
||||
"@backstage/plugin-events-backend": "0.2.3",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.1.4",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.4",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.4",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.4",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.4",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.4",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.4",
|
||||
"@backstage/plugin-events-node": "0.2.3",
|
||||
"@internal/plugin-todo-list": "1.0.10",
|
||||
"@internal/plugin-todo-list-backend": "1.0.10",
|
||||
"@internal/plugin-todo-list-common": "1.0.8",
|
||||
"@backstage/plugin-explore": "0.4.0",
|
||||
"@backstage/plugin-explore-backend": "0.0.4",
|
||||
"@backstage/plugin-entity-validation": "0.1.1",
|
||||
"@backstage/plugin-events-backend": "0.2.4",
|
||||
"@backstage/plugin-events-backend-module-aws-sqs": "0.1.5",
|
||||
"@backstage/plugin-events-backend-module-azure": "0.1.5",
|
||||
"@backstage/plugin-events-backend-module-bitbucket-cloud": "0.1.5",
|
||||
"@backstage/plugin-events-backend-module-gerrit": "0.1.5",
|
||||
"@backstage/plugin-events-backend-module-github": "0.1.5",
|
||||
"@backstage/plugin-events-backend-module-gitlab": "0.1.5",
|
||||
"@backstage/plugin-events-backend-test-utils": "0.1.5",
|
||||
"@backstage/plugin-events-node": "0.2.4",
|
||||
"@internal/plugin-todo-list": "1.0.11",
|
||||
"@internal/plugin-todo-list-backend": "1.0.11",
|
||||
"@internal/plugin-todo-list-common": "1.0.9",
|
||||
"@backstage/plugin-explore": "0.4.1",
|
||||
"@backstage/plugin-explore-backend": "0.0.5",
|
||||
"@backstage/plugin-explore-common": "0.0.1",
|
||||
"@backstage/plugin-explore-react": "0.0.26",
|
||||
"@backstage/plugin-firehydrant": "0.1.32",
|
||||
"@backstage/plugin-fossa": "0.2.47",
|
||||
"@backstage/plugin-gcalendar": "0.3.11",
|
||||
"@backstage/plugin-gcp-projects": "0.3.34",
|
||||
"@backstage/plugin-git-release-manager": "0.3.28",
|
||||
"@backstage/plugin-github-actions": "0.5.15",
|
||||
"@backstage/plugin-github-deployments": "0.1.46",
|
||||
"@backstage/plugin-github-issues": "0.2.4",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.9",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.33",
|
||||
"@backstage/plugin-gocd": "0.1.21",
|
||||
"@backstage/plugin-graphiql": "0.2.47",
|
||||
"@backstage/plugin-graphql-backend": "0.1.32",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.0",
|
||||
"@backstage/plugin-home": "0.4.31",
|
||||
"@backstage/plugin-ilert": "0.2.4",
|
||||
"@backstage/plugin-jenkins": "0.7.14",
|
||||
"@backstage/plugin-jenkins-backend": "0.1.32",
|
||||
"@backstage/plugin-jenkins-common": "0.1.13",
|
||||
"@backstage/plugin-kafka": "0.3.15",
|
||||
"@backstage/plugin-kafka-backend": "0.2.35",
|
||||
"@backstage/plugin-kubernetes": "0.7.8",
|
||||
"@backstage/plugin-kubernetes-backend": "0.9.3",
|
||||
"@backstage/plugin-kubernetes-common": "0.6.0",
|
||||
"@backstage/plugin-lighthouse": "0.4.0",
|
||||
"@backstage/plugin-lighthouse-backend": "0.1.0",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.0",
|
||||
"@backstage/plugin-linguist": "0.1.0",
|
||||
"@backstage/plugin-linguist-backend": "0.1.0",
|
||||
"@backstage/plugin-explore-react": "0.0.27",
|
||||
"@backstage/plugin-firehydrant": "0.2.0",
|
||||
"@backstage/plugin-fossa": "0.2.48",
|
||||
"@backstage/plugin-gcalendar": "0.3.12",
|
||||
"@backstage/plugin-gcp-projects": "0.3.35",
|
||||
"@backstage/plugin-git-release-manager": "0.3.29",
|
||||
"@backstage/plugin-github-actions": "0.5.16",
|
||||
"@backstage/plugin-github-deployments": "0.1.47",
|
||||
"@backstage/plugin-github-issues": "0.2.5",
|
||||
"@backstage/plugin-github-pull-requests-board": "0.1.10",
|
||||
"@backstage/plugin-gitops-profiles": "0.3.34",
|
||||
"@backstage/plugin-gocd": "0.1.22",
|
||||
"@backstage/plugin-graphiql": "0.2.48",
|
||||
"@backstage/plugin-graphql-backend": "0.1.33",
|
||||
"@backstage/plugin-graphql-voyager": "0.1.1",
|
||||
"@backstage/plugin-home": "0.4.32",
|
||||
"@backstage/plugin-ilert": "0.2.5",
|
||||
"@backstage/plugin-jenkins": "0.7.15",
|
||||
"@backstage/plugin-jenkins-backend": "0.1.33",
|
||||
"@backstage/plugin-jenkins-common": "0.1.14",
|
||||
"@backstage/plugin-kafka": "0.3.16",
|
||||
"@backstage/plugin-kafka-backend": "0.2.36",
|
||||
"@backstage/plugin-kubernetes": "0.7.9",
|
||||
"@backstage/plugin-kubernetes-backend": "0.9.4",
|
||||
"@backstage/plugin-kubernetes-common": "0.6.1",
|
||||
"@backstage/plugin-lighthouse": "0.4.1",
|
||||
"@backstage/plugin-lighthouse-backend": "0.1.1",
|
||||
"@backstage/plugin-lighthouse-common": "0.1.1",
|
||||
"@backstage/plugin-linguist": "0.1.1",
|
||||
"@backstage/plugin-linguist-backend": "0.2.0",
|
||||
"@backstage/plugin-linguist-common": "0.1.0",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.0",
|
||||
"@backstage/plugin-newrelic": "0.3.33",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.8",
|
||||
"@backstage/plugin-org": "0.6.5",
|
||||
"@backstage/plugin-org-react": "0.1.4",
|
||||
"@backstage/plugin-pagerduty": "0.5.8",
|
||||
"@backstage/plugin-periskop": "0.1.13",
|
||||
"@backstage/plugin-periskop-backend": "0.1.13",
|
||||
"@backstage/plugin-permission-backend": "0.5.17",
|
||||
"@backstage/plugin-permission-common": "0.7.3",
|
||||
"@backstage/plugin-permission-node": "0.7.5",
|
||||
"@backstage/plugin-permission-react": "0.4.10",
|
||||
"@backstage/plugin-playlist": "0.1.6",
|
||||
"@backstage/plugin-playlist-backend": "0.2.5",
|
||||
"@backstage/plugin-playlist-common": "0.1.4",
|
||||
"@backstage/plugin-proxy-backend": "0.2.36",
|
||||
"@backstage/plugin-rollbar": "0.4.15",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.39",
|
||||
"@backstage/plugin-scaffolder": "1.11.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.11.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.17",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.10",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.2",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.15",
|
||||
"@backstage/plugin-scaffolder-common": "1.2.5",
|
||||
"@backstage/plugin-scaffolder-node": "0.1.0",
|
||||
"@backstage/plugin-scaffolder-react": "1.1.0",
|
||||
"@backstage/plugin-search": "1.1.0",
|
||||
"@backstage/plugin-search-backend": "1.2.3",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.1.3",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.3",
|
||||
"@backstage/plugin-search-backend-node": "1.1.3",
|
||||
"@backstage/plugin-search-common": "1.2.1",
|
||||
"@backstage/plugin-search-react": "1.5.0",
|
||||
"@backstage/plugin-sentry": "0.5.0",
|
||||
"@backstage/plugin-shortcuts": "0.3.7",
|
||||
"@backstage/plugin-sonarqube": "0.6.3",
|
||||
"@backstage/plugin-sonarqube-backend": "0.1.7",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.2",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.4",
|
||||
"@backstage/plugin-stack-overflow": "0.1.11",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.1.11",
|
||||
"@backstage/plugin-tech-insights": "0.3.7",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.8",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.26",
|
||||
"@backstage/plugin-microsoft-calendar": "0.1.1",
|
||||
"@backstage/plugin-newrelic": "0.3.34",
|
||||
"@backstage/plugin-newrelic-dashboard": "0.2.9",
|
||||
"@backstage/plugin-octopus-deploy": "0.1.0",
|
||||
"@backstage/plugin-org": "0.6.6",
|
||||
"@backstage/plugin-org-react": "0.1.5",
|
||||
"@backstage/plugin-pagerduty": "0.5.9",
|
||||
"@backstage/plugin-periskop": "0.1.14",
|
||||
"@backstage/plugin-periskop-backend": "0.1.14",
|
||||
"@backstage/plugin-permission-backend": "0.5.18",
|
||||
"@backstage/plugin-permission-common": "0.7.4",
|
||||
"@backstage/plugin-permission-node": "0.7.6",
|
||||
"@backstage/plugin-permission-react": "0.4.11",
|
||||
"@backstage/plugin-playlist": "0.1.7",
|
||||
"@backstage/plugin-playlist-backend": "0.2.6",
|
||||
"@backstage/plugin-playlist-common": "0.1.5",
|
||||
"@backstage/plugin-proxy-backend": "0.2.37",
|
||||
"@backstage/plugin-rollbar": "0.4.16",
|
||||
"@backstage/plugin-rollbar-backend": "0.1.40",
|
||||
"@backstage/plugin-scaffolder": "1.12.0",
|
||||
"@backstage/plugin-scaffolder-backend": "1.12.0",
|
||||
"@backstage/plugin-scaffolder-backend-module-cookiecutter": "0.2.18",
|
||||
"@backstage/plugin-scaffolder-backend-module-rails": "0.4.11",
|
||||
"@backstage/plugin-scaffolder-backend-module-sentry": "0.1.3",
|
||||
"@backstage/plugin-scaffolder-backend-module-yeoman": "0.2.16",
|
||||
"@backstage/plugin-scaffolder-common": "1.2.6",
|
||||
"@backstage/plugin-scaffolder-node": "0.1.1",
|
||||
"@backstage/plugin-scaffolder-react": "1.2.0",
|
||||
"@backstage/plugin-search": "1.1.1",
|
||||
"@backstage/plugin-search-backend": "1.2.4",
|
||||
"@backstage/plugin-search-backend-module-elasticsearch": "1.1.4",
|
||||
"@backstage/plugin-search-backend-module-pg": "0.5.4",
|
||||
"@backstage/plugin-search-backend-node": "1.1.4",
|
||||
"@backstage/plugin-search-common": "1.2.2",
|
||||
"@backstage/plugin-search-react": "1.5.1",
|
||||
"@backstage/plugin-sentry": "0.5.1",
|
||||
"@backstage/plugin-shortcuts": "0.3.8",
|
||||
"@backstage/plugin-sonarqube": "0.6.5",
|
||||
"@backstage/plugin-sonarqube-backend": "0.1.8",
|
||||
"@backstage/plugin-sonarqube-react": "0.1.4",
|
||||
"@backstage/plugin-splunk-on-call": "0.4.5",
|
||||
"@backstage/plugin-stack-overflow": "0.1.12",
|
||||
"@backstage/plugin-stack-overflow-backend": "0.1.12",
|
||||
"@backstage/plugin-stackstorm": "0.1.0",
|
||||
"@backstage/plugin-tech-insights": "0.3.8",
|
||||
"@backstage/plugin-tech-insights-backend": "0.5.9",
|
||||
"@backstage/plugin-tech-insights-backend-module-jsonfc": "0.1.27",
|
||||
"@backstage/plugin-tech-insights-common": "0.2.10",
|
||||
"@backstage/plugin-tech-insights-node": "0.4.0",
|
||||
"@backstage/plugin-tech-radar": "0.6.1",
|
||||
"@backstage/plugin-techdocs": "1.5.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.10",
|
||||
"@backstage/plugin-techdocs-backend": "1.5.3",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.10",
|
||||
"@backstage/plugin-techdocs-node": "1.5.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.3",
|
||||
"@backstage/plugin-todo": "0.2.17",
|
||||
"@backstage/plugin-todo-backend": "0.1.39",
|
||||
"@backstage/plugin-user-settings": "0.7.0",
|
||||
"@backstage/plugin-user-settings-backend": "0.1.6",
|
||||
"@backstage/plugin-vault": "0.1.9",
|
||||
"@backstage/plugin-vault-backend": "0.2.8",
|
||||
"@backstage/plugin-xcmetrics": "0.2.35",
|
||||
"@backstage/plugin-octopus-deploy": "0.0.0",
|
||||
"@backstage/plugin-stackstorm": "0.0.0"
|
||||
"@backstage/plugin-tech-insights-node": "0.4.1",
|
||||
"@backstage/plugin-tech-radar": "0.6.2",
|
||||
"@backstage/plugin-techdocs": "1.6.0",
|
||||
"@backstage/plugin-techdocs-addons-test-utils": "1.0.11",
|
||||
"@backstage/plugin-techdocs-backend": "1.6.0",
|
||||
"@backstage/plugin-techdocs-module-addons-contrib": "1.0.11",
|
||||
"@backstage/plugin-techdocs-node": "1.6.0",
|
||||
"@backstage/plugin-techdocs-react": "1.1.4",
|
||||
"@backstage/plugin-todo": "0.2.18",
|
||||
"@backstage/plugin-todo-backend": "0.1.40",
|
||||
"@backstage/plugin-user-settings": "0.7.1",
|
||||
"@backstage/plugin-user-settings-backend": "0.1.7",
|
||||
"@backstage/plugin-vault": "0.1.10",
|
||||
"@backstage/plugin-vault-backend": "0.2.10",
|
||||
"@backstage/plugin-xcmetrics": "0.2.36"
|
||||
},
|
||||
"changesets": [
|
||||
"breezy-bees-care",
|
||||
"bright-kids-raise",
|
||||
"create-app-1676993958",
|
||||
"curvy-pets-hang",
|
||||
"eight-radios-bake",
|
||||
"eighty-geese-return",
|
||||
"four-lizards-grin",
|
||||
"gentle-pears-clean",
|
||||
"grumpy-bikes-begin",
|
||||
"happy-boxes-arrive",
|
||||
"honest-nails-bake",
|
||||
"long-nails-pump",
|
||||
"new-jobs-deny",
|
||||
"nice-planets-wave",
|
||||
"ninety-turtles-wait",
|
||||
"odd-fireants-bathe",
|
||||
"old-foxes-shave",
|
||||
"perfect-mayflies-greet",
|
||||
"polite-chicken-do",
|
||||
"polite-falcons-jump",
|
||||
"quick-schools-dress",
|
||||
"quick-tables-listen",
|
||||
"rare-buses-swim",
|
||||
"rare-grapes-count",
|
||||
"rare-pandas-hope",
|
||||
"silly-suits-run",
|
||||
"six-melons-rhyme",
|
||||
"slimy-lobsters-kneel",
|
||||
"slow-insects-cheat",
|
||||
"slow-suits-grab",
|
||||
"spotty-bees-tell",
|
||||
"spotty-wasps-complain",
|
||||
"swift-bags-wave",
|
||||
"ten-tigers-marry",
|
||||
"thin-candles-wait",
|
||||
"twenty-jeans-speak",
|
||||
"yellow-bananas-yawn"
|
||||
]
|
||||
"changesets": []
|
||||
}
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-node': patch
|
||||
---
|
||||
|
||||
Fixed bug that prevented deletion of stale files when non-empty directories where tried to be deleted as well.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@techdocs/cli': minor
|
||||
---
|
||||
|
||||
Running `@techdocs/cli generate` with the `--verbose` flag will now print the mkdocs output.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
---
|
||||
|
||||
Fix bug/problem with test helper
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-stackstorm': minor
|
||||
---
|
||||
|
||||
Add StackStorm plugin to Backstage which is interfacing with StackStorm API. It allows users to view workflow executions, packs and actions. For installation and configuration instructions please view [README.md](https://github.com/backstage/backstage/tree/master/plugins/stackstorm/README.md)
|
||||
@@ -1,12 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-circleci': patch
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
---
|
||||
|
||||
Switch to using `LinkButton` instead of the deprecated `Button`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Added the adapted query to mysql and sqlite3 databases to not returning warning on logs
|
||||
@@ -1,45 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-events-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-events-backend-module-aws-sqs': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': 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/backend-plugin-api': patch
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-sonarqube-react': patch
|
||||
'@backstage/catalog-model': patch
|
||||
'@backstage/plugin-catalog-common': patch
|
||||
'@backstage/plugin-events-backend': patch
|
||||
'@backstage/plugin-jenkins-common': patch
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-catalog-node': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-events-node': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-catalog': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
---
|
||||
|
||||
Internal refactor of `/alpha` exports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-playlist': patch
|
||||
---
|
||||
|
||||
Internal update to work with newer versions of react-router
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-permission-node': patch
|
||||
---
|
||||
|
||||
Update the service-to-service auth docs URL in error message.
|
||||
``
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated dependency `del` to `^7.0.0`.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graphql': patch
|
||||
---
|
||||
|
||||
Updated dependency `@graphql-codegen/cli` to `^3.0.0`.
|
||||
Updated dependency `@graphql-codegen/graphql-modules-preset` to `^3.0.0`.
|
||||
Updated dependency `@graphql-codegen/typescript` to `^3.0.0`.
|
||||
Updated dependency `@graphql-codegen/typescript-resolvers` to `^3.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Updated dependency `@types/passport-microsoft` to `^1.0.0`.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-react': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Updated dependency `jss` to `~10.10.0`.
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-graphql': patch
|
||||
'@backstage/plugin-graphql-backend': patch
|
||||
---
|
||||
|
||||
Updated dependency `@apollo/server` to `^4.0.0`.
|
||||
@@ -1,125 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/catalog-client': patch
|
||||
'@backstage/cli': patch
|
||||
'@backstage/config-loader': patch
|
||||
'@backstage/core-app-api': patch
|
||||
'@backstage/core-components': patch
|
||||
'@backstage/core-plugin-api': patch
|
||||
'@backstage/integration-react': patch
|
||||
'@backstage/integration': patch
|
||||
'@backstage/release-manifests': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/plugin-adr-backend': patch
|
||||
'@backstage/plugin-adr': patch
|
||||
'@backstage/plugin-airbrake-backend': patch
|
||||
'@backstage/plugin-airbrake': patch
|
||||
'@backstage/plugin-allure': patch
|
||||
'@backstage/plugin-analytics-module-ga': patch
|
||||
'@backstage/plugin-apache-airflow': patch
|
||||
'@backstage/plugin-api-docs': patch
|
||||
'@backstage/plugin-apollo-explorer': patch
|
||||
'@backstage/plugin-app-backend': patch
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
'@backstage/plugin-auth-node': patch
|
||||
'@backstage/plugin-azure-devops-backend': patch
|
||||
'@backstage/plugin-azure-devops': patch
|
||||
'@backstage/plugin-azure-sites-backend': patch
|
||||
'@backstage/plugin-azure-sites': patch
|
||||
'@backstage/plugin-badges': patch
|
||||
'@backstage/plugin-bitbucket-cloud-common': patch
|
||||
'@backstage/plugin-bitrise': patch
|
||||
'@backstage/plugin-catalog-backend-module-azure': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-cloud': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket-server': patch
|
||||
'@backstage/plugin-catalog-backend-module-bitbucket': patch
|
||||
'@backstage/plugin-catalog-backend-module-gerrit': patch
|
||||
'@backstage/plugin-catalog-backend-module-github': patch
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
'@backstage/plugin-catalog-graphql': patch
|
||||
'@backstage/plugin-catalog-import': patch
|
||||
'@backstage/plugin-circleci': patch
|
||||
'@backstage/plugin-cloudbuild': patch
|
||||
'@backstage/plugin-code-climate': patch
|
||||
'@backstage/plugin-code-coverage-backend': patch
|
||||
'@backstage/plugin-code-coverage': patch
|
||||
'@backstage/plugin-codescene': patch
|
||||
'@backstage/plugin-config-schema': patch
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
'@backstage/plugin-dynatrace': patch
|
||||
'@backstage/plugin-entity-feedback-backend': patch
|
||||
'@backstage/plugin-entity-feedback': patch
|
||||
'@backstage/plugin-entity-validation': patch
|
||||
'@backstage/plugin-explore-backend': patch
|
||||
'@backstage/plugin-explore-react': patch
|
||||
'@backstage/plugin-explore': patch
|
||||
'@backstage/plugin-firehydrant': patch
|
||||
'@backstage/plugin-fossa': patch
|
||||
'@backstage/plugin-gcalendar': patch
|
||||
'@backstage/plugin-gcp-projects': patch
|
||||
'@backstage/plugin-git-release-manager': patch
|
||||
'@backstage/plugin-github-actions': patch
|
||||
'@backstage/plugin-github-deployments': patch
|
||||
'@backstage/plugin-github-issues': patch
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
'@backstage/plugin-gitops-profiles': patch
|
||||
'@backstage/plugin-gocd': patch
|
||||
'@backstage/plugin-graphiql': patch
|
||||
'@backstage/plugin-graphql-backend': patch
|
||||
'@backstage/plugin-graphql-voyager': patch
|
||||
'@backstage/plugin-home': patch
|
||||
'@backstage/plugin-ilert': patch
|
||||
'@backstage/plugin-jenkins-backend': patch
|
||||
'@backstage/plugin-jenkins': patch
|
||||
'@backstage/plugin-kafka': patch
|
||||
'@backstage/plugin-kubernetes-backend': patch
|
||||
'@backstage/plugin-kubernetes': patch
|
||||
'@backstage/plugin-lighthouse': patch
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
'@backstage/plugin-linguist': patch
|
||||
'@backstage/plugin-microsoft-calendar': patch
|
||||
'@backstage/plugin-newrelic': patch
|
||||
'@backstage/plugin-octopus-deploy': patch
|
||||
'@backstage/plugin-org-react': patch
|
||||
'@backstage/plugin-org': patch
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
'@backstage/plugin-periskop-backend': patch
|
||||
'@backstage/plugin-periskop': patch
|
||||
'@backstage/plugin-permission-backend': patch
|
||||
'@backstage/plugin-permission-common': patch
|
||||
'@backstage/plugin-permission-node': patch
|
||||
'@backstage/plugin-playlist-backend': patch
|
||||
'@backstage/plugin-playlist': patch
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
'@backstage/plugin-rollbar-backend': patch
|
||||
'@backstage/plugin-rollbar': patch
|
||||
'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch
|
||||
'@backstage/plugin-scaffolder-backend': patch
|
||||
'@backstage/plugin-scaffolder': patch
|
||||
'@backstage/plugin-search': patch
|
||||
'@backstage/plugin-sentry': patch
|
||||
'@backstage/plugin-shortcuts': patch
|
||||
'@backstage/plugin-sonarqube-backend': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
'@backstage/plugin-splunk-on-call': patch
|
||||
'@backstage/plugin-stack-overflow-backend': patch
|
||||
'@backstage/plugin-stack-overflow': patch
|
||||
'@backstage/plugin-stackstorm': patch
|
||||
'@backstage/plugin-tech-insights': patch
|
||||
'@backstage/plugin-tech-radar': patch
|
||||
'@backstage/plugin-techdocs-addons-test-utils': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
'@backstage/plugin-techdocs': patch
|
||||
'@backstage/plugin-todo-backend': patch
|
||||
'@backstage/plugin-todo': patch
|
||||
'@backstage/plugin-user-settings': patch
|
||||
'@backstage/plugin-vault-backend': patch
|
||||
'@backstage/plugin-vault': patch
|
||||
'@backstage/plugin-xcmetrics': patch
|
||||
---
|
||||
|
||||
Updated dependency `msw` to `^1.0.0`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-lighthouse-backend': patch
|
||||
---
|
||||
|
||||
Update README.md; typo with plugin name & removed unneeded "import { Router } from 'express';"
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Updated the `aria-label` of the `HeaderTabs` component.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-pagerduty': patch
|
||||
---
|
||||
|
||||
Update readme link for discord channel
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@techdocs/cli': patch
|
||||
---
|
||||
|
||||
Adding global-agent to enable the ability to publish through a proxy
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': minor
|
||||
---
|
||||
|
||||
Add /entities/by-query endpoint returning paginated entities.
|
||||
|
||||
The endpoint supports cursor base pagination and server side sorting of the entities
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-gitlab': patch
|
||||
---
|
||||
|
||||
The configuration key `branch` of the `GitlabDiscoveryEntityProvider` has been deprecated in favor of the configuration key `fallbackBranch`.
|
||||
It will be reused in future release to enforce a concrete branch to be used in catalog file discovery.
|
||||
To migrate to the new configuration value, rename `branch` to `fallbackBranch`.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
scaffolder/next: Added the ability to get the fields definition in the schema in the validation function
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
---
|
||||
|
||||
Fixed bug in LinguistBackendApi that caused initial batch of entities to be skipped.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': minor
|
||||
'@backstage/plugin-catalog': minor
|
||||
'@backstage/plugin-explore': patch
|
||||
---
|
||||
|
||||
Add ability to pass icon as function to have ability to customize it by search item
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend': patch
|
||||
---
|
||||
|
||||
Fix a bug where the batch fetch by ref endpoint did not work in conjunction with filtering (e.g. if authorization was enabled).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-msgraph': patch
|
||||
---
|
||||
|
||||
properly support custom graph api URL
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Add `onboard` command. While still in development, this command aims to guide users in setting up their Backstage App.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
'@backstage/plugin-catalog-backend-module-aws': patch
|
||||
---
|
||||
|
||||
Fix missing `dependencies` in `package.json`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Copy to clipboard now works in a not secure context.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-scaffolder-react': patch
|
||||
---
|
||||
|
||||
Fix alignment bug for owners on `TemplateCard`
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube-react': patch
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
---
|
||||
|
||||
Moved imports from `/alpha` to main public exports.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Keep custom exports entry points in package.json
|
||||
@@ -1,16 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-proxy-backend': patch
|
||||
---
|
||||
|
||||
The proxy-backend plugin now supports reviving request bodies that have previously been consumed by an express middleware (e.g. `express.json()`). This is done by setting `reviveConsumedRequestBodies: true` on the proxy `RouterOptions`. In order to preserve the current behavior, the proxy will **not** revive request bodies by default.
|
||||
|
||||
The following is an example of a proxy `createRouter` invocation that revives request bodies:
|
||||
|
||||
```diff
|
||||
const router = await createRouter({
|
||||
config,
|
||||
logger,
|
||||
discovery,
|
||||
+ reviveConsumedRequestBodies: true,
|
||||
});
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-sonarqube': patch
|
||||
---
|
||||
|
||||
Show a more appropriate icon if there are no code smells and/or vulnerabilities.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed the font color on `BackstageHeaderLabel` to respect the active page theme.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-backend-module-incremental-ingestion': patch
|
||||
---
|
||||
|
||||
Move `@backstage/backend-defaults` to `devDependencies`
|
||||
@@ -1,20 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-plugin-api': patch
|
||||
'@backstage/backend-test-utils': patch
|
||||
'@backstage/backend-dev-utils': patch
|
||||
'@backstage/backend-defaults': patch
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/backend-common': patch
|
||||
'@backstage/backend-tasks': patch
|
||||
'@backstage/config-loader': patch
|
||||
'@backstage/cli-common': patch
|
||||
'@backstage/create-app': patch
|
||||
'@backstage/test-utils': patch
|
||||
'@backstage/dev-utils': patch
|
||||
'@backstage/codemods': patch
|
||||
'@backstage/config': patch
|
||||
'@backstage/theme': patch
|
||||
'@backstage/cli': patch
|
||||
---
|
||||
|
||||
Updated link to docs.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/eslint-plugin': patch
|
||||
---
|
||||
|
||||
Add support for auto-fixing missing imports detected by the `no-undeclared-imports` rule.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-auth-backend': patch
|
||||
---
|
||||
|
||||
Added authentication provider for Azure Easy Authentication.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs-module-addons-contrib': patch
|
||||
---
|
||||
|
||||
Fixed bug in IssueLink component where the URL was not generated properly when the repository was located inside a Gitlab subgroup
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': minor
|
||||
---
|
||||
|
||||
Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-linguist': patch
|
||||
---
|
||||
|
||||
Updated `README.md` to removed images with refresh button as this feature was not implemented in the current version
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Add support for `NotImplementedError`, properly returning 501 as status code.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@techdocs/cli': minor
|
||||
'@backstage/plugin-techdocs-node': minor
|
||||
---
|
||||
|
||||
Added support for an HTTPS proxy for techdocs AWS S3 requests
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-newrelic': patch
|
||||
---
|
||||
|
||||
Updated installation instructions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility.
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-linguist-backend': patch
|
||||
---
|
||||
|
||||
Allow kind to be configurable
|
||||
|
||||
```ts
|
||||
return createRouter({ schedule: schedule, kind: ['Component'] }, { ...env });
|
||||
```
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/repo-tools': patch
|
||||
---
|
||||
|
||||
The API report generation process is now able to detect and generate reports for additional entry points declared in the package `"exports"` field.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/plugin-catalog-react': patch
|
||||
---
|
||||
|
||||
Do not close `Autocomplete` powered multiple-selection filters when checking boxes
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@backstage/backend-defaults': patch
|
||||
---
|
||||
|
||||
Added a workaround for the cyclic dependency bug across `@backstage/backend-common` and `@backstage/backend-app-api`.
|
||||
@@ -7,6 +7,5 @@
|
||||
**/.git/**
|
||||
**/public/**
|
||||
**/microsite/**
|
||||
**/microsite-next/**
|
||||
**/templates/**
|
||||
**/sample-templates/**
|
||||
|
||||
+3
-1
@@ -13,6 +13,7 @@ yarn.lock @backstage/maintainers @back
|
||||
/docs/features/search @backstage/techdocs-core
|
||||
/docs/features/techdocs @backstage/techdocs-core
|
||||
/docs/plugins/integrating-search-into-plugins.md @backstage/techdocs-core
|
||||
/packages/cli/src/commands/onboard @backstage/sharks
|
||||
/packages/techdocs-cli @backstage/techdocs-core
|
||||
/packages/techdocs-cli-embedded-app @backstage/techdocs-core
|
||||
/plugins/adr @backstage/maintainers @kuangp
|
||||
@@ -30,6 +31,7 @@ yarn.lock @backstage/maintainers @back
|
||||
/plugins/catalog-backend-module-aws @backstage/maintainers @backstage/catalog-core @pjungermann
|
||||
/plugins/catalog-backend-module-bitbucket-cloud @backstage/maintainers @backstage/catalog-core @pjungermann
|
||||
/plugins/catalog-backend-module-msgraph @backstage/maintainers @backstage/catalog-core @pjungermann
|
||||
/plugins/catalog-backend-module-puppetdb @backstage/maintainers @backstage/catalog-core @tdabasinskas
|
||||
/plugins/catalog-graph @backstage/maintainers @backstage/catalog-core @backstage/sda-se-reviewers
|
||||
/plugins/circleci @backstage/maintainers @adamdmharvey
|
||||
/plugins/cloudbuild @backstage/maintainers @trivago/ebarrios
|
||||
@@ -61,7 +63,7 @@ yarn.lock @backstage/maintainers @back
|
||||
/plugins/kafka-backend @backstage/maintainers @nirga @andrewthauer
|
||||
/plugins/kubernetes @backstage/maintainers @backstage/warpspeed
|
||||
/plugins/kubernetes-* @backstage/maintainers @backstage/warpspeed
|
||||
/plugins/microsoft-calendar @backstage/maintainers @abhay-soni-developer
|
||||
/plugins/microsoft-calendar @backstage/maintainers @abhay-soni-developer @NishkarshRaj
|
||||
/plugins/newrelic-dashboard @backstage/maintainers @mufaddal7
|
||||
/plugins/playlist @backstage/maintainers @kuangp
|
||||
/plugins/playlist-* @backstage/maintainers @kuangp
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user