Merge pull request #9375 from backstage/freben/inspect

catalog: add an entity inspection dialog
This commit is contained in:
Ben Lambert
2022-02-10 10:49:41 +01:00
committed by GitHub
26 changed files with 1233 additions and 24 deletions
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/catalog-client': minor
---
Fixed the return type of the catalog API `getEntityAncestors`, to match the
actual server response shape.
While this technically is a breaking change, the old shape has never worked at
all if you tried to use it - so treating this as an immediately-shipped breaking
bug fix.
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog': patch
'@backstage/plugin-catalog-react': patch
---
Added an "inspect" entry in the entity three-dots menu, for lower level catalog
insights and debugging.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Deprecated the `EntityPageLayout`; please use the new extension based `CatalogEntityPage` instead