aboutsummaryrefslogtreecommitdiff
path: root/.github (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-09Fix npm tag for canary bun-types, againGravatar Ashcon Partovi 2-56/+10
2023-10-03Upgrade webkit (#6277)Gravatar Dylan Conway 5-27/+27
* `reportExtraMemoryAllocated` parameters changed * bump webkit * Update Dockerfile * format
2023-10-03Fix permissions for Github ActionsGravatar Ashcon Partovi 7-50/+12
2023-10-02Fix npm tag for canary bun-typesGravatar Ashcon Partovi 1-1/+10
2023-09-30Add titleGravatar Jarred Sumner 4-0/+8
2023-09-30tweak github actions (#6195)Gravatar Jarred Sumner 4-21/+171
* Discord comments * better * better * actions --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-26Remove one of the tagsGravatar Ashcon Partovi 1-1/+0
2023-09-26Fix docker tagsGravatar Ashcon Partovi 1-6/+8
2023-09-26Fix plain tag not releasingGravatar Ashcon Partovi 1-0/+1
2023-09-26Fix latest tagGravatar Ashcon Partovi 1-1/+1
2023-09-26Add is-latest flag to manual releaseGravatar Ashcon Partovi 1-1/+5
2023-09-26Use `ln -s` instead of `ln` due to image sizeGravatar Ashcon Partovi 1-1/+1
2023-09-26Fix homebrewGravatar Ashcon Partovi 1-3/+3
2023-09-26Better bun-release workflowGravatar Ashcon Partovi 2-294/+88
2023-09-26Fix alpine image for arm64Gravatar Ashcon Partovi 1-3/+3
2023-09-26Fix docker release tagGravatar Ashcon Partovi 2-6/+19
2023-09-26Fix debian-slim docker workflowGravatar Ashcon Partovi 2-0/+2
2023-09-26Fix github workflow permissionsGravatar Ashcon Partovi 2-4/+20
2023-09-26Remove latest tag from canary Docker workflowGravatar Ashcon Partovi 1-1/+0
2023-09-26Improve Docker images (#5771)Gravatar Ashcon Partovi 2-49/+25
* Improve Docker images * Add alpine and distroless images * Update docker workflow
2023-09-22use the correct channel name for feedback (#5899)Gravatar Kilian von Pflugk 1-1/+1
2023-09-19remind users of the latest version (#5597)Gravatar Kilian von Pflugk 1-0/+4
Reduce Bug reports for fixed issues.
2023-09-19Delete long-broken package which is causing confusionGravatar Jarred Sumner 1-41/+0
2023-09-18fix(runtime/node): Allow `new Buffer.alloc()` + Upgrade WebKit (#5699)Gravatar dave caruso 5-27/+27
* make bufferconstructor a static hash table * chore: Upgrade WebKit to 4d995edbc44062b251be638818edcd88d7d14dd7 * make it constructable now * fix comment * yippee * update CI workflows
2023-09-16Bump minimum macOS versionGravatar Jarred Sumner 3-20/+20
2023-09-16webkit upgrade (#5535)Gravatar Dylan Conway 5-27/+27
* update files * Update cold-jsc-start.cpp * bump webkit
2023-09-15Add PermissionGravatar Jarred Sumner 1-0/+4
2023-09-15Set permissionsGravatar Jarred Sumner 5-0/+5
2023-09-14[build] --force on git submodule updateGravatar Jarred Sumner 3-6/+6
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 3-18/+18
* async all node:fs functions * draw the rest of the owl * LLVM & Clang 16 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-14bump webkitGravatar Dylan Conway 5-27/+27
2023-09-06Remove issue template for installGravatar Ashcon Partovi 1-35/+0
It's not used, and use the bug issue instead.
2023-08-24fix buildGravatar Dylan Conway 1-1/+1
2023-08-24update zig to 0.11.0 (#4233)Gravatar Jason 1-1/+1
* WIP * backup * more change * json related error sovled * number related issue solved * revert WriterType changed before * destroy -> free * jsonStringify related issues solved * fix mem.free expected []T or *[_]T, passed [*]const u8 * fix expected []T or *[_]T, passed [*:0]const u8 * fix build script * fix build script, for real * replace 0.11.0-dev.4006+bf827d0b5 to 0.12.0-dev.161+6a5463951 * fix build on macOS, COPYFILE.DATA -> COPYFILE_DATA * fix the last destroy on [*]ptr issue --------- Co-authored-by: Dylan Conway <35280289+dylan-conway@users.noreply.github.com>
2023-08-23Bunch of streams fixes (#4251)Gravatar Jarred Sumner 5-27/+27
* Update WebKit * Don't do async hooks things when async hooks are not enabled * Smarter scheduling of event loop tasks with the http server * less exciting approach * Bump WebKit * Another approach * Fix body-stream tests * Fixes #1886 * Fix UAF in fetch body streaming * Missing from commit * Fix leak * Fix the other leak * Fix test * Fix crash * missing duperef * Make this code clearer * Ignore empty chunks * Fixes #3969 * Delete flaky test * Update bun-linux-build.yml * Fix memory issue * fix result body, and .done status before the last callback, dont touch headers after sent once * refactor HTTPClientResult * less flasky corrupted test * oops * fix mutex invalid state * fix onProgressUpdate deinit/unlock * fix onProgressUpdate deinit/unlock * oops * remove verbose * fix posible null use * avoid http null * metadata can still be used onReject after toResponse * dont leak task.http * fix flask tests * less flask close tests --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: cirospaciari <ciro.spaciari@gmail.com>
2023-08-23ask for bun --revision instead bun -v (#4256)Gravatar Jozef Steinhübl 1-1/+1
2023-08-20Implement `--inspect-brk` (#4222)Gravatar Jarred Sumner 5-27/+27
* Implement `--inspect-brk` * Bump WebKit --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-18Remove most C API usages, add debugger pretty printers for `Headers`, ↵Gravatar Jarred Sumner 5-27/+27
`URLSearchParams`, `FormData`, `Worker`, `EventTarget` (#4187) * Add pretty printers for `Headers`, `URLSearchParams`, and `FormData` * [untested] Add way to code generate getInternalProperties * bump * Bump Webkit * Ref the event loop while loaded * wip * checkpoint * another checkpoint * The code has been written * Fixup exports * Fix all the errors * Fix bug * [console.log] Fix bug when printing non-reified types missing values * Fix loading hash table * fix plugin * Fix ref & unref * auto-unref * various fixes * Update bun.zig * Set toStringTag * Delete code for macro JSX * Delete code for `bun dev` HTTP JS * Move Bun.serve to C++ API * Delete JSC C API code * :scissors: :skull: code * Use JSC C++ for `confirm`, `Crypto`, `prompt`, `alert` * more dead code * Update exports.zig * Use JSC C++ API for FFI * Remove remaining usages * Remove remaining usages * Update ffi.ts * Update InternalModuleRegistryConstants.h * draw the rest of the owl * Update webcore.zig * bind it * Fix performance regression in crypto.randomUIUD() * Update js_parser.zig --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-16Fix prisma linux generation (#4150)Gravatar Ciro Spaciari 1-0/+1
* check * fmt + fix * fmt * ops * add more targets * more targets * oops * update bun lock and prisma * manually add openssl * targets on sqlite
2023-08-06Code coverage for `bun test` (#3975)Gravatar Jarred Sumner 5-27/+27
* WIP code coverage initial commit * almost works * one approach * Code Coverage * Update WebKit * it works but is not yet accurate * skip double ascii check * wrapper * it works but i'm not sure what to do about blocks * hide blocks for now * Update ZigSourceProvider.cpp * Create coverage.md * Update nav.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-08-03Bunch of fixes (#3516)Gravatar Ashcon Partovi 5-27/+27
* Fix #3497 * Fix #3497 * Run prettier * Fix package.json * remove this too * yeah * Fix missing tests * Use native for utf-8-validate * Add module ID names to builtins * Defer evaluation of ESM & CJS modules until link time * Use builtin name for exports in plugins * Add module IDs to builtins * Update JSC build with new flag * WebKit upgrade fixes * Update WebKit * prettier * Upgrade WebKit * bump * Update once again * Add visitAdditionalChildren, remove .fill() usage * Update process.test.js * Update fs.test.ts --------- Co-authored-by: dave caruso <me@paperdave.net> Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-07-28Update pull_request_template.mdGravatar Jarred Sumner 1-1/+1
2023-07-28Update pull_request_template.mdGravatar Jarred Sumner 1-11/+16
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-1/+1
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-1/+1
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-1/+1
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-2/+2
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-0/+4
2023-07-27Update pull_request_template.mdGravatar Jarred Sumner 1-5/+11
2023-07-27Create pull_request_template.mdGravatar Jarred Sumner 1-0/+47