Merge pull request #9375 from backstage/freben/inspect
catalog: add an entity inspection dialog
This commit is contained in:
@@ -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.
|
||||
@@ -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.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-catalog': patch
|
||||
---
|
||||
|
||||
Deprecated the `EntityPageLayout`; please use the new extension based `CatalogEntityPage` instead
|
||||
Reference in New Issue
Block a user