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

This commit is contained in:
Marek Calus
2020-11-20 18:16:01 +01:00
92 changed files with 3758 additions and 375 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Clear sidebar search field once a search is executed
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Added readTree support to AzureUrlReader
+5
View File
@@ -0,0 +1,5 @@
---
'@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.
@@ -0,0 +1,5 @@
---
'@backstage/plugin-cost-insights': patch
---
truncate large percentages > 1000%
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Add support for reading groups and users from the Microsoft Graph API.
+6
View File
@@ -0,0 +1,6 @@
---
'@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
@@ -0,0 +1,5 @@
---
'@backstage/plugin-register-component': patch
---
Remove catalog link on validate popup
+6
View File
@@ -0,0 +1,6 @@
---
'example-app': patch
'@backstage/plugin-search': patch
---
Using the search field in the sidebar now navigates to the search result page.