Merge remote-tracking branch 'upstream/master' into mcalus3/add-catalog-import-plugin

This commit is contained in:
Marek Calus
2020-11-26 08:10:02 +01:00
203 changed files with 5150 additions and 1081 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-app-backend': patch
---
Warn if the app-backend can't start-up because the static directory that should be served is unavailable.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/core': patch
---
Clear sidebar search field once a search is executed
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-api-docs': minor
---
APIs now have real entity pages that are customizable in the app.
Therefore the old entity page from this plugin is removed.
See the `packages/app` on how to create and customize the API entity page.
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/backend-common': patch
---
Added readTree support to AzureUrlReader
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
The CLI now detects and transforms linked packages. You can link in external packages by adding them to both the `lerna.json` and `package.json` workspace paths.
@@ -1,5 +0,0 @@
---
'@backstage/plugin-cost-insights': patch
---
fix product icon configuration
@@ -1,5 +0,0 @@
---
'@backstage/plugin-cost-insights': patch
---
truncate large percentages > 1000%
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-catalog-backend': patch
---
Add support for reading groups and users from the Microsoft Graph API.
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
'@backstage/plugin-scaffolder-backend': patch
---
Move constructing the catalog-info.yaml URL for scaffolded components to the publishers
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-register-component': patch
---
Remove catalog link on validate popup
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Added support for passing false as a CSP field value, to drop it from the defaults in the backend
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Make versions:bump install new versions of dependencies that were within the specified range
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/catalog-model': patch
'@backstage/plugin-catalog-backend': patch
---
Start emitting all known relation types from the core entity kinds, based on their spec data.
-6
View File
@@ -1,6 +0,0 @@
---
'example-app': patch
'@backstage/plugin-search': patch
---
Using the search field in the sidebar now navigates to the search result page.