summaryrefslogtreecommitdiff
path: root/test_util/src/lib.rs
AgeCommit message (Expand)Author
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-24refactor: use hyper 1.0 in grpc test server (#21584)Bartek Iwańczuk
2023-12-14refactor(test_util): move servers to a separate module (#21577)Bartek Iwańczuk
2023-12-13test: integration tests for tarring/unfurling (#21544)Bartek Iwańczuk
2023-12-05feat(unstable): kv.watch() (#21147)Luca Casonato
2023-11-27ci: make upgrade_lsp_repl_sleeps less flaky (#21363)David Sherret
2023-11-23chore: fix upgrade_prompt test on main (#21314)David Sherret
2023-11-23chore: add upgrade prompt integration test (#21273)David Sherret
2023-11-17chore: combine `TestCommandBuilder` with `DenoCmd` (#21248)David Sherret
2023-11-17chore: various improvements to tests (#21222)David Sherret
2023-11-08chore: refactor test_server and move to rustls-tokio-stream (#21117)Matt Mastracci
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-26chore: update base64 crate (#20877)Luca Casonato
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-15feat(ext/node): http2.connect() API (#19671)Bartek Iwańczuk
2023-09-14chore(tests): ability to pattern match unordered lines (#20488)David Sherret
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-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-08-01fix: retry module download once if server errored (#17252)Bartek Iwańczuk
2023-07-28feat: Deno.createHttpClient allowHost (#19689)Leo Kettmeir
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-06fix(node/http): use fake socket and proper url handling (#19340)Leo Kettmeir
2023-05-31refactor: further work on node http client (#19327)Leo Kettmeir
2023-05-23refactor: further work on node http client (#19211)Leo Kettmeir
2023-05-22chore(cli): One Rust test per JS and Node unit test file (#19199)Matt Mastracci
2023-05-21feat(unstable): add more options to Deno.createHttpClient (#17385)Leo Kettmeir
2023-05-17fix: support "fetch" over HTTPS for IP addresses (#18499)Bartek Iwańczuk
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-04-13refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)Yiyu Lin
2023-04-01fix(check): ensure diagnostics caused by changes in other files get invalidat...David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(repl): improve package.json support (#18497)David Sherret
2023-03-28chore: restore pty tests and make them run on the Linux CI (#18424)David Sherret
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-17fix(test_util): parse strace usecs/call in total line if present (#18241)Divy Srivastava
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-15chore: add test for ws ping/pong (#18204)Divy Srivastava
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-02-27chore: test builders for integration tests (#17965)David Sherret
2023-02-24fix: ensure concurrent non-statically analyzable dynamic imports do not somet...David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-10feat(install): follow redirects for urls with no path (#17449)Kamil Ogórek