This repository was archived by the owner on Mar 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 297
chore: update deps and test on CI #802
Merged
Merged
Conversation
This file contains hidden or 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
Contributor
Author
|
Oh I see, missed that #785 hasn't been merged yet. |
daviddias
pushed a commit
that referenced
this pull request
Jul 4, 2018
* feat: uses modular interface tests
Reduces code repetition, allows test skipping and running only some tests.
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* feat: skip unimplemented files tests and add ls* tests
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: adds skips for #339
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: adds skips for key and miscellaneous
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* feat: add types and util tests (skipped as currently failing)
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* feat: add pin tests
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix(pubsub): adds skips for tests on windows
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix(config): adds skip for config.replace
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: re-adds bitswap tests
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: move detect-node back to dependencies
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: add skip reasons
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update interface-ipfs-core dependency
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: add reason for pubsub in browser skips
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: add bitswap skips for offline errors
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: remove skip for test that was removed
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update interface-ipfs-core version
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update deps and test on CI (#802)
* chore: update interface-ipfs-core
* fix(dag): `dag.put()` allows for optional options (#801)
* fix(dag): ensure `dag.put()` allows for optional options
This is to align with API changes made in
ipfs-inactive/interface-js-ipfs-core@011c417
and
ipfs/js-ipfs#1415
License: MIT
Signed-off-by: Pascal Precht <pascal.precht@gmail.com>
* fix(dag): fixes to allow options to be optional
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update interface-ipfs-core dependency
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update ipfsd-ctl dependency
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: increase timeout for addFromURL with wrap-with-directory
Sadly we can't guarantee ipfs.io will respond within 5s
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: skip bitswap offline tests on all platforms
The offline tests create and stop a node. ipfs/kubo#4078 seems to not only be restricted to windows.
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
danieldaf
pushed a commit
to danieldaf/js-ipfs-api
that referenced
this pull request
Jul 21, 2018
* feat: uses modular interface tests
Reduces code repetition, allows test skipping and running only some tests.
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* feat: skip unimplemented files tests and add ls* tests
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: adds skips for ipfs-inactive#339
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: adds skips for key and miscellaneous
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* feat: add types and util tests (skipped as currently failing)
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* feat: add pin tests
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix(pubsub): adds skips for tests on windows
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix(config): adds skip for config.replace
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: re-adds bitswap tests
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: move detect-node back to dependencies
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: add skip reasons
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update interface-ipfs-core dependency
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: add reason for pubsub in browser skips
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: add bitswap skips for offline errors
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: remove skip for test that was removed
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update interface-ipfs-core version
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update deps and test on CI (ipfs-inactive#802)
* chore: update interface-ipfs-core
* fix(dag): `dag.put()` allows for optional options (ipfs-inactive#801)
* fix(dag): ensure `dag.put()` allows for optional options
This is to align with API changes made in
ipfs-inactive/interface-js-ipfs-core@011c417
and
ipfs/js-ipfs#1415
License: MIT
Signed-off-by: Pascal Precht <pascal.precht@gmail.com>
* fix(dag): fixes to allow options to be optional
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update interface-ipfs-core dependency
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* chore: update ipfsd-ctl dependency
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: increase timeout for addFromURL with wrap-with-directory
Sadly we can't guarantee ipfs.io will respond within 5s
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
* fix: skip bitswap offline tests on all platforms
The offline tests create and stop a node. ipfs/kubo#4078 seems to not only be restricted to windows.
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.