Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-10 | chore: move cli/tests/ -> tests/ (#22369) | Matt Mastracci | |
This looks like a massive PR, but it's only a move from cli/tests -> tests, and updates of relative paths for files. This is the first step towards aggregate all of the integration test files under tests/, which will lead to a set of integration tests that can run without the CLI binary being built. While we could leave these tests under `cli`, it would require us to keep a more complex directory structure for the various test runners. In addition, we have a lot of complexity to ignore various test files in the `cli` project itself (cargo publish exclusion rules, autotests = false, etc). And finally, the `tests/` folder will eventually house the `test_ffi`, `test_napi` and other testing code, reducing the size of the root repo directory. For easier review, the extremely large and noisy "move" is in the first commit (with no changes -- just a move), while the remainder of the changes to actual files is in the second commit. | |||
2024-01-15 | chore(ext/cache): remove CachePutResource in preparation for resource ↵ | Matt Mastracci | |
rewrite (#21949) We can use `resourceForReadableStream` to ensure that cached resources are implemented more efficiently and remove one more resource special case. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-07-03 | fix(dts): make globals available on globalThis (#19438) | ud2 | |
This PR changes Web IDL interfaces to be declared with `var` instead of `class`, so that accessing them via `globalThis` does not raise type errors. Closes #13390. | |||
2023-04-12 | fix(ext/cache): cache.put overwrites previous call (#18649) | Satya Rohith | |
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-10-16 | fix(ext/cache): illegal constructor (#16205) | Marcos Casagrande | |
2022-10-05 | fix(ext/cache): prevent cache insert if body is not fully written (#16138) | Marcos Casagrande | |
2022-10-03 | fix(ext/cache): close resource on error (#16129) | Marcos Casagrande | |
2022-10-02 | fix(ext/cache): acquire reader lock before async op (#16126) | Marcos Casagrande | |
2022-09-28 | feat: implement Web Cache API (#15829) | Satya Rohith | |