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

This commit is contained in:
Marek Calus
2020-11-29 18:18:11 +01:00
137 changed files with 1766 additions and 495 deletions
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/plugin-app-backend': patch
---
Warn if the app-backend can't start-up because the static directory that should be served is unavailable.
-7
View File
@@ -1,7 +0,0 @@
---
'@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 support for passing false as a CSP field value, to drop it from the defaults in the backend
-5
View File
@@ -1,5 +0,0 @@
---
'@backstage/cli': patch
---
Make versions:bump install new versions of dependencies that were within the specified range
-6
View File
@@ -1,6 +0,0 @@
---
'@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.