Borg/cmd
google-labs-jules[bot] 88502deb41 feat: Add progress bars to long-running operations
This commit improves the user experience of the application by adding progress bars to long-running operations.

The following commands now display a progress bar:
- `collect github repo`
- `collect website`
- `collect pwa`

The underlying packages (`pkg/vcs`, `pkg/website`, and `pkg/pwa`) have been updated to support progress reporting.
2025-11-02 01:26:52 +00:00
..
all.go feat: Add progress bars to long-running operations 2025-11-02 01:26:52 +00:00
collect.go feat: Add authenticated GitHub access and structured logging 2025-11-02 00:59:46 +00:00
collect_github.go feat: Add collect github command and resolve merge conflict 2025-11-01 22:22:32 +00:00
collect_github_release_subcommand.go feat: Add authenticated GitHub access and structured logging 2025-11-02 00:59:46 +00:00
collect_github_repo.go feat: Add progress bars to long-running operations 2025-11-02 01:26:52 +00:00
collect_pwa.go feat: Add progress bars to long-running operations 2025-11-02 01:26:52 +00:00
collect_website.go feat: Add progress bars to long-running operations 2025-11-02 01:26:52 +00:00
main_test.go feat: Add authenticated GitHub access and structured logging 2025-11-02 00:59:46 +00:00
root.go feat: Add authenticated GitHub access and structured logging 2025-11-02 00:59:46 +00:00
serve.go feat: Add authenticated GitHub access and structured logging 2025-11-02 00:59:46 +00:00