Skip to content

feat: add progress reporting - #376

Merged
xeniape merged 18 commits into
mainfrom
feat/progress-reporting
May 23, 2025
Merged

feat: add progress reporting#376
xeniape merged 18 commits into
mainfrom
feat/progress-reporting

Conversation

@xeniape

@xeniape xeniape commented May 16, 2025

Copy link
Copy Markdown
Member

Description

Implementation for #153

Adds various progress indications/visualizations to stackablectl subcommand outputs.

demo install - operators

demo install - charts

Some explanation regarding println!/eprintln! changes in this PR:
When indicatif is active, it needs to control how text is printed. So instead of printing straight to stdout/stderr via println!/eprintln!, we use indicatif_println!/indicatif_eprintln! so it can deal with it while rendering progress bars. If it is not active, the indicatif macros just use stdout/stderr.

Definition of Done Checklist

  • Not all of these items are applicable to all PRs, the author should update this template to only leave the boxes in that are relevant
  • Please make sure all these things are done and tick the boxes
# Author
- [x] Changelog updated
# Reviewer
- [ ] Code contains useful comments
- [ ] (Integration-)Test cases added
- [ ] Documentation added or updated
- [ ] Changelog updated
- [ ] Cargo.toml only contains references to git tags (not specific commits or branches)
# Acceptance
- [ ] Feature Tracker has been updated
- [ ] Proper release label has been added

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

feat: Implement progress reporting with third-party tool stdout support

3 participants