Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-07 | chore(cli): Use @test_util for relative path for unit tests (#22327) | Matt Mastracci | |
This removes the majority of `../../../../../../test_util` relative imports from the codebase, allowing us to move this code more easily in the future. | |||
2024-01-02 | fix(ext/node): implement os.machine (#21751) | Divy Srivastava | |
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-12-28 | fix(node): Implement os.cpus() (#21697) | Divy Srivastava | |
Fixes https://github.com/denoland/deno/issues/21666 Zero added dependency and tries to match the libuv implementation | |||
2023-12-07 | test(ext/node): compare free memory in log scale (#21475) | Yoshiya Hinosawa | |
2023-12-02 | chore: update std to 0.208.0 (#21318) | Asher Gomez | |
Re-attempt at #21284. I was more thorough this time. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> | |||
2023-11-30 | fix(ext/node): fix os.freemem (#21347) | Yoshiya Hinosawa | |
2023-11-22 | Revert "chore: update to `std@0.207.0` (#21284)" (#21295) | Bartek Iwańczuk | |
This reverts commit 20aa0796e6ff7651cdfce4d0292bdb11da5dfe2e. `main` has been failing consistenly on `kv_undelivered_test` and `serve_test` after this upgrade. | |||
2023-11-22 | chore: update to `std@0.207.0` (#21284) | Asher Gomez | |
Closes #21002 | |||
2023-10-28 | Revert "chore: update deno_std submodule (#20994)" (#21001) | Bartek Iwańczuk | |
This reverts commit 6e2abb2b13af5dff5d631fb1bc0c279c49ebd066. | |||
2023-10-27 | chore: update deno_std submodule (#20994) | Bartek Iwańczuk | |
2023-07-31 | feat(node/os): implement getPriority, setPriority & userInfo (#19370) | Leo Kettmeir | |
Takes #4202 over Closes #17850 --------- Co-authored-by: ecyrbe <ecyrbe@gmail.com> | |||
2023-05-29 | test(ext/node): add os_test.ts (#19305) | egg | |
Part of #17840 I haven't made any changes or additions to the tests themselves, just moved the tests over and updated to match. --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |