summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
2023-01-12ci: update Windows runner, update Google Cloud integration, update Node (#17358)Bartek Iwańczuk
2023-01-11chore(ci): skip non-ubuntu test release jobs on PRs (#17353)David Sherret
2023-01-11fix(ci): use Node 18 (#17355)Asher Gomez
2023-01-11chore(ci): save cache on main at end of workflow (#17354)David Sherret
2023-01-11chore(ci): do not run CI on draft PRs unless explicitly run via commit messag...David Sherret
2023-01-11chore(ci): checkout less submodules based on job (#17343)David Sherret
2023-01-10chore(ci): ci refactor - Part 1 - Generate ci yaml by js (#17335)David Sherret
2023-01-04chore(CI): update to `actions/cache@v3` (#17201)Asher Gomez
2022-12-13ci: update release action (#17034)Bartek Iwańczuk
2022-11-22ci: increase timeout to 120 minutes (#16764)Bartek Iwańczuk
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-13fix: update latest release version after github release publish (#16603)David Sherret
2022-11-06chore(ci): update github actions (#16534)Abdul Rauf
2022-10-19enable bench bot (#16339)Divy Srivastava
2022-10-06fix(build): don't export all symbols to dynamic symbol table (#16171)Divy Srivastava
2022-08-19Fix: Honor linter rules in CI and locally (#15492)Mathias Lafeldt
2022-08-04fix(test): output parallel test results independently (#15399)Nayeem Rahman
2022-08-01chore: cycle cache key (#15371)Bartek Iwańczuk
2022-07-21chore(ci): update actions to run on macos-12 (#15272)Nassim Zen
2022-07-11chore(ci): Run wpt launcher with preinstalled Deno (#15098)Nayeem Rahman
2022-07-09fix(ext/ffi): Avoid keeping JsRuntimeState RefCell borrowed for event loop mi...Aapo Alasuutari
2022-06-28refactor(bench): continuous benchmarking improvements (#14821)Divy Srivastava
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-05-13chore: update to rust 1.60.0 & update Cargo.lock (#14260)Luca Casonato
2022-05-12cleanup(ops): simpler is_unit_result() (#14586)Aaron O'Mullan
2022-05-10ci: use xl windows runners (#14554)Luca Casonato
2022-05-10fix(runtime/web_worker): Use biased select when getting module result (#14553)Nayeem Rahman
2022-05-05chore: update deps (#14416)Luca Casonato
2022-05-03refactor: add core.formatLocationFilename, remove op_format_filename (#14474)Bartek Iwańczuk
2022-04-26fix(test): capture worker stdout and stderr in test output (#14410)David Sherret
2022-04-22Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)Divy Srivastava
2022-04-21chore(ci): skip ci cache when doing a release (#14350)David Sherret
2022-04-21Revert various PRs related to "ext/http" (#14339)Bartek Iwańczuk
2022-04-21feat(runtime): two-tier subprocess API (#11618)Leo Kettmeir
2022-04-20core: introduce `resource.read_return` (#14331)Divy Srivastava
2022-04-13chore: use lock file for tooling scripts (#14253)Bartek Iwańczuk
2022-04-13feat(ext/web): Add error events for event listener and timer errors (#14159)Nayeem Rahman
2022-04-02chore(ci): automatically include releases notes in release draft (#14179)David Sherret
2022-03-30build: use workflows for bumping versions and cargo publishing on the CI (#13...David Sherret
2022-03-25fix(ext/ffi): enforce unstable check on ops (#14115)Luca Casonato
2022-03-24chore: drop src/ in bench_util & serde_v8 (#14097)Aaron O'Mullan
2022-03-24ci: update actions/checkout@v2 to v3 (#14089)Eliaz Bobadilla
2022-03-23cleanup(serde_v8): streamline magic types (#14076)Aaron O'Mullan
2022-03-22feat(core): disableable extensions & ops (#14063)Aaron O'Mullan
2022-03-21chore: fix development issues on Windows (#14030)David Sherret
2022-03-17chore: add Rust toolchain components (#14004)Divy Srivastava
2022-03-17fix: cargo publish fails without absolute paths (#13993)Ryan Dahl
2022-03-16chore: uploading WPT shouldn't make CI fail (#13984)Ryan Dahl
2022-03-16feat(ops): optional OpState (#13954)Aaron O'Mullan