-
Notifications
You must be signed in to change notification settings - Fork 507
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
Add --unix-socket option #2288
Add --unix-socket option #2288
Conversation
Hi @ztittle thank you for this huge PR, this might have been quite difficult to see all the "small" things to cover everything!
Don't hesitate to ask questions, even basic ones, if you need any help. As you've done a tremendous work as a first contributor with this PR, don't hesitate also to give us feedbacks on what we can improve to make people read/understand the code. This can be anything from better documentation (like README.md on CONTRIBUTING.md), how to run tests, code sample, code comments etc... |
0c13df1
to
e57b96e
Compare
Thanks for the quick and very useful feedback! One thing that took me a little bit of time to grok was understanding how the integration tests were setup, such as the python flask modules. But overall, it wasn't too bad and I liked how it's structured. Something that could be useful for future contributors would be a single script that can be ran that would automate code cleanup/linting, starting the test server, and running the integration tests (with the expected console column width :)) before a pr is created. |
Hi, thanks for the feedbacks, appreciated. The least we can do is to improve the docs, I've noted this. There are still two failed checks:
|
|
Yep, we can do this for the moment: in the ps1 file returns 255 unconditionally with your comment about why we're skipping it for the moment should be perfect |
b60c435
to
2b7e3a7
Compare
This is a feature provided by cURL that allows sending requests to a web server via a Unix Domain Socket. Some use cases include: * Querying docker API * Running a web server w/o opening a TCP port for security and/or performance reasons https://curl.se/docs/manpage.html#--unix-socket
2b7e3a7
to
98b0f50
Compare
/accept |
🕗 /accept is running, please wait for completion. |
✅ Pull request merged and closed by
|
PR is now merged, thanks for your work @ztittle! |
This is a feature provided by cURL that allows sending requests to a web server via a Unix Domain Socket. Some use cases include:
https://curl.se/docs/manpage.html#--unix-socket