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
2024-11-14
fix: otel resiliency (#26857)
snek
2024-11-10
Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)
Divy Srivastava
2024-11-09
perf(upgrade): cache downloaded binaries in DENO_DIR (#26108)
Bartek Iwańczuk
2024-10-25
fix(upgrade): stop running `deno lsp` processes on windows before attempting ...
David Sherret
2024-10-15
fix(install): retry downloads of registry info / tarballs (#26278)
Nathan Whitaker
2024-09-12
feat(upgrade): support LTS release channel (#25123)
David Sherret
2024-09-11
feat(upgrade): better error message on failure (#25503)
Bartek Iwańczuk
2024-08-31
fix(upgrade): more informative information on invalid version (#25319)
Bartek Iwańczuk
2024-08-30
feat(upgrade): print info links for Deno 2 RC releases (#25225)
Bartek Iwańczuk
2024-08-21
fix(upgrade): better error message when check_exe fails (#25133)
Divy Srivastava
2024-08-19
feat(upgrade): support `deno upgrade 1.46.0` (#25096)
Bartek Iwańczuk
2024-08-19
fix(upgrade): support RC release with --version flag (#25091)
Bartek Iwańczuk
2024-08-19
fix(upgrade): correctly compute latest version based on current release chann...
Bartek Iwańczuk
2024-08-18
fix: log current version when using deno upgrade (#25079)
HasanAlrimawi
2024-08-16
ci: add script to promote to RC release (#25072)
Bartek Iwańczuk
2024-08-16
refactor: show release channel in `deno --version` (#25061)
Bartek Iwańczuk
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-15
refactor: remove version::is_canary(), use ReleaseChannel instead (#25053)
Bartek Iwańczuk
2024-08-13
fix(upgrade): use proper version display (#25029)
Bartek Iwańczuk
2024-08-12
fix(upgrade): return no RC versions if fetching fails (#25013)
Bartek Iwańczuk
2024-08-12
feat: `deno upgrade --rc` (#24905)
Bartek Iwańczuk
2024-08-09
refactor(upgrade): cleanup pass (#24954)
Bartek Iwańczuk
2024-08-08
fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)
Nathan Whitaker
2024-08-07
feat(upgrade): refresh output (#24911)
Bartek Iwańczuk
2024-08-07
refactor(upgrade): make fetching latest version async (#24919)
Bartek Iwańczuk
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-05-23
refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...
Felipe Baltor
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-03-14
chore(cli): move away from PathBuf in clap (#22036)
Łukasz Czerniawski
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-04
chore: fix typos (#22677)
cui fliter
2024-02-13
feat: denort binary for `deno compile` (#22205)
Divy Srivastava
2024-01-30
fix: canary for arm64 macos (#22187)
Luca Casonato
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-23
chore: add upgrade prompt integration test (#21273)
David Sherret
2023-11-17
chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)
David Sherret
2023-11-17
refactor(upgrade): add unit tests for lsp upgrade check (#21244)
David Sherret
2023-11-14
feat(lsp): upgrade check on init and notification (#21105)
Nayeem Rahman
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
[next]