summaryrefslogtreecommitdiff
path: root/cli/tools/upgrade.rs
AgeCommit message (Expand)Author
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-14fix(upgrade/windows): correct command in windows access denied message (#17049)David Sherret
2022-12-14chore: fix recent regression with `deno upgrade` not handling redirects (#17045)David Sherret
2022-12-12fix: always derive http client from cli flags (#17029)David Sherret
2022-12-12feat: improve download progress bar (#16984)Bartek Iwańczuk
2022-12-08fix(cli/upgrade): properly cleanup after finished (#16930)Lino Le Van
2022-12-02fix(upgrade/windows): show informative message on access denied error (#16887)David Sherret
2022-12-01fix(upgrade): respect the `--quiet` flag (#16888)David Sherret
2022-11-26refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)David Sherret
2022-11-05fix(upgrade): don't prompt if current version has changed (#16542)sigmaSd
2022-10-31fix(tools): show correct upgrade command for upgrading canary (#16486)sigmaSd
2022-10-28fix(upgrade): don't prompt if latest version is older than current binary (#1...Bartek Iwańczuk
2022-10-26fix(cli): do not log update checker when log level is quiet (#16433)David Sherret
2022-10-26fix(upgrade): Added error message when using canary option with M1 (#16382)doi yuki
2022-10-22refactor: testable update checker code (#16386)David Sherret
2022-10-21feat(upgrade): check if user has write access to deno exe (#16378)sigmaSd
2022-10-21fix(upgrade): put prompt date in the past when creating a file (#16380)Bartek Iwańczuk
2022-10-21feat(update): prompt for new version once per day (#16375)Bartek Iwańczuk
2022-10-20refactor(cli): update checker - use a single option instead of two (#16372)David Sherret
2022-10-20feat(cli): check for updates in background (#15974)Bert Belder
2022-08-27fix(cli): `deno upgrade --canary` always downloaded latest version even if it...cuobiezi
2022-08-10feat: add initial internal npm client and dependency resolver (#15446)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-18fix(cli): add support for DENO_CERT in upgrade command (#13862)Sylvain Cau
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-23fix(upgrade): move the file permission check to the beginning of the upgrade ...mlemesle
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-21refactor: cleanup cli/main.rs (#13160)Bartek Iwańczuk
2021-12-18refactor: use `once_cell` instead of `lazy_static` (#13135)Divy Srivastava
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-09fix(cli/upgrade): nice error when unzip is missing (#12693)Luca Casonato
2021-07-07fix(cli/tools/upgrade): check if passed version is valid (#11296)Leo K
2021-05-24fix(cli/upgrade): modify download size paddings (#10639)CGQAQ
2021-04-24feat(cli/upgrade): add download progress (#10343)crowlKats
2021-04-21fix(installer): Remove double '.' from temporary archive extension on upgrade...Nicholas Rodrigues Lordello
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-01-24fix(compile): fix panic when cross-compiling between windows and unix (#9203)Liam Murphy
2021-01-19fix: full commit hash in canary compile download (#9166)Luca Casonato
2021-01-19feat: Standalone lite binaries and cross compilation (#9141)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-11-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-25add canary versioning (#8480)crowlKats
2020-11-22refactor(cli/tools/upgrade): rework upgrade (#8331)crowlKats
2020-11-19refactor(cli): move tooling to cli/tools/ (#8424)Bartek Iwańczuk