index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
util
/
progress_bar
Age
Commit message (
Expand
)
Author
2024-10-29
fix(install): percent encodings in interactive progress bar (#26600)
Marvin Hagemeister
2024-08-14
feat(clean): add progress bar (#25026)
Bartek Iwańczuk
2024-08-08
feat: refresh "Download" progress bar with a spinner (#24913)
Bartek Iwańczuk
2024-08-07
chore(progress): handle position greater than total size (#24924)
David Sherret
2024-03-08
fix(cli): occasional panics on progress bar (#22809)
tuhana
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-03-13
fix(npm): show a progress bar when initializing the node_modules folder (#18136)
David Sherret
2023-03-08
fix: attempt to only allow one deno process to update the node_modules folder...
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix: hide progress bars when showing permission prompt (#17130)
David Sherret
2022-12-19
refactor(progress bars): global control for drawing (#17091)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-14
chore: fix recent regression with `deno upgrade` not handling redirects (#17045)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk