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
/
tools
/
upgrade.rs
Age
Commit message (
Expand
)
Author
2023-10-07
refactor: migrate more ops to op2 macro (#20808)
Bartek Iwańczuk
2023-09-27
fix(upgrade): use tar.exe to extract on Windows (#20711)
David Sherret
2023-09-26
fix(upgrade): error instead of panic on unzip failure (#20691)
David Sherret
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-07-20
fix(cli): output file handling in deno upgrade (#18994)
solach
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-06
chore: upgrade to Rust 1.70.0 (#19345)
David Sherret
2023-05-25
fix: don't print release notes on version check prompt (#19252)
Luca Casonato
2023-05-16
fix(deno/upgrade): allow --version vX.Y.Z (#19139)
Levente Kurusa
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-31
Revert "fix(cli): deno upgrade file permission (#18427)" (#18467)
Bartek Iwańczuk
2023-03-26
fix(cli): deno upgrade file permission (#18427)
滑威
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-22
chore(test_util): replace tempdir code w/tempdir crate (#18340)
Matt Mastracci
2023-03-15
perf: do not depend on iana-time-zone (#18088)
Divy Srivastava
2023-02-16
ref(cli): Add better error message when powershell is missing during upgrade ...
Kamil Ogórek
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-08
chore(cli/tools): fix typo in upgrade.rs (#17690)
Ikko Eltociear Ashimine
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-26
fix(upgrade): ensure temp dir cleanup on failure (#17535)
David Sherret
2023-01-25
fix(upgrade): don't display release information for canary (#17516)
Leo Kettmeir
2023-01-24
feat(upgrade): link to release notes & blog post (#17073)
Asher Gomez
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-14
fix(upgrade/windows): correct command in windows access denied message (#17049)
David Sherret
2022-12-14
chore: fix recent regression with `deno upgrade` not handling redirects (#17045)
David Sherret
2022-12-12
fix: always derive http client from cli flags (#17029)
David Sherret
2022-12-12
feat: improve download progress bar (#16984)
Bartek Iwańczuk
2022-12-08
fix(cli/upgrade): properly cleanup after finished (#16930)
Lino Le Van
2022-12-02
fix(upgrade/windows): show informative message on access denied error (#16887)
David Sherret
2022-12-01
fix(upgrade): respect the `--quiet` flag (#16888)
David Sherret
2022-11-26
refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)
David Sherret
2022-11-05
fix(upgrade): don't prompt if current version has changed (#16542)
sigmaSd
2022-10-31
fix(tools): show correct upgrade command for upgrading canary (#16486)
sigmaSd
2022-10-28
fix(upgrade): don't prompt if latest version is older than current binary (#1...
Bartek Iwańczuk
2022-10-26
fix(cli): do not log update checker when log level is quiet (#16433)
David Sherret
2022-10-26
fix(upgrade): Added error message when using canary option with M1 (#16382)
doi yuki
2022-10-22
refactor: testable update checker code (#16386)
David Sherret
2022-10-21
feat(upgrade): check if user has write access to deno exe (#16378)
sigmaSd
2022-10-21
fix(upgrade): put prompt date in the past when creating a file (#16380)
Bartek Iwańczuk
2022-10-21
feat(update): prompt for new version once per day (#16375)
Bartek Iwańczuk
2022-10-20
refactor(cli): update checker - use a single option instead of two (#16372)
David Sherret
2022-10-20
feat(cli): check for updates in background (#15974)
Bert Belder
2022-08-27
fix(cli): `deno upgrade --canary` always downloaded latest version even if it...
cuobiezi
[next]