Skip to content
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

Migrate go-unixfsnode #25

Merged
merged 54 commits into from
Jan 13, 2023
Merged

Migrate go-unixfsnode #25

merged 54 commits into from
Jan 13, 2023

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Jan 12, 2023

See #26. Moved into the subdirectory unixfs/node. My thoguhts is that we could make go-unixfs go into unixfs, unixfs/unixfs or unixfs/impl.

hannahhoward and others added 30 commits March 4, 2021 17:46
This commit was moved from ipfs/go-unixfsnode@05d5109
add builders and utitlities for working with unixfs data protobufs


This commit was moved from ipfs/go-unixfsnode@4574e41
Add HAMT Implementation + Shared iterator to use with basic directory


This commit was moved from ipfs/go-unixfsnode@cdb32f2
move basic directory to its own package, redo root package based on more flexible refication and
more flexible node prototype


This commit was moved from ipfs/go-unixfsnode@67a7e38
have reifier add path selection to all protobuf nodes, even ones that are not unixfs


This commit was moved from ipfs/go-unixfsnode@d6733f6
respond to PR comments -- make error types, etc


This commit was moved from ipfs/go-unixfsnode@1854f92
Use ipld-primes reifier to avoid uncomfortable node prototype stuff


This commit was moved from ipfs/go-unixfsnode@de45652
The generated code now passes vet and fmt.

Three vet warnings remain, but outside generated code.


This commit was moved from ipfs/go-unixfsnode@db2fdc8
data: update ipld-prime version to fix codegen issues

This commit was moved from ipfs/go-unixfsnode@e588e31
This commit was moved from ipfs/go-unixfsnode@8c33d56
This commit was moved from ipfs/go-unixfsnode@afd1273
sync: update CI config files

This commit was moved from ipfs/go-unixfsnode@852c148
* make UnixFSHAMTShard implement the ADL interface
* add checks that UnixFSBasicDir and PathedPBNode implement the ADL interface

This commit was moved from ipfs/go-unixfsnode@c7f1fe6
* Add builder for unixfs chunked files and directories

This commit was moved from ipfs/go-unixfsnode@e0bbe4a
* Add ADL/single-node-view for unixFS files.


This commit was moved from ipfs/go-unixfsnode@ef86491
fix #16

This commit was moved from ipfs/go-unixfsnode@d21ca04
Update deps for ADL selectors

This commit was moved from ipfs/go-unixfsnode@1a8e71b
* add AsLargeBytes support to unixfs files


This commit was moved from ipfs/go-unixfsnode@94986a7
fix the selector for paths, wrapping the last matcher node in an ExploreInterpretAs, since the tail
end of a path into a unixfs dir is itself a unixfsnode


This commit was moved from ipfs/go-unixfsnode@9214f70
willscott and others added 14 commits August 20, 2022 14:40
test for reader / sizing behavior on large files

This commit was moved from ipfs/go-unixfsnode@1fca571
This commit was moved from ipfs/go-unixfsnode@c65306a
This commit was moved from ipfs/go-unixfsnode@04e6d4d
Co-authored-by: Rod Vagg <rod@vagg.org>

This commit was moved from ipfs/go-unixfsnode@79130b4
add an ADL to preload hamt loading

This commit was moved from ipfs/go-unixfsnode@475ed65
fix a possible `index out of range` crash

This commit was moved from ipfs/go-unixfsnode@30b9fb2
@hacdias hacdias mentioned this pull request Jan 12, 2023
7 tasks
@hacdias hacdias requested review from guseggert and ajnavarro and removed request for guseggert January 12, 2023 11:11
@hacdias hacdias self-assigned this Jan 12, 2023
@hacdias hacdias marked this pull request as ready for review January 12, 2023 11:12
@hacdias hacdias marked this pull request as draft January 12, 2023 11:13
@hacdias hacdias marked this pull request as ready for review January 12, 2023 11:33
@hacdias hacdias merged commit 4d71fa3 into main Jan 13, 2023
@hacdias hacdias deleted the migrate-unixfsnode branch January 13, 2023 13:00
@lidel lidel mentioned this pull request Jan 17, 2023
lidel added a commit that referenced this pull request Jan 18, 2023
This reverts commit 4d71fa3, reversing
changes made to 6736733.

Context for this decision can be found in
#26
lidel added a commit that referenced this pull request Jan 18, 2023
This reverts commit 4d71fa3, reversing
changes made to 6736733.

Context for this decision can be found in
#26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

10 participants