aboutsummaryrefslogtreecommitdiff
path: root/src/install/install.zig (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-02-08[install] pick `latest` tagged version by default (#2016)Gravatar Alex Lam S.L 1-7/+3
2023-02-08[install] assorted fixes & improvements (#2011)Gravatar Alex Lam S.L 1-106/+99
2023-02-06[WIP] fix corner cases with aliases dependencies (#2000)Gravatar Alex Lam S.L 1-100/+94
2023-02-01resolve duplicate npm dependencies correctly (#1970)Gravatar Alex Lam S.L 1-37/+39
2023-01-31[bun add] various fixes (#1953)Gravatar Alex Lam S.L 1-37/+35
2023-01-30Fix crash in `bun install <package-name>` (#1947)Gravatar Jarred Sumner 1-25/+29
2023-01-30[bunx] fix version parsing (#1937)Gravatar Alex Lam S.L 1-1/+0
2023-01-28[bun add] fix more corner cases (#1930)Gravatar Alex Lam S.L 1-51/+35
2023-01-28parse `git+https://github.com/` as GitHub URLs (#1926)Gravatar Alex Lam S.L 1-4/+6
2023-01-28normalise `bun add` package specifiers (#1924)Gravatar Alex Lam S.L 1-43/+73
2023-01-28fix corner cases with aliased dependencies (#1927)Gravatar Alex Lam S.L 1-15/+7
2023-01-28[WIP] append GitHub package after fully parsed (#1911)Gravatar Alex Lam S.L 1-87/+91
2023-01-28Make the parser error in bun install look betterGravatar Jarred Sumner 1-0/+5
2023-01-27sentinelGravatar Jarred Sumner 1-1/+1
2023-01-26Remove usages of assumeSentinelGravatar Jarred SUmner 1-8/+5
2023-01-26parse package-spec from CLI correctly (#1895)Gravatar Alex Lam S.L 1-78/+63
2023-01-25[bun install] Support verifying GitHub dependenciesGravatar Jarred Sumner 1-102/+153
2023-01-25[bun install] For `github` dependencies, write a `.bun-tag` to mark the revisionGravatar Jarred Sumner 1-0/+66
2023-01-25Fix "failed to resolve"Gravatar Jarred Sumner 1-26/+73
2023-01-25be more carefulGravatar Jarred Sumner 1-50/+54
2023-01-24one less allocGravatar Jarred Sumner 1-12/+28
2023-01-24More careful about the lifetime of aliasGravatar Jarred Sumner 1-4/+15
2023-01-24support GitHub URLs as dependencies (#1875)Gravatar Alex Lam S.L 1-40/+233
2023-01-24support `bun link` of scoped packages (#1892)Gravatar Alex Lam S.L 1-1/+13
2023-01-21Fix test failure due to UBGravatar Jarred Sumner 1-19/+27
2023-01-21minor clean-ups (#1869)Gravatar Alex Lam S.L 1-11/+8
2023-01-21[semver] parse `^` & `~` expressions correctly (#1854)Gravatar Alex Lam S.L 1-6/+7
2023-01-21Remove UB with `semver.String`Gravatar Jarred Sumner 1-27/+27
2023-01-20Bugfixes to install (#1848)Gravatar Jarred Sumner 1-10/+16
2023-01-19repopulate `alias_map` correctly (#1847)Gravatar Alex Lam S.L 1-8/+0
2023-01-19fix stale references upon `Lockfile` tree cloning (#1845)Gravatar Alex Lam S.L 1-4/+2
2023-01-19fix memory reference issues (#1841)Gravatar Alex Lam S.L 1-3/+7
2023-01-18support npm dependency aliasing (#1837)Gravatar Alex Lam S.L 1-167/+43
2023-01-17feat(cli): Support `HTTPS_PROXY`, `HTTP_PROXY`, and `NO_PROXY` #1440 (#1814)Gravatar Ciro Spaciari 1-22/+11
2023-01-16Fix `getFdPath` when `/proc/fd` is not mountedGravatar Jarred Sumner 1-5/+5
2023-01-14support installation of NPM workspaces (#1764)Gravatar Alex Lam S.L 1-55/+107
2023-01-13move more thingsGravatar Jarred SUmner 1-5/+5
2023-01-13Split some things into more files and use bun namespace instead of import moreGravatar Jarred SUmner 1-1/+1
2022-12-30More assertionsGravatar Jarred Sumner 1-1/+4
2022-12-30Fix crash with `bun install <foo>`Gravatar Jarred Sumner 1-18/+26
2022-12-29Fix broken hardlink installsGravatar Jarred SUmner 1-1/+1
2022-12-28Upgrade to latest Zig (#1610)Gravatar Jarred Sumner 1-160/+166
2022-12-26[install] specify `auth-type` (#1667)Gravatar Alex Lam S.L 1-24/+28
2022-12-26[install] use specified base URL as default fallback within scopes (#1665)Gravatar Alex Lam S.L 1-28/+83
2022-12-25[install] use default URL when only auth token is specified (#1664)Gravatar Alex Lam S.L 1-23/+122
2022-12-22add romeGravatar Jarred Sumner 1-0/+1
2022-12-19New subcommand: `bunx` (#1634)Gravatar Jarred Sumner 1-117/+136
2022-12-15[bun run] Introduce `--bun` flag to run in bun instead of nodeGravatar Jarred Sumner 1-0/+2
2022-12-12fix fallback install methodGravatar Dylan Conway 1-1/+4
2022-12-09Add `"bun"` to listGravatar Jarred Sumner 1-14/+1