Merge branch 'backstage:master' into master

This commit is contained in:
Bogdan Nechyporenko
2022-09-13 11:51:15 +02:00
committed by GitHub
58 changed files with 1118 additions and 521 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend-module-msgraph': patch
---
Added $select attribute to user query
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-react': patch
---
humanizeEntityRef function can now be forced to include default namespace
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/config-loader': patch
---
No longer log when reloading remote config.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-plugin-api': patch
---
Service are now scoped to either `'plugin'` or `'root'` scope. Service factories have been updated to provide dependency instances directly rather than factory functions.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Support displaying and ordering by counts in `EntityTagPicker` field. Add the `showCounts` option to enable this. Also support configuring `helperText`.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-node': patch
---
Updated usage of experimental backend service APIs.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Updated service implementations and backend wiring to support scoped service.