Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-07 | [bun install] Increase "slow filesystem detected" notice | 1 | -1/+1 | ||
2022-08-07 | [bun install] Implement `bun link` | 6 | -74/+748 | ||
2022-08-07 | [bun install] Implement `symlink` backend | 1 | -49/+200 | ||
Fixes https://github.com/oven-sh/bun/issues/1017 | |||||
2022-08-05 | [BREAKING][bun install] Invalidate all the lockfiles | 1 | -1/+5 | ||
2022-08-05 | [bun install] Support authenticated registries | 1 | -4/+6 | ||
2022-08-05 | [bun install] Support private registries & private scopes | 6 | -43/+124 | ||
2022-08-05 | Fix of panic in threads while downloading scoped packages (#992) | 1 | -118/+120 | ||
2022-08-03 | [bun install] Include scripts when lockfile doesn't change | 1 | -1/+1 | ||
2022-08-03 | [bun install] Support lifecycle hooks for cwd's package.json | 2 | -3/+162 | ||
`bun install` will now run prepare & install `"scripts"` for the root package.json (not dependencies) This makes things like `husky` work and possibly `patch-package` | |||||
2022-07-27 | [bun install] Fix missing lockfile data for tarballs | 1 | -16/+16 | ||
2022-07-22 | [bun install] Fix issue with URL path when sending request | 1 | -1/+55 | ||
2022-07-22 | `bun install` use custom BUN_CONFIG_REGISTRY port (#823) | 1 | -1/+1 | ||
2022-07-17 | [bun install] Implement `--no-verify` flag to skip verifying integrity of ↵ | 1 | -2/+16 | ||
downloaded packages | |||||
2022-07-17 | [bun install] Rename `skip_verify` -> `skip_verify_installed_version_number` | 1 | -8/+8 | ||
2022-07-17 | [bun install] Implement `--no-progress` to disable the progress bar | 1 | -1/+35 | ||
2022-07-17 | [bun install] Improve performance of integrity hashing | 2 | -15/+20 | ||
By using optimized BoringSSL implementations | |||||
2022-07-17 | fix scoped packages name resolution (#760) | 1 | -2/+8 | ||
2022-07-12 | [bun install] Handle case that should really never happen | 1 | -10/+12 | ||
2022-07-12 | [bun install] Fix NotSameFileSystem error (for real this time) | 1 | -3/+6 | ||
2022-07-11 | Revert "Fix: NotSameFileSystem at clonefile (#546)" (#581) | 1 | -1/+1 | ||
This reverts commit 2659febd1b74e8215ff7dbfb2d1b19f4b4f8a71a. | |||||
2022-07-11 | Fix: NotSameFileSystem at clonefile (#546) | 1 | -1/+1 | ||
Fixes issue #531 Before this, using 'bun install' on a directory in different filesystem such as tmpfs (/tmp) would have caused "Error: NotSameFileSystem". This commit fixes that by handling this error, and at end of function it will fall back to use copyfile (same as --backend=copyfile) | |||||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 1 | -1/+1 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
2022-07-10 | Remove unnecessary `Output.flush`s before `Global.exit` and `Global.crash` ↵ | 3 | -33/+0 | ||
(#535) * fix: add missing newline * refactor: std.process.exit -> Global.exit * fix: std.os.abort -> Global.exit I'm not sure about this one. Please verify. * cleanup: remove unnecessary `Output.flush`s | |||||
2022-07-09 | fix: update build files to latest Zig version | 2 | -2/+2 | ||
2022-07-09 | typo | 1 | -2/+2 | ||
2022-07-07 | [install] Use an identifier for the accept header value | 1 | -3/+9 | ||
2022-07-07 | Fixes https://github.com/Jarred-Sumner/bun/issues/341 | 1 | -1/+1 | ||
2022-07-06 | [bun install] Fix `NotSameFileSystem` error | 1 | -1/+1 | ||
2022-06-22 | change the directory structurejarred/rename | 2 | -2/+2 | ||
2022-05-05 | E.String gets a Rope | 2 | -10/+10 | ||
2022-04-08 | Fix hardlink fallback | 1 | -1/+1 | ||
2022-03-17 | Update lockfile.zig | 1 | -0/+16 | ||
2022-03-17 | query_string_map -> url | 3 | -3/+3 | ||
2022-03-08 | rename _global -> bun | 6 | -68/+66 | ||
2022-03-04 | upgrade zigjarred/upgrade-zig-2 | 4 | -46/+40 | ||
2022-03-02 | cleanup error printing | 1 | -1/+2 | ||
2022-02-27 | WASM | 5 | -36/+36 | ||
2022-02-27 | [JSON] Use UTF-8 JSON parser when it's not for JavaScript | 3 | -4/+4 | ||
2022-02-25 | [bun install] Add metadata hash | 2 | -4/+133 | ||
2022-02-24 | [bun install] Skip saving the lockfile if there are no changes | 1 | -10/+28 | ||
2022-02-24 | [bun install] Print correct bin name | 1 | -1/+1 | ||
2022-02-24 | Add WASM modules but disable it for now | 2 | -1/+32 | ||
2022-02-21 | Move lockfile into separate file | 2 | -2795/+2878 | ||
2022-02-21 | Wrap some usages of `assert` in a conditional | 2 | -2/+3 | ||
See https://github.com/ziglang/zig/issues/10942 | |||||
2022-02-13 | Update install.zig | 1 | -12/+10 | ||
2022-02-13 | [bun install] Resolve nested `folder:` dependencies and tweak lockfile ↵ | 4 | -234/+341 | ||
format for better determinism | |||||
2022-02-12 | Tweak how strings are created | 1 | -25/+58 | ||
2022-02-12 | [bun install] Move unnecessary data out of the lockfile | 1 | -49/+57 | ||
2022-02-12 | [bun install] Reduce noise in printed yarn.lock | 1 | -3/+17 | ||
2022-02-12 | [bun install] When `--production`, fail the build if symlinking fails | 1 | -12/+31 | ||