tweag / skyscope

A tool for visualising and exploring Bazel Skyframe graphs.
MIT License
55 stars 7 forks source link

Allow extra context for targets and actions to be searched #62

Closed benradf closed 8 months ago

benradf commented 1 year ago

Currently the search box allows you to filter nodes based on their SkyKey as printed by bazel dump. ConfiguredTarget and ActionExecution nodes often have extra context imported from bazel query and bazel aquery. It would be useful if this could be searched too.