summaryrefslogtreecommitdiff
path: root/cli
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-10fix: cache bust jsr deps on constraint failure (#22372)David Sherret
2024-02-10fix(lsp): complete npm specifier versions correctly (#22332)Nayeem Rahman
2024-02-09fix: lockfile was sometimes getting corrupt when changing config deps (#22359)David Sherret
2024-02-09refactor: split integration tests from CLI (part 1) (#22308)Matt Mastracci
2024-02-09fix: handle non-file scopes in synthetic import map (#22361)David Sherret
2024-02-09chore: completely disable websocketstream_test (#22360)Matt Mastracci
2024-02-09fix: upgrade to deno_ast 0.33 (#22341)David Sherret
2024-02-08chore(cli): disable some of the restored WSS tests (#22357)Matt Mastracci
2024-02-08chore: Promote some integration tests to js_unit_tests (#22355)Matt Mastracci
2024-02-08chore: forward v1.40.4 release commit to main (#22345)denobot
2024-02-07docs(cli): add unit info for idleTimeout (#22335)Jason Ford
2024-02-08fix(lint): point to migration docs in deprecated APIs rule (#22338)Asher Gomez
2024-02-07chore: use @test_util for node_compat tests (#22331)Matt Mastracci
2024-02-07docs: correct JSDoc `@category` for `Deno.fsync[Sync]()` and `Deno.fdatasync[...Asher Gomez
2024-02-07chore(cli): Use @test_util for relative path for unit tests (#22327)Matt Mastracci
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-07fix(node): handle brotli compression end chunk sizes (#22322)Divy Srivastava
2024-02-07fix: enable "--allow-sys=cpus" for "deno run" (#22260)restlessronin
2024-02-07chore: remove op_spawn_child test (#22314)Bartek Iwańczuk
2024-02-07chore: don't expose FFI ops to user code (#22313)Bartek Iwańczuk
2024-02-07chore: use same test server for jsr tests (#22303)David Sherret
2024-02-07chore: upgrade deno_core to 0.259.0 (#22311)Bartek Iwańczuk
2024-02-06fix(publish): handle diagnostic outside graph (#22310)David Sherret
2024-02-07chore: remove unneeded benchmark (#22300)Bartek Iwańczuk
2024-02-06fix(publish): 'explit' typo (#22296)John Spurlock
2024-02-06fix(publish): lazily parse sources (#22301)David Sherret
2024-02-06fix(cli): Add IP address support to DENO_AUTH_TOKEN (#22297)Matt Mastracci
2024-02-06fix(lsp): disable no-cache diagnostics for jsr specifiers (#22284)Nayeem Rahman
2024-02-06fix: Support Symbol.metadata (#22282)Bartek Iwańczuk
2024-02-06chore(ws): remove unused op_ws_send_pong (#22283)Divy Srivastava
2024-02-06fix(node): add `cp` to fs/promises (#22263)Divy Srivastava
2024-02-06refactor: don't expose some ops (#22281)Bartek Iwańczuk
2024-02-06bench: fix benchmark (#22279)Bartek Iwańczuk
2024-02-06chore: remove benchmarks for ops (#22277)Bartek Iwańczuk
2024-02-06refactor: don't expose ops to user code (#22273)Bartek Iwańczuk
2024-02-05refactor(cli): Move op descriptions into Rust and prepare for op import (#22271)Matt Mastracci
2024-02-05Reland refactor(cli): use new sanitizer for resources (#22226)Matt Mastracci
2024-02-05refactor(cli): Add TestFailureDescription (#22267)Matt Mastracci
2024-02-05fix: Fix segmentation fault in tests on CPUs with PKU support (#22152)Alessandro Cosentino
2024-02-06fix(unstable): validate kv list selector (#22265)Heyang Zhou
2024-02-05fix(ext/node): fix timeout param validation in cp.execFile (#22262)Yoshiya Hinosawa
2024-02-05feat(unstable): `Deno.FsFile.lock[Sync]()` and `Deno.FsFile.unlock[Sync]()` (...Asher Gomez
2024-02-04chore: remove opcall_test.ts (#22227)Bartek Iwańczuk
2024-02-04perf: remove duplicate `env::current_dir` call in package.json search (#22255)David Sherret
2024-02-03fix(test/regression): handle CLI arg directory using `../` in path (#22244)David Sherret
2024-02-02chore: fix typo in docs (#22232)Dan Rose
2024-02-02docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)Asher Gomez
2024-02-01fix(publish): use lighter crate for opening browser (#22224)Bartek Iwańczuk
2024-02-01chore: forward v1.40.3 release commit to main (#22220)Divy Srivastava