Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
New Streaming and Buffered Interfaces (#162)
Browse files Browse the repository at this point in the history
* add function signatures

* fix typo

* complete update the spec

* chore: update deps

* structure tests, add placeholders

* apply cr

* update .add tests

* files.add done

* .addReadableStream

* .addPullStream

* files.cat

* .catReadableStream

* catPulLStream

* .get

* getReadableStream

* chore: fix travis

* chore: add ipfs.ls spec

* chore: update CI

* chore: fix CI and linting

* fix directory test

* add remaining tests for .ls .lsReadableStream and .lsPullStream

* apply spec CR

* enable all tests to fix ipfs-inactive/js-ipfs-http-client#339

* remove dup ls test

* .add tested in js-ipfs

* get tests also passing on js-ipfs

* ls is implemented in js-ipfs too
  • Loading branch information
daviddias authored Nov 17, 2017
1 parent ecbdf55 commit 8f34b0e
Show file tree
Hide file tree
Showing 5 changed files with 1,129 additions and 573 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ matrix:
script:
- npm run lint

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start

addons:
firefox: 'latest'
apt:
sources:
- ubuntu-toolchain-r-test
Expand Down
Loading

0 comments on commit 8f34b0e

Please sign in to comment.