-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Refactor UnixFS CoreAPI #5501
Merged
Merged
Refactor UnixFS CoreAPI #5501
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
795d1ea
coreapi unixfs: use fileAdder directly
magik6k c68ab56
coreapi unixfs: cid prefix options
magik6k 06a4218
coreapi unixfs: better add tests
magik6k 041e55d
coreapi unixfs: options for RawLeaves / Inline
magik6k 6337e69
coreapi unixfs: layout/chunker options
magik6k c056e5a
coreapi unixfs: Simpler output handling
magik6k 49946c6
coreapi unixfs: pin/local/hash-only options
magik6k 679d609
coreapi unixfs: cleanup options
magik6k 9887a05
coreapi unixfs: docs on options
magik6k 374fb00
coreapi unixfs: separate option to enable inlining
magik6k 675106d
coreapi unixfs: rebase fixes for fileAdder.AddAllAndPin
magik6k e6bc923
coreapi unixfs: multi file support in unixfs coreapi
magik6k 8dda695
coreapi unixfs: unixfs.Get
magik6k c6f8e7e
coreapi unixfs: test recursive adding
magik6k 18fec6e
coreapi unixfs: wrap option
magik6k 3e754d6
coreapi unixfs: hidden opiton
magik6k f9cf849
coreapi unixfs: stdin-name option
magik6k a81ec29
coreapi unixfs: progress events
magik6k d51ce96
coreapi unixfs: filestore opts
magik6k 69eb015
ipfs add uses CoreAPI
magik6k 051c330
coreapi unixfile: simplify RawNode case
magik6k 4b1f733
coreapi unixfs: fix inline doc
magik6k 35e8d6f
update unixfs inline option comment to give us room to change things
Stebalien 676403b
Merge remote-tracking branch 'origin/master' into feat/coreapi/unixfs
magik6k 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
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.
@Stebalien should we say 1k here or use a lower value?
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.
What about "it should be kept at a reasonably low value, such as 64; implementations may choose to reject anything larger". We can always increase this if someone complains.
(Note: I never really intend to reject anything less than 1k but users tend to ignore all but strongly worded warnings).
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.
Okay. I was actually trying to avoid creating too strong a suggestion. But I am okay with.
And just leave it at that.