This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implementing the new interfaces #1086
Merged
Merged
Changes from 2 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
878496a
refactor: first clean up, add stubs, move things around
daviddias 5cf7d76
feat .add .addReadableStream and .addPullStream
daviddias ca5d71a
.get getReadableStream and getPullStream implemented
daviddias f0b11ac
ls is done too!
daviddias 292e3e5
docs: update browser-browserify
daviddias 8d62b0a
docs: update browser-script-tag
daviddias b9f13e1
docs: update browser-video-streaming
daviddias 6cd3ae4
docs: update browser webpack
daviddias 4193dea
update ipfs 101
daviddias 6701f09
update exchange files example
daviddias c292b5a
wip
daviddias ef4bf22
fix large file tests
daviddias e9821ce
update example to pull-streams
daviddias 136a5e0
core tests all passing
daviddias cbdb828
concat buffers once
daviddias 59c4483
run ALL tests on CI
daviddias 8ebc043
make sure CI runs all tests
daviddias c3dd81c
always use pull-streams for cli ipfs files add
daviddias a006ba7
refactor cli daemon tests, find that 3 of them do not pass
daviddias 62b39cc
fix gateway tests
daviddias 35248d4
more fixes
daviddias 1993a2f
chore
daviddias a33b5d5
.add in the example works again, just missing .get
daviddias 09ea377
update the example
daviddias f5e7561
chore: update deps
daviddias 91f7a4e
chore: update deps
daviddias 2372c90
wip
daviddias 01dad53
fix
daviddias 4130b9c
skip dht
daviddias fb1b1dd
fix test script in package.json
daviddias 13a5fb8
apply cr
daviddias 54e2427
avoid passing empty array if path does not exist for ls
daviddias ef1680c
fix linting
daviddias File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pgte the .cat for a large file (15Mb) is failing with:
Seems that some of the streams is giving up too early. Could you help me figuring this one out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think I got it, I can't use concat to concat buffers https://github.com/pull-stream/pull-stream/blob/master/sinks/concat.js