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. | |||
2021-11-15 | fix(test): support typechecking docs with CRLF line endings (#12748) | Geert-Jan Zwiers | |
2021-08-11 | chore: move test files to testdata directory (#11601) | David Sherret | |
2020-08-10 | remove unused git attributes (#7011) | 迷渡 | |
2020-08-03 | fix(cli): add support for non-UTF8 source files (#6789) | Maayan Hanin | |
Fixes: #5542 | |||
2020-07-24 | chore: mark typescript.js and type definitions as vendored (#6863) | 迷渡 | |
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-09-19 | Clean up miscellaneous metafiles (#2981) | Bert Belder | |
The yarn.lock file is moved from //third_party to the root of the main repository. This is where other package metadata files (e.g. Cargo.lock and package.json) are also located. | |||
2019-09-15 | Move GN root into //core/libdeno (#2943) | Christian Moritz | |
2019-07-25 | Typo fix (#2592) | Maxim Mazurok | |
2019-04-20 | Exclude .png files from git auto-EOL (#2161) | Maxim Mazurok | |
Fix #1995 for users with the old git version | |||
2018-12-03 | Add LSAN build to travis. | Ryan Dahl | |
For now it only runs test_cc and has to filter out a test which leaks. However we will expand this over time until the entire build is LSAN clean. | |||
2018-12-03 | .gitattributes: add symlink target types | Bert Belder | |
This is a first step toward removing the fix_symlinks() hack from tools/third_party.py. | |||
2018-12-03 | .gitattributes: not all files are text | Bert Belder | |
2018-07-13 | Create .gitattributes | Kompwu | |