aboutsummaryrefslogtreecommitdiff
path: root/test/cli (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-06fix a couple install testsGravatar Dylan Conway 1-8/+8
2023-10-06formatGravatar Dylan Conway 1-1/+2
2023-10-05test(bun install): cover http(s) non-github case (#6190)Gravatar Justin "J.R." Hill 1-0/+48
2023-10-05Use singular nouns when appropriate on install messages (#2543)Gravatar Jake Boone 5-90/+90
2023-10-04fix semver and repository host bugs (#6312)Gravatar Dylan Conway 1-2/+208
2023-10-03Upgrade webkit (#6277)Gravatar Dylan Conway 1-1/+0
2023-10-03Support `bun run --if-present` (#6248)Gravatar Ashcon Partovi 1-0/+119
2023-10-03Fix bunx command for github package #5974 (#6042)Gravatar axel escalada 1-0/+40
2023-10-03Store workspace package versions (#6258)bun-v1.0.4Gravatar Dylan Conway 1-0/+79
2023-10-02Fix `bun install` reading Github API from wrong environment variable (#6247)Gravatar Ashcon Partovi 1-0/+59
2023-09-28Add local tarball install #5812 (#6118)Gravatar axel escalada 1-1/+46
2023-09-27fix(bun install): Handle vercel and github tarball path dependencies (#6122)Gravatar Justin "J.R." Hill 1-0/+56
2023-09-26Update bun-install.test.tsGravatar Dylan Conway 1-263/+327
2023-09-26fix workspace dependency install (#6092)Gravatar Dylan Conway 1-0/+408
2023-09-25Fix create command with template prefixed with @ char #6007 (#6013)Gravatar axel escalada 1-0/+31
2023-09-24Correctly fix #5888 (#6000)Gravatar Jarred Sumner 2-2/+7
2023-09-23fix(lockfile): ensure all bytes of union are initialized before serialization...Gravatar Ai Hoshino 1-1/+64
2023-09-22fix(runtime): exclude unevaluated module in `require.cache` (#5903)Gravatar Ai Hoshino 1-0/+1
2023-09-21Implement module.parent (#5889)bun-v1.0.3Gravatar dave caruso 2-0/+17
2023-09-21Hide env elapsed time when loglevel=info (#5882)Gravatar Colin McDonnell 1-1/+1
2023-09-20fix(run): interpret extensionless files as typescript (#5711)Gravatar dave caruso 2-1/+32
2023-09-20[bun install] Add `-E` as alias of `--exact` (#5104)Gravatar Jonah Snider 1-0/+55
2023-09-20Fix path used in bunx (#5785)Gravatar Jarred Sumner 1-0/+20
2023-09-19fix(cli): `bun pm cache rm` command not work (#4571)Gravatar WingLim 1-1/+88
2023-09-19Get artifactory to work (#5744)Gravatar Jarred Sumner 2-20/+23
2023-09-18Encode slashes in package names in the registry manifest request (#5716)Gravatar Jarred Sumner 4-13/+16
2023-09-18`bun run` fix missing script error on empty file (#5025)Gravatar Julian 2-0/+15
2023-09-18fix: provide empty string to 0 length process environment variables (#5679)Gravatar Liz 1-0/+10
2023-09-18fix(config): support for registry url without trailing slash (#5662)Gravatar Ai Hoshino 1-4/+6
2023-09-15Make `bun run --silent` omit `"error: "..." exited with code 1` (#5459)Gravatar Jarred Sumner 1-24/+66
2023-09-13fix(runtime): require cache should not include unevaluated ESM modules. (#5233)Gravatar dave caruso 2-0/+33
2023-09-12Fix some bugs blocking Turborepo from using `bun run` (#5071)Gravatar Jarred Sumner 1-0/+58
2023-09-11fix loading env from `.env.production` and friends (#4630)Gravatar Dylan Conway 1-1/+42
2023-09-01fix(runtime): fix dns_resolver crash (#4435)Gravatar dave caruso 1-3/+3
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 2-11/+156
2023-08-30fix(install): resolve semver matching with pre-release tags. (#4412)Gravatar Ai Hoshino 1-0/+44
2023-08-30[install] fix stale root life-cycle script in lockfile (#4411)Gravatar Alex Lam S.L 1-1/+169
2023-08-26Fix the crash when importing a module that does not exist. (#4348)Gravatar Ai Hoshino 1-0/+22
2023-08-24[install] fix stale life-cycle scripts from lockfile (#4307)Gravatar Alex Lam S.L 1-0/+100
2023-08-24[install] fix crash when installing package that uses loose semver pre-releas...Gravatar Alex Lam S.L 1-0/+135
2023-08-16`bun --inspect` (#4158)Gravatar Jarred Sumner 2-5/+5
2023-08-11Fix using uninitialized variable when formatting `config_path`. (#4129)Gravatar Ai Hoshino 1-0/+20
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 1-0/+215
2023-08-10Fix testGravatar Jarred Sumner 1-1/+1
2023-08-09Add support for `bun --revision` (#4027)Gravatar Yash Sharma 1-0/+27
2023-08-07implement `bun update` (#4046)Gravatar Alex Lam S.L 1-0/+259
2023-08-06Bind require.resolve() (#4030)Gravatar Jarred Sumner 1-3/+5
2023-08-06[install] handle `bun add` of existing `peerDependencies` correctly (#4028)Gravatar Alex Lam S.L 2-6/+90
2023-08-04[install] handle `workspace:*` correctly (#3994)Gravatar Alex Lam S.L 1-0/+102
2023-08-04[install] store resolved workspace path in lockfile (#3974)Gravatar Alex Lam S.L 1-24/+140