-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Gateway composite file add #1845
Conversation
hmm... two panics in the failed test, neither appear to be related to this PR. but the second one seems like an actual problem. |
@cryptix this should have been in |
382381d
to
82c0bf0
Compare
@whyrusleeping panic test (the stalled build one) once again. |
The original put handler took json similar too "ipfs object put" |
82c0bf0
to
749a29e
Compare
764bef9
to
1bbc472
Compare
2c629a3
to
950b41a
Compare
68b9745
to
b0a8591
Compare
What is the state of this? |
cf514d8
to
3224ae0
Compare
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Need to publish to https://github.com/ipfs/npm-go-ipfs cc @whyrusleeping this did not happen for 0.3.11
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
combine multiple bootstrap addrs into single peer info
this needs test |
What do you mean by test? Should I grab your branch and test if it works? Or should we rebase on top of ipfs:dev0.4.0 and test this? |
Test as in sharness test to make sure the POST multipart work. Currently making it. The current master is already 0.4.0. |
Cool! Let me know if I can help somehow. Would love to see this feature Best Regards / S pozdravom, Pavol Rusnak stick@gk2.sk On Fri, Jan 15, 2016, at 03:17 PM, rht wrote:
Links: |
License: MIT Signed-off-by: rht <rhtbot@gmail.com>
950b41a
to
39a38ac
Compare
There were the following issues with your Pull Request
We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity. This message was auto-generated by https://gitcop.com |
@prusnak figuring out how to use curl POST that is also specified in rfc1867 and updating the api documentation in https://github.com/ipfs/js-ipfs-api/blob/master/README.md (this has the multipart/form-data example, but only for a single file). I have fixed the merge conflicts in #2205. |
I'm using this for multiple files POST: https://github.com/ipfs/go-ipfs/pull/2205/files#diff-cbe32203deec9b995950e3110e5db668R69. But there should be a tool that auto-convert file arguments / directory into a multipart form for curl? |
Does master already support single file upload using |
Yes it does, it is used in one of the test https://github.com/ipfs/go-ipfs/blob/c1847e9f693e716a54e0223e44729c76ef64308b/test/sharness/t0111-gateway-writeable.sh#L30 |
Great, I just tested it at it works. Wohooo! |
ipfs add
into core/coreunix #1778 to be merged