Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from oven-sh:main #4

Open
wants to merge 1,212 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1212 commits
Select commit Hold shift + click to select a range
1391e52
Revert "ci: merge clang-format and clang-tidy into single pipeline" (…
nektro Oct 25, 2024
eb6995e
Update SvelteKit usage guide (#14777)
fel1x-developer Oct 25, 2024
35a64d8
Bump WebKit (#14812)
Jarred-Sumner Oct 25, 2024
ec4c9f8
Update mimalloc (#14814)
Jarred-Sumner Oct 25, 2024
61534c7
Remove warning for unused registry options from npmrc (#14813)
dylan-conway Oct 25, 2024
b895738
fix(install): migrate package-lock.json with dependency on root packa…
dylan-conway Oct 25, 2024
7f58603
Fixed compilation issues with no outdir (#14717)
BjornTheProgrammer Oct 26, 2024
8727939
fix 9395 (#14815)
dylan-conway Oct 26, 2024
4f5660a
Add sentry id to crash report comment
Jarred-Sumner Oct 26, 2024
7053212
Update associate-issue-with-sentry.ts
Jarred-Sumner Oct 26, 2024
d0b3802
github actions
Jarred-Sumner Oct 26, 2024
2d9a73f
test: fix expected value of 'should perform bin-linking across multip…
nektro Oct 26, 2024
50d80a8
pm: fix weird package.json formatting after install (#14801)
nektro Oct 26, 2024
2456d70
Fixes #14716 (#14834)
Jarred-Sumner Oct 26, 2024
5237869
bun-install-registry.test.ts: remove ini format hint here (#14803)
nektro Oct 26, 2024
e93c5ad
feat(bake): css, production build, dev separateSSRGraph=false (#14622)
paperdave Oct 27, 2024
f005e8c
Fix HTTP spec issues by upgrading uWS version (#14853)
Jarred-Sumner Oct 27, 2024
5502278
CSS: More stuff and tests (#14832)
zackradisic Oct 27, 2024
698e87a
Fix #14187 (#14884)
pfgithub Oct 29, 2024
d5f9978
Fix missing symbol error on llvm 18
Jarred-Sumner Oct 29, 2024
b5a7313
Reduce memory usage in long-running processes (#14885)
Jarred-Sumner Oct 29, 2024
b9e5420
Add https://github.com/uNetworking/uWebSockets/pull/1792 (#14864)
Jarred-Sumner Oct 29, 2024
240b2a5
Introduce `Bun.randomUUIDv7` (#14858)
Jarred-Sumner Oct 29, 2024
9f70f68
`EventEmitter.name` should be `"EventEmitter"` instead of `"EventEmit…
Jarred-Sumner Oct 30, 2024
d7710c6
Fix additional arguments when running a package.json script (#14895)
pfgithub Oct 30, 2024
489890d
fix(install): check cached `package.json`s (#14899)
dylan-conway Oct 30, 2024
955cc62
fix(docs): add missing character in drizzle guide (#14911)
gjungb Oct 30, 2024
eaa088b
Fix missing symbol errors and add a test (#14907)
Jarred-Sumner Oct 31, 2024
9647291
Implement NAPI type tagging (#14915)
190n Oct 31, 2024
f8d5b2e
Fix module resolution cache keys (#14901)
cirospaciari Oct 31, 2024
4b8ca51
Clean up some code in node validators (#14897)
Jarred-Sumner Oct 31, 2024
353d44f
ci: If only tests change, use artifacts from last successful build (#…
Electroid Oct 31, 2024
7035a11
Fixes #14918 (#14921)
Jarred-Sumner Oct 31, 2024
b1e9e3b
Add `bytesWritten` property to Bun.Socket, fix encoding issue in node…
Jarred-Sumner Nov 1, 2024
6933208
fix(install): only globally link requested packages (#12506)
dylan-conway Nov 1, 2024
62881ee
Redact secrets in `bunfig.toml` and `npmrc` logs (#14919)
dylan-conway Nov 1, 2024
71fdb59
Fix napi property methods on non-objects (#14935)
190n Nov 1, 2024
4d26999
Run tests from npm packages, `elysia` to start (#14932)
Electroid Nov 1, 2024
d754881
Inline `process.versions.bun` in `bun build --compile` (#14940)
Jarred-Sumner Nov 1, 2024
c89a958
Fixes #11754 (#14948)
Jarred-Sumner Nov 1, 2024
6e44861
fix drain event, drain must be called only after internal buffer is d…
cirospaciari Nov 2, 2024
5236d97
revert
cirospaciari Nov 2, 2024
ce2afac
Align `"encoding"` option in node fs with node (#14937)
Jarred-Sumner Nov 2, 2024
6914c5e
Fixes #13816 (#13906)
Jarred-Sumner Nov 2, 2024
85fd471
fix(net) fix bytesWritten drain (#14949)
cirospaciari Nov 2, 2024
5e5e7c6
Fix release build
Jarred-Sumner Nov 2, 2024
497fa59
Fix #14865 (#14953)
pfgithub Nov 3, 2024
6fb73f2
Visually center logo in readme (#14969)
pfgithub Nov 4, 2024
3950873
Fix typo for configuring specific registry (#15001)
adhamu Nov 5, 2024
27a1b24
patches to allow linux-musl to bootstrap (#14994)
nektro Nov 6, 2024
484c3de
Show if napi_module_register or dlopen was called in crash reports (#…
Jarred-Sumner Nov 6, 2024
076d1d3
Never try using epoll_pwait2 on old linux kernels (#14980)
Jarred-Sumner Nov 6, 2024
8d8a6bc
Fix prototypical inheritance issue in node:zlib and add a `$toClass` …
Jarred-Sumner Nov 6, 2024
1a9d20e
Support debugging builtin modules (#15018)
Jarred-Sumner Nov 6, 2024
fc071d3
remove checks for self closing tags (#14990)
ceymard Nov 6, 2024
c39ae74
Fix importing of ES modules from data URIs (#14959)
yamalight Nov 6, 2024
56b5701
Bump!
Jarred-Sumner Nov 6, 2024
bef50a9
ci: misc fixes and test runner changes (#15024)
Electroid Nov 7, 2024
8d4bb08
Implement `console.group` (#15026)
Jarred-Sumner Nov 7, 2024
66ba6ba
fix 14957 (#15025)
dylan-conway Nov 7, 2024
a116b22
musl patches [v2] (#15028)
nektro Nov 7, 2024
1e932ff
[VSCode extension] Add `[eval with bun]` code lens on untitled, unsav…
Jarred-Sumner Nov 7, 2024
27067d2
Allow using Proxy and module namespace objects in APIs (#15043)
Jarred-Sumner Nov 8, 2024
376b1b4
Support `preload` option in `Worker` (#15045)
Jarred-Sumner Nov 8, 2024
c2e7643
musl patches [v3] (#15031)
nektro Nov 8, 2024
183c661
net compatibility improvements (#14933)
cirospaciari Nov 8, 2024
6ec03b8
Add to documentation
Jarred-Sumner Nov 8, 2024
8f5eab3
fix(install): package-lock.json migration and non-existent `cafile` f…
dylan-conway Nov 8, 2024
07dc1ae
`.defer()`, `.onStart()`, and some small CSS changes (#15041)
zackradisic Nov 9, 2024
a1c4f66
Support ${configDir} in tsconfig.json (#15063)
Jarred-Sumner Nov 9, 2024
6357899
update
dylan-conway Nov 9, 2024
b541371
Bench updates (#15029)
RiskyMH Nov 9, 2024
7a91655
Update hashing.md
Jarred-Sumner Nov 9, 2024
ae6e23a
Update hashing.md
Jarred-Sumner Nov 9, 2024
d879f43
Update hashing.md
Jarred-Sumner Nov 9, 2024
781a392
Add micro-optimization to fs.readFile (#15076)
Jarred-Sumner Nov 11, 2024
62cabe9
fix(tests) new grpc certs (#15090)
cirospaciari Nov 11, 2024
56f7c88
Fix unicode imports, unicode-escaped variable names, and printClauseA…
pfgithub Nov 11, 2024
4cf9851
Bump runtime transpiler cache version for #15009 (#15094)
pfgithub Nov 11, 2024
b49f6d1
Postgres client - more progress (#15086)
Jarred-Sumner Nov 11, 2024
d713001
Fixes #14982
Jarred-Sumner Nov 11, 2024
2b9abc2
Use linux syscall interface more in I/O (#15067)
Jarred-Sumner Nov 11, 2024
7979580
musl patches [v4] (#15066)
nektro Nov 12, 2024
c785ab9
ci: Fix detection of changed files (#15114)
Kapsonfire-DE Nov 12, 2024
873b0a7
fix(socket) Support named pipes on Windows using forward slashes (#1…
cirospaciari Nov 13, 2024
e945146
fix(bundler) fix pretty path resolution (#15119)
cirospaciari Nov 13, 2024
c5df329
#15059 follow-up (#15118)
dylan-conway Nov 13, 2024
956853f
test: dont overwrite root package.json when running bun-ipc-inherit.t…
nektro Nov 13, 2024
ec91e91
Pass missing signal code for `child_process.spawnSync` (#15137)
ippsav Nov 13, 2024
f8979b0
rid nearly all use of `ExceptionRef` in zig (#15100)
nektro Nov 13, 2024
35513a9
zig: remove JSValue.isEmpty (#15128)
nektro Nov 14, 2024
9b0cdf0
cpp: Bun::toStringRef: return dead when exception has been thrown (#1…
nektro Nov 14, 2024
bceb0a2
ci: fix release script (#15129)
nektro Nov 14, 2024
32ddf34
bake: csr, streaming ssr, serve integration, safer jsvalue functions,…
paperdave Nov 14, 2024
fdd8d35
allow zig js host functions to return JSError (#15120)
nektro Nov 14, 2024
d8987cc
Remove assertion in js printer triggering for unicode comments (#15143)
pfgithub Nov 14, 2024
357581c
Shrink Bun's binary by 3.5 MB (#15121)
Jarred-Sumner Nov 14, 2024
3170b88
fix vscode debugger (#14995)
RiskyMH Nov 14, 2024
2810f39
zig: make all JS constructors use JSError (#15146)
nektro Nov 15, 2024
9a6f033
ci: Fix changed files detection on forks
Electroid Nov 15, 2024
266e033
node:https: fix prototype chain of Agent (#15160)
nektro Nov 15, 2024
910e479
Fix `node:net` not handling path in `listen` (#15162)
ippsav Nov 15, 2024
3791146
docs(contributing): group os-specific code tabs (#15173)
SunsetTechuila Nov 15, 2024
4ddb63e
Try linker script (#15158)
Jarred-Sumner Nov 15, 2024
15f2bbb
docs: remove contributing instructions involving winget (#15176)
paperdave Nov 15, 2024
4fedc41
musl: fix 'bun upgrade' (#15178)
nektro Nov 16, 2024
39d8ade
ci: musl builds (#15154)
Electroid Nov 16, 2024
befb269
zig: align fromJS methods to using JSError (#15165)
nektro Nov 16, 2024
dafd815
ci: skip running tests on main branch
nektro Nov 16, 2024
910efec
fix auto-install on windows when symlinks aren't available (#15182)
dylan-conway Nov 16, 2024
3393b0e
musl: fix third_party/prisma.test.ts (#15186)
nektro Nov 16, 2024
a5a0539
Fixes #15177 (#15180)
Jarred-Sumner Nov 16, 2024
6dbf1bf
musl: fix test/js/node/process/process.test.js (#15185)
nektro Nov 16, 2024
1911fa1
fix(HttpParser) always check if content length is valid before callin…
cirospaciari Nov 17, 2024
d5a118e
Fix(doc): update cluster.md (#15214)
Nanome203 Nov 18, 2024
98bb599
Fixed Responses to OPTIONS Requests ignore Body (#15108)
Kapsonfire-DE Nov 19, 2024
b023bb8
Ensure that lolhtml builds the target platform
Electroid Nov 19, 2024
5b1808b
Revert "Ensure that lolhtml builds the target platform"
Electroid Nov 19, 2024
cba3bda
cmake: Set explicit rustc target
Electroid Nov 19, 2024
9ad3471
Support `Headers` & `URLSearchParams` in expect().toEqual() (#15195)
Jarred-Sumner Nov 19, 2024
3c95d5d
Fix bundler crash with onLoad plugins on copy-file loaders used on en…
zackradisic Nov 19, 2024
f8e9ade
ci: Do not check changed files on main
Electroid Nov 19, 2024
d19c185
fix(tls) fix type matching (#15224)
cirospaciari Nov 19, 2024
fd1d6b1
Fix docs on todo tests (#15233)
pfgithub Nov 19, 2024
8a0666a
Fix setTimeout with node:util.promisify (#15230)
pfgithub Nov 19, 2024
adaee07
[Bun.sql] Support TLS (#15217)
Jarred-Sumner Nov 19, 2024
daece6a
Revert "cmake: Set explicit rustc target"
Electroid Nov 19, 2024
3ef35d7
Implement junit test reporter (#15205)
Jarred-Sumner Nov 19, 2024
46515d4
Call Bun__onExit + std.os.windows.kernel32.ExitProcess to exit on Win…
heimskr Nov 19, 2024
ba767aa
Revert "fix(tls) fix type matching" (#15243)
nektro Nov 19, 2024
ecb0098
us_bun_verify_error_t: ensure c struct matches zig extern (#15244)
nektro Nov 19, 2024
206d2ed
docker:alpine: update to 3.20 and use bun musl build (#15241)
nektro Nov 19, 2024
958e531
ci: always build images when core ci files change (#15229)
nektro Nov 19, 2024
fc94db1
ci: changedFiles can be undefined
nektro Nov 19, 2024
46c750f
Bun v1.1.36 [release]
Electroid Nov 19, 2024
ededc16
Bun v1.1.36 [release]
Electroid Nov 19, 2024
ff4eccc
bump
Jarred-Sumner Nov 19, 2024
708ed00
ci: Expand automated build images to Debian, Ubuntu, and Amazon Linux…
Electroid Nov 20, 2024
795f14c
zig: align getTruthy to use JSError (#15199)
nektro Nov 20, 2024
ab3cb68
zig: make throwNotEnoughArguments use JSError (#15266)
nektro Nov 20, 2024
ab4da13
ci: Disable changed files detection until bugs are fixed
Electroid Nov 20, 2024
b7bd5a4
zig: remove noop JSGlobalObject.ptr() (#15268)
nektro Nov 20, 2024
05d5ab7
ci: disable testing on debian 10
nektro Nov 20, 2024
173f67d
zig: make throwError use JSError (#15267)
nektro Nov 20, 2024
363595f
bunjs: print received value when Bun.write is passed a bad argument (…
nektro Nov 20, 2024
61a3f08
bindings: make throwInvalidArgumentTypeValue print the value like the…
nektro Nov 20, 2024
1efab7f
zig: JSValue: make .get and .toSliceOrNull use JSError (#15270)
nektro Nov 20, 2024
4fe8b71
ci: bootstrap.sh: musl download of bun no longer has to be special-ca…
nektro Nov 20, 2024
c9d0fd5
zig: make throwTODO use JSError (#15264)
nektro Nov 20, 2024
3681aa9
fix(root_cert) use a more reliable source for the latest cert (#15262)
cirospaciari Nov 20, 2024
0e3e330
zig: rename CallFrame.arguments to .arguments_old to free up decl nam…
nektro Nov 21, 2024
314b4d9
fix fuzzy-wuzzy test (#15297)
nektro Nov 21, 2024
a6a4ca1
fix(install): ensure aliases hash map is initialized (#15280)
Jarred-Sumner Nov 21, 2024
144db9c
Fix typo in 15276.test.ts (#15304)
Nanome203 Nov 21, 2024
0eb6a4c
fix(Bun.file) throw OOM if read is too big (#15253)
cirospaciari Nov 21, 2024
43dcb8f
docs: `--bail [n]` -> `--bail=[n]` (#15301)
RiskyMH Nov 21, 2024
2283ed0
Remove Amazon Linux 2023 tests for now
Jarred-Sumner Nov 21, 2024
c3f63bc
zig: make throwInvalidArguments use JSError (#15305)
nektro Nov 22, 2024
95fcee8
Fix expect toMatchSnapshot not working for some strings (#15183)
pfgithub Nov 22, 2024
8c0c97a
fix(ws) ping without parameters (#15319)
cirospaciari Nov 22, 2024
b152fbe
Remove a test.only
Jarred-Sumner Nov 22, 2024
6adb395
fix(ReadableStream) flush as much we can before ending the stream (#1…
cirospaciari Nov 22, 2024
78b495a
fix \uFFFF printing regression (#15330)
pfgithub Nov 22, 2024
d01bfb5
Ensure test with errors before JS execution exit with code 1 (#15321)
Jarred-Sumner Nov 22, 2024
5bcaf32
Fix lockfile print crash (#15332)
Jarred-Sumner Nov 22, 2024
4117af6
feat(vscode-extension) error reporting, qol (#15261)
alii Nov 22, 2024
f8f76a6
CSS fixes & fuzzing (#15312)
Jarred-Sumner Nov 22, 2024
9c1fde0
Rewrite most of napi_threadsafe_function (#15309)
Jarred-Sumner Nov 22, 2024
746cf2c
feat(resolver): add support for self-referencing (#15284)
SunsetTechuila Nov 22, 2024
2d65063
Stub `performance.markResourceTiming`, add `PerformanceResourceTiming…
Jarred-Sumner Nov 22, 2024
4ae982b
fix(CI) mark inspect test as todo and comment why we mark this as tod…
cirospaciari Nov 22, 2024
82cb82d
pm: add some missing npm_ env vars (#14786)
nektro Nov 22, 2024
c04a2d1
fix regression on http2-wrapper caused by node.js compatibility impro…
cirospaciari Nov 22, 2024
19d7a5f
fix(CI) make prisma avoid env url because of CI and rely on getSecret…
cirospaciari Nov 22, 2024
642e0ba
cmake: Remove unused code that causes issues with commit messages
Electroid Nov 23, 2024
9fbe646
Remove outdated todo comment from Windows install script (#15358)
advaith1 Nov 23, 2024
1a1cf0a
Fix setRawMode return value on Windows (#15357)
heimskr Nov 23, 2024
514a47c
Slightly more complete undici polyfill (#15360)
Jarred-Sumner Nov 23, 2024
f855ae8
VSCode in-editor error messages (readme updates) (#15325)
alii Nov 23, 2024
aa60ab3
Delete incorrect assertion
Jarred-Sumner Nov 23, 2024
6c915fc
Cherry-pick WebKit/WebKit#37039 (#15380)
Jarred-Sumner Nov 24, 2024
618d2cb
docs: clarify concurrency behavior in WAL mode (#15382)
rtzll Nov 24, 2024
2d2e329
Update installation.md (#15392)
imide Nov 24, 2024
f4a0fe4
Fixes #8683 (#15389)
Jarred-Sumner Nov 25, 2024
c5cd0e4
Bun.serve incorrect file for error page template (#15397)
luavixen Nov 25, 2024
898feb8
ci: Temporarily run zig build on ephemeral agents
Electroid Nov 25, 2024
a468d09
ci: Fix typo
Electroid Nov 25, 2024
f61f03f
cmake: Fix cross-compiling zig on alpine (#15400)
Electroid Nov 25, 2024
468a392
ci: Larger zig agents
Electroid Nov 25, 2024
4f8c1c9
Does this make the tests less flaky (#15399)
Jarred-Sumner Nov 25, 2024
9cbe1ec
Include `docs/` folder in bun-types (#15398)
Jarred-Sumner Nov 25, 2024
812288e
[internal] Add problem matcher for Zig
Jarred-Sumner Nov 25, 2024
7f6bb30
Fixes #15403
Jarred-Sumner Nov 25, 2024
39af2a0
Fix VSCode extension hanging (#15407)
alii Nov 25, 2024
a6f37b3
Fix bug with --eval & --print (#15379)
Jarred-Sumner Nov 25, 2024
bb3d570
zig: assert there is an exception when .zero is returned (#15362)
nektro Nov 25, 2024
b19f13f
bun-vscode: Bump version [no ci]
Electroid Nov 25, 2024
8ca0eb8
Clean up some error handling code (#15368)
Jarred-Sumner Nov 25, 2024
c434b2c
zig: make throwPretty use JSError (#15410)
nektro Nov 26, 2024
dc01a5d
feat(DevServer): batch bundles & run them asynchronously (#15181)
paperdave Nov 26, 2024
c25e744
Silence debugger connection error
Jarred-Sumner Nov 26, 2024
c3d9e8c
Fix crash in Bun v1.1.36 caused by VSCode extension update
Jarred-Sumner Nov 26, 2024
6d127ba
Silence another debugger error
Jarred-Sumner Nov 26, 2024
d92d8dc
Bump
Jarred-Sumner Nov 26, 2024
f21fffd
Fix debugger printing exception
Jarred-Sumner Nov 26, 2024
663f00b
zig: make throwOutOfMemory use JSError (#15413)
nektro Nov 26, 2024
a9ce4d4
Add scratch*.{js,ts,tsx,mts,cts,mjs } to gitignore
Jarred-Sumner Nov 26, 2024
6dd44cb
Docs: cli/test.md - Completed GH Actions example (#15412)
NReilingh Nov 26, 2024
5e95638
zig: fix missed compile error from merge
nektro Nov 26, 2024
68f026b
FFI: provide napi_env explicitly (#15431)
heimskr Nov 26, 2024
5e46422
zig: eliminate errorUnionToCPP (#15416)
nektro Nov 26, 2024
0d6d4fa
better printing for console.log types (#15404)
RiskyMH Nov 26, 2024
5b3c58b
Update c-ares (#15435)
Jarred-Sumner Nov 27, 2024
cf2fa30
fix(fetch) fix deref + deinit (#15432)
cirospaciari Nov 27, 2024
578bdf1
bake: params used when doing static site generation (#15430)
snoglobe Nov 27, 2024
215fdb4
zig: make throwInvalidArgumentTypeValue use JSError (#15302)
nektro Nov 27, 2024
ca86bae
Deflake next-build test (#15436)
Jarred-Sumner Nov 27, 2024
b6a231a
musl: fix test/js/bun/http/serve.test.ts (#15271)
nektro Nov 27, 2024
3afd19c
Clean up .throwError (#15433)
Jarred-Sumner Nov 27, 2024
841f593
Auto-update c-ares, libarchive, libdeflate, lolhtml, lshpack weekly (…
Jarred-Sumner Nov 27, 2024
bdd0b89
docs: fix broken windows contributing guide url (#15451)
cdfzo Nov 27, 2024
1bb211d
bustDirCache on FileSystemRouter.reload & fix of dir_cache keys in wi…
Kapsonfire-DE Nov 27, 2024
7fd16eb
Fix incorrect public TS class field name minification (#15411)
heimskr Nov 27, 2024
bd01df1
github actions
Jarred-Sumner Nov 28, 2024
37c98be
Update update-libarchive.yml
Jarred-Sumner Nov 28, 2024
5f8f805
Update update-libarchive.yml
Jarred-Sumner Nov 28, 2024
b52ad22
Update actions
Jarred-Sumner Nov 28, 2024
a6ca8c4
Add sqlite3 auto updater script
Jarred-Sumner Nov 28, 2024
225bfd5
Shorter branch names
Jarred-Sumner Nov 28, 2024
40d5e74
Stagger the updates
Jarred-Sumner Nov 28, 2024
6f8c595
deps: update sqlite to 3.470.100 (#15465)
github-actions[bot] Nov 28, 2024
08222ed
fix: Connect with 1 socket to new env var but still work with js debu…
alii Nov 28, 2024
471fe7b
fix(net/tls) fix reusePort, allowHalfOpen, FIN before reconnect (#15452)
cirospaciari Nov 28, 2024
5d1609f
Fixes #15470
Jarred-Sumner Nov 28, 2024
ae289c4
use using
Jarred-Sumner Nov 28, 2024
0216431
Clean up debugger waiting logic (#15469)
Jarred-Sumner Nov 28, 2024
f64a4c4
Fix debugger connection issue on Windows
Jarred-Sumner Nov 29, 2024
bf2f153
Check for unix:// instead of unix:
Jarred-Sumner Nov 29, 2024
6c7edf2
bump
Jarred-Sumner Nov 29, 2024
ea7c498
deps: update lolhtml to 4f8becea13a0021c8b71abd2dcc5899384973b66 (#15…
github-actions[bot] Nov 29, 2024
dd57b95
Add musl related documentation to installation.md (#15500)
imide Nov 30, 2024
497cef9
`bun upgrade --help` document `--stable` option (#15472)
RiskyMH Nov 30, 2024
8aa451c
bake(dev): plugins in dev server, with other fixes (#15467)
paperdave Nov 30, 2024
4114986
deps: update c-ares to v1.34.3 (#15502)
github-actions[bot] Nov 30, 2024
de7eafb
deps: update lshpack to v2.3.3 (#15501)
github-actions[bot] Nov 30, 2024
d2acb2e
deps: update libdeflate to v1.22 (#15505)
github-actions[bot] Nov 30, 2024
56ad4cc
simplify vscode extension title (#15519)
RiskyMH Dec 2, 2024
2d441d8
zig: make throw use JSError (#15444)
nektro Dec 2, 2024
6d453be
fix 14540 (#15498)
dylan-conway Dec 2, 2024
da5d4d7
docs: add .env.test to guides/runtime/set-env for consistency with do…
hex2f Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
31 changes: 31 additions & 0 deletions .buildkite/bootstrap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Uploads the latest CI workflow to Buildkite.
# https://buildkite.com/docs/pipelines/defining-steps
#
# Changes to this file must be manually edited here:
# https://buildkite.com/bun/bun/settings/steps
steps:
- if: "build.pull_request.repository.fork"
block: ":eyes:"
prompt: "Did you review the PR?"
blocked_state: "running"

- label: ":pipeline:"
agents:
queue: "build-darwin"
command:
- ".buildkite/scripts/prepare-build.sh"

- if: "build.branch == 'main' && !build.pull_request.repository.fork"
label: ":github:"
agents:
queue: "test-darwin"
depends_on:
- "darwin-aarch64-build-bun"
- "darwin-x64-build-bun"
- "linux-aarch64-build-bun"
- "linux-x64-build-bun"
- "linux-x64-baseline-build-bun"
- "windows-x64-build-bun"
- "windows-x64-baseline-build-bun"
command:
- ".buildkite/scripts/upload-release.sh"
Loading