-
Notifications
You must be signed in to change notification settings - Fork 80
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
[WIP] Add a read-only IPFS client #557
Merged
Merged
Conversation
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
luizirber
force-pushed
the
feat/ipfs_gateways
branch
from
October 17, 2018 00:53
ab42e1e
to
d37f51c
Compare
Codecov Report
@@ Coverage Diff @@
## refactor/faster_indexing #557 +/- ##
============================================================
+ Coverage 88.42% 88.58% +0.15%
============================================================
Files 27 27
Lines 4329 4414 +85
Branches 39 39
============================================================
+ Hits 3828 3910 +82
- Misses 501 504 +3
Continue to review full report at Codecov.
|
luizirber
force-pushed
the
feat/ipfs_gateways
branch
from
October 31, 2018 01:40
eb6df4c
to
f97ae1f
Compare
luizirber
force-pushed
the
feat/ipfs_gateways
branch
from
January 28, 2019 22:33
994323a
to
3b8602e
Compare
luizirber
force-pushed
the
feat/ipfs_gateways
branch
from
January 28, 2019 22:36
3b8602e
to
fda9a64
Compare
luizirber
added a commit
that referenced
this pull request
Jul 7, 2019
* start support for loading IPFS data without a local node * start prepare command * implement prepare cmd * add sbt prepare test data * more tests, fix migrate * working on preloading * add stub unload method * fix test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This brings in (or should be merged into) #456
Checklist
make test
Did it pass the tests?make coverage
Is the new code covered?without a major version increment. Changing file formats also requires a
major version number increment.
changes were made?