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

feat(bun): support unix sockets #1741

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat(bun): support unix sockets #1741

wants to merge 8 commits into from

Conversation

uroybd
Copy link
Contributor

@uroybd uroybd commented Sep 19, 2023

πŸ”— Linked issue

#1740

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Resolves #1740

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@nuxt-studio
Copy link
Contributor

nuxt-studio bot commented Sep 19, 2023

βœ… Live Preview ready!

Name Edit Preview Latest Commit
nitro Edit on Studio β†—οΈŽ View Live Preview 06d9fee

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

Merging #1741 (3922025) into main (e8fa771) will increase coverage by 25.32%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

❗ Current head 3922025 differs from pull request most recent head 3296b45. Consider uploading reports for the commit 3296b45 to get more accurate results

@@             Coverage Diff             @@
##             main    #1741       +/-   ##
===========================================
+ Coverage   51.94%   77.27%   +25.32%     
===========================================
  Files         174       75       -99     
  Lines       12035     7911     -4124     
  Branches      913      806      -107     
===========================================
- Hits         6252     6113      -139     
+ Misses       5686     1796     -3890     
+ Partials       97        2       -95     

see 114 files with indirect coverage changes

@pi0 pi0 changed the title feat: UNIX socket support for bun preset feat(bun): support unix sockets Sep 26, 2023
@pi0 pi0 added this to the 2.7 milestone Sep 26, 2023
@pi0 pi0 removed this from the 2.7 milestone Oct 19, 2023
@pi0 pi0 marked this pull request as draft April 29, 2024 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UNIX socket support for bun preset.
2 participants