It would be great if the Backstage plugin could expose a bit more metadata about each stack, specifically:
- Lock status: whether the stack is currently locked (isLocked), who locked it, and any associated notes
- Last run timestamp: when the most recent run occurred
This additional context would allow users to immediately see if a stack is locked, who locked it, and why. Also we could prevent or disable triggering runs in Backstage if the stack is currently locked.
This little enhancement would really improve UX and help us surface important operational state to our developers.
I'm happy to open a PR if this is something you’d like to add to the plugin
It would be great if the Backstage plugin could expose a bit more metadata about each stack, specifically:
This additional context would allow users to immediately see if a stack is locked, who locked it, and why. Also we could prevent or disable triggering runs in Backstage if the stack is currently locked.
This little enhancement would really improve UX and help us surface important operational state to our developers.
I'm happy to open a PR if this is something you’d like to add to the plugin