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

feat: Support storing UnixFS 1.5 Mode and ModTime #10478

Merged
merged 30 commits into from
Aug 21, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
095c18e
preliminary support for unixfs Mode and ModTime
gammazero Aug 13, 2024
60f3470
mod tidy examples
gammazero Aug 13, 2024
beae0b3
lint fix
gammazero Aug 13, 2024
633f28f
Update changelog
gammazero Aug 13, 2024
31b8024
test(mode): expect empty octal as well
lidel Aug 13, 2024
b170c90
chore: latest commit
lidel Aug 13, 2024
8e0308b
docs(changelong): mode/mtime cli example
lidel Aug 13, 2024
4817ac7
fix(rpc): cli error instead of daemon println
lidel Aug 13, 2024
f0fea76
chore(files): explicit 'not set' in missing stats
lidel Aug 13, 2024
0c55944
test(ci): enable running t0047-add-mode-mtime.sh
lidel Aug 13, 2024
988597a
Fix RPC decoding
gammazero Aug 14, 2024
8d75eb2
Use latest boxo PR version
gammazero Aug 14, 2024
97e10db
Merge branch 'master' into feat/unixfs1.5-mode-mtime
lidel Aug 14, 2024
b47e56a
chore(ci): verbose log of mod tests
lidel Aug 14, 2024
60fd454
chore(ci): log ci filesystem attributes
lidel Aug 14, 2024
2e8afc0
chore(ci): inspect stat of unecpected permissions
lidel Aug 14, 2024
0312a99
Implement symlink support in client/rpc
gammazero Aug 14, 2024
0987496
refactor(test): isolate outputs from fixtures
lidel Aug 14, 2024
5d23bcb
fix(ci): force umask 022
lidel Aug 14, 2024
d6c6999
Made mode and mod time work for items within a directory
gammazero Aug 16, 2024
7ac1c81
Explicitly disable raw leaves if preserving mode or modification time
gammazero Aug 19, 2024
b549434
Merge branch 'master' into feat/unixfs1.5-mode-mtime
gammazero Aug 19, 2024
577677c
docs: note raw-leaves impact, mark experimental
lidel Aug 19, 2024
01e6823
refactor: error in user provided raw-leaves=true
lidel Aug 19, 2024
1c3cc4c
chore: hardcode import defaults used for tests
lidel Aug 20, 2024
32c6a1c
test: mode/mtime roundtrip with cidv1
lidel Aug 20, 2024
55dad60
test: files chmod|touch with cidv1
lidel Aug 20, 2024
826aae1
update boxo
gammazero Aug 20, 2024
2235051
Update boxo to latest unixfs PR version
gammazero Aug 20, 2024
9043c55
chore: latest boxo main
lidel Aug 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into feat/unixfs1.5-mode-mtime
  • Loading branch information
lidel committed Aug 14, 2024
commit 97e10dbf066c209108b3ba5dde534a1a430be595
1 change: 1 addition & 0 deletions docs/changelogs/v0.30.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- [AutoNAT V2 Service Introduced Alongside V1](#autonat-v2-service-introduced-alongside-v1)
- [Automated `ipfs version check`](#automated-ipfs-version-check)
- [Version Suffix Configuration](#version-suffix-configuration)
- [Cleaned Up `ipfs daemon` Startup Log](#cleaned-up-ipfs-daemon-startup-log)
- [UnixFS 1.5: Mode and Modification Time Support](#unixfs-15-mode-and-modification-time-support)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.