Commit Graph

  • 1305e55bbb fix(watcher): respect logLevel setting for workspace warnings Claude Bot 2025-09-01 09:24:11 +00:00
  • 62b3a2b1a4 Remove timeouts and properly await error response data Claude Bot 2025-09-01 09:23:22 +00:00
  • 5c35e09c82 Add comprehensive test that proves console: false disables error reporting Claude Bot 2025-09-01 09:21:13 +00:00
  • ad1fa514ed Add fast path for simple objects in postMessage and structuredClone (#22279) Jarred Sumner 2025-09-01 01:48:28 -07:00
  • 8ad975cd90 docs: remove misleading basic type assertions from expectTypeOf docs claude/update-documentation-gaps Claude Bot 2025-09-01 08:12:30 +00:00
  • 24c43c8f4d internal: Remove unnecessary destruct_main_thread_on_exit flag in favor of method (#22294) Jarred Sumner 2025-09-01 01:12:11 -07:00
  • b295cdee6b docs: restore prepatch/premajor/preminor increment types in pm.md Claude Bot 2025-09-01 08:11:36 +00:00
  • 7c1f1120b7 docs: fix inaccuracies in bundler documentation Claude Bot 2025-09-01 08:09:50 +00:00
  • d69eb3ca00 update outdated doc Jarred Sumner 2025-09-01 01:10:22 -07:00
  • 87e0af636f [autofix.ci] apply automated fixes autofix-ci[bot] 2025-09-01 08:06:50 +00:00
  • 38117fb07d docs: update documentation for recent API additions Claude Bot 2025-09-01 08:04:33 +00:00
  • edccb6eed4 Update test to verify server startup with both configurations Claude Bot 2025-09-01 07:35:10 +00:00
  • a63168a691 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-09-01 07:12:43 +00:00
  • 83d55bc0fc Fix GitHub issue 22239: disable error reporting with console: false Claude Bot 2025-09-01 07:10:57 +00:00
  • 40dfe60ba3 Update STATUS.md to reflect current implementation state Claude Bot 2025-09-01 06:19:38 +00:00
  • da388b6561 Implement unique_key_prefix approach for worker bundling Claude Bot 2025-09-01 06:06:13 +00:00
  • 4b620c2247 Fix threading issue in BundleThread by simplifying DotEnv.Loader usage claude/implement-app-option-for-bun-build Claude Bot 2025-09-01 06:04:03 +00:00
  • 3f53add5f1 Implement Bun.{stdin,stderr,stdout} as LazyProperties to prevent multiple instances (#22291) robobun 2025-08-31 22:27:20 -07:00
  • f3671ba9ee Initial implementation of Worker bundling (WIP) Claude Bot 2025-09-01 05:16:03 +00:00
  • ccb61edf3f Add app option support to Bun.build for bake functionality Claude Bot 2025-09-01 04:42:17 +00:00
  • 58cb805ed9 Implement Bun.{stdin,stderr,stdout} as LazyProperties on ZigGlobalObject claude/implement-lazy-properties-stdin-stderr-stdout Claude Bot 2025-09-01 02:47:32 +00:00
  • 67baa858e2 Implement Bun.{stdin,stderr,stdout} as LazyProperties to prevent multiple instances Claude Bot 2025-09-01 02:04:04 +00:00
  • fcaff77ed7 Implement Bun.YAML.stringify (#22183) Dylan Conway 2025-09-01 01:27:51 +00:00
  • 47827a9fef [autofix.ci] apply automated fixes claude/close-issue-4459 autofix-ci[bot] 2025-09-01 01:00:43 +00:00
  • f8371fdb78 Optimize http.Server.getConnections implementation Claude Bot 2025-09-01 00:58:22 +00:00
  • 894f9685f8 Add regression test for YAML nested anchor space issue (#22286) claude/fix-yaml-nested-anchor-space-issue Claude Bot 2025-08-31 23:58:29 +00:00
  • 8b4fa180bf Fix vm.SourceTextModule to support top-level await claude/fix-vm-sourcetextmodule-top-level-await Claude Bot 2025-08-31 23:32:22 +00:00
  • aced57032c Fix LeakSanitizer detection by using std.c.exit when ASAN is enabled claude/enable-lsan-with-asan Claude Bot 2025-08-31 14:09:16 +00:00
  • 25c61fcd5a Fix structuredClone pointer advancement and File name preservation for Blob/File objects (#22282) robobun 2025-08-31 13:52:43 -07:00
  • d0b5f9b587 Gate async hooks warning behind an env var (#22280) Jarred Sumner 2025-08-31 13:51:39 -07:00
  • 1400e05e11 Revert "Fix" Jarred Sumner 2025-08-30 23:08:42 -07:00
  • c8e3a91602 Revert "Update sql-mysql.helpers.test.ts" Jarred Sumner 2025-08-30 23:08:37 -07:00
  • 2e5f7f10ae Fix Jarred Sumner 2025-08-30 23:06:32 -07:00
  • 559c95ee2c Update sql-mysql.helpers.test.ts Jarred Sumner 2025-08-30 21:48:26 -07:00
  • 262f8863cb github actions Jarred Sumner 2025-08-30 20:33:17 -07:00
  • 05f5ea0070 github actions Jarred Sumner 2025-08-30 19:55:49 -07:00
  • 46ce975175 github actions Jarred Sumner 2025-08-30 19:43:20 -07:00
  • d86b0f7ab5 Fix Yoga GC crashes by skipping YGNodeFree during finalization jarred/yogaa Claude Bot 2025-08-31 02:38:41 +00:00
  • fa4822f8b8 github actions Jarred Sumner 2025-08-30 19:38:22 -07:00
  • 8881e671d4 github actions Jarred Sumner 2025-08-30 19:35:37 -07:00
  • 8375ef57f9 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-31 02:34:30 +00:00
  • 31ce87f306 Fix Yoga tests by identifying YGNodeFree/GC interaction issue Claude Bot 2025-08-31 02:31:44 +00:00
  • 97d55411de github actions Jarred Sumner 2025-08-30 19:30:47 -07:00
  • f247277375 github actions Jarred Sumner 2025-08-30 19:27:46 -07:00
  • 86caf598f2 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-31 02:06:36 +00:00
  • 2d3937609b Implement getConnections method for http.Server - fixes #4459 Claude Bot 2025-08-31 02:05:32 +00:00
  • e0223f0f25 🎯 FINAL FIX: Use React Native pattern - avoid accessing freed YGNode memory Claude Bot 2025-08-31 02:04:56 +00:00
  • 9c1a83c634 Fix JSYogaConfig memory management and callback cleanup Claude Bot 2025-08-31 01:59:39 +00:00
  • 5051985f77 Fix async test pattern in issue #4459 regression test Claude Bot 2025-08-31 01:40:55 +00:00
  • 645ac18814 Add regression test for issue #4459 - server.getConnections Claude Bot 2025-08-31 01:34:58 +00:00
  • e01ace7ea5 Implement React Native-inspired Yoga lifecycle management Claude Bot 2025-08-31 01:29:35 +00:00
  • d6e74e4e14 Improve test coverage based on CodeRabbit feedback claude/prevent-describe-in-test Claude Bot 2025-08-31 01:25:43 +00:00
  • 9707647680 Remove debug logs from JSYogaNode::visitOutputConstraints Claude Bot 2025-08-31 01:17:53 +00:00
  • 6d9595d32c [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-31 00:57:17 +00:00
  • 68e1a48d27 Prevent describe() and lifecycle hooks from being called inside test() blocks Claude Bot 2025-08-31 00:49:29 +00:00
  • 1a6f083171 [autofix.ci] apply automated fixes claude/fix-sweep-timer-close-wait-bug autofix-ci[bot] 2025-08-31 00:18:54 +00:00
  • 0448ef3a02 fix(uSockets): prevent sweep timer counter underflow causing CLOSE_WAIT accumulation Claude Bot 2025-08-31 00:17:10 +00:00
  • d2655fe539 Add regression test for issue #22255 claude/add-regression-test-22255 Claude Bot 2025-08-30 21:40:36 +00:00
  • c0862efcd9 dont discard tls claude/fix-sql-options-parsing-precedence Ciro Spaciari 2025-08-29 18:20:21 -07:00
  • 5145714720 fix more Ciro Spaciari 2025-08-29 18:11:30 -07:00
  • 15f2e7d367 fix error Ciro Spaciari 2025-08-29 18:07:54 -07:00
  • 87b8522412 fix coderabbit issues Ciro Spaciari 2025-08-29 17:57:42 -07:00
  • 84a4c468bb fix parseurlForAdapter Ciro Spaciari 2025-08-29 17:28:59 -07:00
  • 95130eee87 fix linter Ciro Spaciari 2025-08-29 16:35:02 -07:00
  • e75de029a0 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-29 22:35:58 +00:00
  • e34ba78ac2 Fix SQL options precedence: explicit options override URL parameters Claude Bot 2025-08-29 22:33:15 +00:00
  • 35983fc86d Complete SQL options parsing refactor Claude Bot 2025-08-29 22:30:16 +00:00
  • 3e4777de85 feat: Add comprehensive adapter-protocol validation with conflict detection Claude Bot 2025-08-29 20:37:01 +00:00
  • afcd62b237 test: Add SSL mode verification for TLS environment variable tests Claude Bot 2025-08-29 20:28:19 +00:00
  • 1b335fc02d [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-29 20:22:11 +00:00
  • 8d71c5ea66 feat: Add comprehensive MySQL environment variable support Claude Bot 2025-08-29 20:18:23 +00:00
  • 1b023c5e5f [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-29 20:01:20 +00:00
  • d55260233c refactor: Simplify adapter inference to prioritize environment variable names over protocols Claude Bot 2025-08-29 08:58:46 +00:00
  • 9dc92fff39 fix: Infer adapter from environment variable names when protocol is missing Claude Bot 2025-08-29 08:54:07 +00:00
  • dd4b86a1bd test: Add comprehensive MySQL port defaulting tests Claude Bot 2025-08-29 08:40:56 +00:00
  • 31088e4575 fix: Correct MYSQL_URL protocol detection in adapter inference Claude Bot 2025-08-29 08:38:45 +00:00
  • 0e52d24bc4 refactor: Fix Bun.SQL options parsing to separate adapter detection and prevent env variable mixing Claude Bot 2025-08-29 08:21:06 +00:00
  • 06ffc619c5 [autofix.ci] apply automated fixes claude/fix-gpr-auth-test-20219 autofix-ci[bot] 2025-08-30 13:02:04 +00:00
  • 453e24ca8e Add regression test for GitHub Package Registry authentication issue #20219 Claude Bot 2025-08-30 13:00:16 +00:00
  • 17aa91a9c5 [autofix.ci] apply automated fixes claude/resolve-message-fixes autofix-ci[bot] 2025-08-30 12:29:12 +00:00
  • 4964bb665b Fix ResolveMessage empty message property by explicitly setting it after object creation Claude Bot 2025-08-30 12:27:44 +00:00
  • d7bec1c16f [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-30 12:08:50 +00:00
  • dfbda0dc28 Implement WebKit GC integration for Yoga Node/Config classes Claude Bot 2025-08-30 12:05:46 +00:00
  • 6d601b3d75 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-30 11:40:08 +00:00
  • 31debe497b Fix YogaConfig WeakHandleOwner type mismatch issue Claude Bot 2025-08-30 11:37:56 +00:00
  • 24b1a87f15 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-30 11:11:16 +00:00
  • a28356475b Implement visitOutputConstraints for Yoga GC output constraint handling Claude Bot 2025-08-30 11:08:46 +00:00
  • e0e6f67556 Fix Yoga GC integration to use visitAdditionalChildren pattern Claude Bot 2025-08-30 11:00:32 +00:00
  • 6ac973a2b3 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-30 10:47:29 +00:00
  • 536cb9839e Add comprehensive Yoga flexbox layout tests Claude Bot 2025-08-30 10:44:39 +00:00
  • 74c6c1144e Fix merge conflicts in JSYogaPrototype.cpp Claude Bot 2025-08-30 10:27:34 +00:00
  • 53a6d40c4b Delete test_entry.js Jarred Sumner 2025-08-30 03:10:30 -07:00
  • 3b75ea5790 [autofix.ci] apply automated fixes autofix-ci[bot] 2025-08-30 10:04:09 +00:00
  • 76d3175da6 fix: properly parse globalName in JS bundler and validate CLI args Claude Bot 2025-08-30 10:01:49 +00:00
  • b93468ca48 Fix ESM <> CJS dual-package hazard determinism bug (#22231) Jarred Sumner 2025-08-30 02:50:35 -07:00
  • 8df7389405 Final XML parser improvements: consistent structure with direct text values claude/debug-xml-parsing Claude Bot 2025-08-30 09:13:22 +00:00
  • 5c11093747 Update XML tests to match new cleaner output structure Claude Bot 2025-08-30 08:45:11 +00:00
  • 6692829147 Replace std.mem.startsWith with bun.strings.hasPrefix and improve XML parser Claude Bot 2025-08-30 08:34:05 +00:00
  • 35e9f3d4a2 Fix HTMLRewriter TextChunk null pointer crash (#22254) robobun 2025-08-30 01:05:51 -07:00
  • 73c17d31dc fix ban-words Meghan Denny 2025-08-30 00:13:56 -07:00