summaryrefslogtreecommitdiff
path: root/test_util
AgeCommit message (Expand)Author
2023-11-14chore: switch compile tests over to the TestBuilder (#21180)David Sherret
2023-11-13chore: update wpt (#21178)Leo Kettmeir
2023-11-11chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)Matt Mastracci
2023-11-08chore: refactor test_server and move to rustls-tokio-stream (#21117)Matt Mastracci
2023-11-06fix(byonm): correct resolution for scoped packages (#21083)David Sherret
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-26chore: update base64 crate (#20877)Luca Casonato
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-10-24perf(lsp): cleanup workspace settings scopes (#20937)Nayeem Rahman
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-09-24fix(lsp): resolve remote import maps (#20651)Nayeem Rahman
2023-09-24refactor(lsp): implement "deno.cacheOnSave" server-side (#20632)Nayeem Rahman
2023-09-21refactor(lsp): store language sections in WorkspaceSettings (#20593)Nayeem Rahman
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-09-14refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...David Sherret
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
2023-09-13feat(lsp): WorkspaceSettings::disablePaths (#20475)Nayeem Rahman
2023-09-09Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423)Nayeem Rahman
2023-09-08Revert "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20419)Nayeem Rahman
2023-09-08refactor(lsp): clean up "enablePaths" handling (#20388)Nayeem Rahman
2023-09-02fix(lsp): properly handle disabled configuration requests (#20358)Nayeem Rahman
2023-08-29chore(cli): use NPM_CONFIG_REGISTRY for all tests (#20320)Matt Mastracci
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-22feat(ext/kv): connect to remote database (#20178)Heyang Zhou
2023-08-17fix(unstable): disable importing from the vendor directory (#20067)David Sherret
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-09chore(test_util): Increate pty timeout to 15s to avoid flakes (#20109)Matt Mastracci
2023-08-03chore: fix pty support on Macs (#20037)Matt Mastracci
2023-08-02feat(unstable/lsp): support navigating to deno_modules folder (#20030)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-08-01fix: retry module download once if server errored (#17252)Bartek Iwańczuk
2023-07-28chore: remove unused dependencies (#19962)Divy Srivastava
2023-07-28feat: Deno.createHttpClient allowHost (#19689)Leo Kettmeir
2023-07-26chore: fix benchmarks (#19958)David Sherret
2023-07-26fix(lsp): handle import mapped `node:` specifier (#19956)David Sherret
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-21fix(lsp): handle watched files events from symlinked config files (#19898)David Sherret
2023-07-20fix(lsp): auto-discover deno.json in more cases (#19894)David Sherret
2023-06-26feat(lock): skip saving declaration files in the lockfile (#19447)David Sherret
2023-06-26chore: Ensure copyright line is the first in the file (#19608)Matt Mastracci
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-13fix(lsp): update import map config when deno.json changes (#19476)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09chore(tests): add `.use_symlinked_temp_dir()` to `TestBuilder` (#19435)David Sherret
2023-06-08chore: update wpt (#19422)Leo Kettmeir
2023-06-06fix(node/http): use fake socket and proper url handling (#19340)Leo Kettmeir