Files
backstage/.changeset/hungry-kiwis-scream.md
T
Patrick Jungermann da0bf25d1a feat(catalog-graph): preserve entity graph options + increment max depth
Currently, all configuration options for the `CatalogGraphCard` are lost
at the "View Graph" link at the bottom which opens the full graph view
using the current entity as root entity.
Esp. for `maxDepth` the default was Infinite / no limit.

The change will preserve options used at the `CatalogGraphCard`
(displayed at the entity page) and additionally, increments the
`maxDepth` option by 1 to increase the scope slightly compared to
the graph already seen by the users.

The default for `maxDepth` at `CatalogGraphCard` is 1.

Closes: #14462
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-11-06 20:39:12 +01:00

392 B

@backstage/plugin-catalog-graph
@backstage/plugin-catalog-graph
patch

Preserve graph options and increment maxDepth by 1.

The change will preserve options used at the CatalogGraphCard (displayed at the entity page) and additionally, increments the maxDepth option by 1 to increase the scope slightly compared to the graph already seen by the users.

The default for maxDepth at CatalogGraphCard is 1.