You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
batches/ui: add verbose logging to pre-execution phases
Add verbose logging to TUI for batch changes pre-execution steps:
- Namespace resolution: show resolved namespace ID
- Container images: log successful preparation
- Workspace resolution: show workspace/repo counts and unsupported/ignored counts
- Cache check: show cached specs and tasks to execute
block:=ui.Out.Block(output.Line(" ", output.StyleWarning, "Some repositories are hosted on unsupported code hosts and will be skipped. Use the -allow-unsupported flag to avoid skipping them."))
block:=ui.Out.Block(output.Line(" ", output.StyleWarning, "The repositories listed below contain .batchignore files and will be skipped. Use the -force-override-ignore flag to avoid skipping them."))
0 commit comments