Commit Graph

1057 Commits

Author SHA1 Message Date
Matthias Kretschmann 54a4ba5c68
Merge pull request #191 from oceanprotocol/feature/ipfs
Add files to IPFS during publish flow
2019-10-14 15:22:51 +02:00
Matthias Kretschmann 4fb47c063b
move travis to ipfs.oceanprotocol.com 2019-10-14 14:30:31 +02:00
Matthias Kretschmann 59ede97931
update docs 2019-10-14 11:23:49 +02:00
Matthias Kretschmann 74cb19f5ef
use final IPFS gateway url in server 2019-10-14 10:57:37 +02:00
Matthias Kretschmann 4ead855731
eslint tweaks 2019-10-14 10:57:37 +02:00
Matthias Kretschmann af8df224cb
bump IPFS packages 2019-10-14 10:57:37 +02:00
Matthias Kretschmann dc0f5c803d
better error handling 2019-10-14 10:57:37 +02:00
Matthias Kretschmann aef52f61c0
IPFS node testing 2019-10-14 10:57:36 +02:00
Matthias Kretschmann 4920bae0fa
api port tweaks 2019-10-14 10:57:06 +02:00
Matthias Kretschmann 8b31257837
test fixes 2019-10-14 10:57:06 +02:00
Matthias Kretschmann e3be76fb95
move IPFS config for client & server 2019-10-14 10:57:06 +02:00
Matthias Kretschmann c63325bdf2
useIpfs fixes 2019-10-14 10:57:06 +02:00
Matthias Kretschmann 60a570892b
more error output in UI 2019-10-14 10:57:06 +02:00
Matthias Kretschmann 483cc35de3
make showing received file size more reliable 2019-10-14 10:57:06 +02:00
Matthias Kretschmann 1813207772
fix gateway url ping 2019-10-14 10:57:06 +02:00
Matthias Kretschmann 752498d6b3
IPFS publish & consume integration tests 2019-10-14 10:57:06 +02:00
Matthias Kretschmann c6f5f8561c
update tests 2019-10-14 10:57:05 +02:00
Matthias Kretschmann ba3704dcce
preserve original file names 2019-10-14 10:57:05 +02:00
Matthias Kretschmann 6d4b6b77c2
refactor IPFS dropzone
* only allow single file for now
* async file content reading
* output list of files by default in Dropzone component
2019-10-14 10:57:05 +02:00
Matthias Kretschmann 302986d63b
test updates 2019-10-14 10:57:05 +02:00
Matthias Kretschmann 84eff3f3b4
add use-ipfs hook test 2019-10-14 10:57:05 +02:00
Matthias Kretschmann 8b612ea4a2
code fixes 2019-10-14 10:57:05 +02:00
Matthias Kretschmann 725215b6ee
new client package-lock 2019-10-14 10:57:05 +02:00
Matthias Kretschmann 3d1d81ffe9
update tests 2019-10-14 10:57:04 +02:00
Matthias Kretschmann be7020bceb
downgrade @typescript-eslint packages 2019-10-14 10:57:04 +02:00
Matthias Kretschmann e512ed4471
IPFS publishing fixes, allow dropping multiple files 2019-10-14 10:57:04 +02:00
Matthias Kretschmann da357b82c2
add content-range 2019-10-14 10:56:34 +02:00
Matthias Kretschmann 2f741d300e
fix file adding on faulty url checker response 2019-10-14 10:56:34 +02:00
Matthias Kretschmann 839140d906
tweaks 2019-10-14 10:56:34 +02:00
Matthias Kretschmann a2a6720fd8
dropzone component 2019-10-14 10:56:34 +02:00
Matthias Kretschmann a258f6b94b
fix useEffect warning 2019-10-14 10:56:33 +02:00
Matthias Kretschmann 955608202d
message output 2019-10-14 10:56:33 +02:00
Matthias Kretschmann a2f075171c
prototype publishing to remote node (ipfs.infura.io) 2019-10-14 10:56:33 +02:00
Matthias Kretschmann 8127174fbd
allow multiple nodes running at same time 2019-10-14 10:56:33 +02:00
Matthias Kretschmann 6db965b79a
more test fixes 2019-10-14 10:56:33 +02:00
Matthias Kretschmann 5002effbfe
unit test fixes 2019-10-14 10:56:33 +02:00
Matthias Kretschmann b6d255bbad
IPFS gateway tweaks 2019-10-14 10:56:33 +02:00
Matthias Kretschmann 9c38c82496
output js-ipfs version 2019-10-14 10:56:32 +02:00
Matthias Kretschmann 3b889725f1
more user feedback, refactoring 2019-10-14 10:56:32 +02:00
Matthias Kretschmann 1c59d49d5d
working prototype of adding files to IPFS during publish flow 2019-10-14 10:56:32 +02:00
Matthias Kretschmann 414dcd455a
update server tests 2019-10-14 10:56:32 +02:00
Matthias Kretschmann 85ffae37d1
add help text 2019-10-14 10:56:32 +02:00
Matthias Kretschmann 475cade27f
support adding files from IPFS url 2019-10-14 10:56:32 +02:00
Matthias Kretschmann 10b662343f
Release 1.1.4 2019-10-14 10:28:08 +02:00
Alex Coseru 2c99d6f9e6
Merge pull request #202 from oceanprotocol/fix/faucet
Faucet route refactor
2019-10-14 11:22:25 +03:00
Alex Coseru 5d880778ba
Merge pull request #201 from oceanprotocol/feature/channels-feature-switch
Put Channels behind feature switch
2019-10-14 11:21:06 +03:00
Matthias Kretschmann e007ab2090
more dynamic intro text 2019-10-11 19:16:23 +02:00
Matthias Kretschmann 5b0c3486dd
Faucet route refactor
* split up components
* move actions state management into single action component
* layout & style tweaks
* update tests
2019-10-11 18:25:13 +02:00
Matthias Kretschmann cf783e66b8
properly make env variable values into booleans 2019-10-10 11:41:33 +02:00
Matthias Kretschmann a7209f690d
put channels behind feature switch 2019-10-10 11:21:55 +02:00