summaryrefslogtreecommitdiff
path: root/tests/integration/run_tests.rs
AgeCommit message (Expand)Author
2024-11-17feat(cli): support multiple env file argument (#26527)Bhuwan Pandit
2024-11-15chore: remove some unused tests (#26878)Bartek Iwańczuk
2024-11-06refactor(ext/net): Use hickory dns instead of unmaintained trust-dns (#26741)Kaveh
2024-11-05chore: deprecate run itests (#26444)Mohammad Sulaiman
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-09fix: do not panic on wsl share file paths on windows (#26081)David Sherret
2024-10-04chore: enable lock_deno_json_package_json_deps (#26029)David Sherret
2024-10-03fix: don't prompt when using `Deno.permissions.request` with `--no-prompt` (#...Simon Lecoq
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-18feat: default to TS for file extension and support ext flag in more scenarios...Leo Kettmeir
2024-09-18fix: do not panic running invalid file specifier (#25530)Yazan AbdAl-Rahman
2024-09-16feat(permissions): `Deno.mainModule` doesn't require permissions (#25667)Nathan Whitaker
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-16test: rewrite some ignored tests to spec tests (#25652)Bartek Iwańczuk
2024-09-16chore: cleanup remaining `internals.future` code (#25624)Asher Gomez
2024-09-12feat: stabilize `Deno.createHttpClient()` (#25569)Asher Gomez
2024-09-10BREAKING(temporal/unstable): Remove obsoleted Temporal APIs part 2 (#25505)Kenta Moriuchi
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-10test: remove usage of `--unstable` flag (#25549)Bartek Iwańczuk
2024-09-09BREAKING: Remove `--unstable` flag (#25522)Bartek Iwańczuk
2024-09-09fix(node/byonm): do not accidentally resolve bare node built-ins (#25543)David Sherret
2024-09-09feat: Add better error messages for unstable APIs (#25519)Bartek Iwańczuk
2024-09-05feat: Allow importing .cjs files (#25426)Bartek Iwańczuk
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-09-03fix: make some warnings more standard (#25324)David Sherret
2024-09-03feat: support DENO_LOG env var instead of RUST_LOG (#25356)Bartek Iwańczuk
2024-08-31chore: cleanup code for unstable tests (#25330)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-28fix(permissions): disallow any `LD_` or `DYLD_` prefixed env var without full...David Sherret
2024-08-28feat: improve lockfile v4 to store normalized version constraints and be more...David Sherret
2024-08-26perf(cache): single cache file for remote modules (#24983)David Sherret
2024-08-26feat: lockfile v4 by default (#25165)David Sherret
2024-08-20fix(repl): Prevent panic on broken pipe (#21945)melbourne2991
2024-08-08feat(permissions): link to docs in permission prompt (#24948)Bartek Iwańczuk
2024-08-08perf: skip saving to emit cache after first failure (#24896)David Sherret
2024-07-29chore: upgrade to rust 1.80 (#24778)Satya Rohith
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-25chore: use `@std` prefix for internal module specifiers (#24543)Asher Gomez
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk
2024-06-19Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)Bartek Iwańczuk
2024-06-18perf(node): ensure cjs wrapper module has deterministic output (#24248)David Sherret
2024-06-13chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)Bartek Iwańczuk