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 UnixFS 1.5 file mode and modification times #653

Merged
merged 21 commits into from
Aug 20, 2024

chore: align examples with main go.mod

b2660c5
Select commit
Loading
Failed to load commit list.
Merged

feat: support UnixFS 1.5 file mode and modification times #653

chore: align examples with main go.mod
b2660c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 20, 2024 in 0s

68.31% of diff hit (target 59.89%)

View this Pull Request on Codecov

68.31% of diff hit (target 59.89%)

Annotations

Check warning on line 14 in files/meta.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta.go#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 28 in files/meta.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 35 in files/meta.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta.go#L34-L35

Added lines #L34 - L35 were not covered by tests

Check warning on line 44 in files/meta.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta.go#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 20 in files/meta_other.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta_other.go#L20

Added line #L20 was not covered by tests

Check warning on line 24 in files/meta_posix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta_posix.go#L24

Added line #L24 was not covered by tests

Check warning on line 29 in files/meta_posix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta_posix.go#L29

Added line #L29 was not covered by tests

Check warning on line 38 in files/meta_posix.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta_posix.go#L38

Added line #L38 was not covered by tests

Check warning on line 28 in files/meta_windows.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/meta_windows.go#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 36 in files/multipartfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/multipartfile.go#L36

Added line #L36 was not covered by tests

Check warning on line 41 in files/multipartfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/multipartfile.go#L39-L41

Added lines #L39 - L41 were not covered by tests

Check warning on line 55 in files/multipartfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/multipartfile.go#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 62 in files/multipartfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/multipartfile.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 225 in files/multipartfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/multipartfile.go#L224-L225

Added lines #L224 - L225 were not covered by tests

Check warning on line 239 in files/multipartfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/multipartfile.go#L238-L239

Added lines #L238 - L239 were not covered by tests

Check warning on line 169 in files/serialfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/serialfile.go#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 173 in files/serialfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/serialfile.go#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 39 in files/util.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

files/util.go#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 56 in gateway/backend_car_files.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/backend_car_files.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 60 in gateway/backend_car_files.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/backend_car_files.go#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 140 in gateway/backend_car_files.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/backend_car_files.go#L139-L140

Added lines #L139 - L140 were not covered by tests

Check warning on line 144 in gateway/backend_car_files.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/backend_car_files.go#L143-L144

Added lines #L143 - L144 were not covered by tests

Check warning on line 167 in ipld/unixfs/file/unixfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ipld/unixfs/file/unixfile.go#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 192 in ipld/unixfs/file/unixfile.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ipld/unixfs/file/unixfile.go#L192

Added line #L192 was not covered by tests

Check warning on line 147 in ipld/unixfs/importer/balanced/builder.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

ipld/unixfs/importer/balanced/builder.go#L146-L147

Added lines #L146 - L147 were not covered by tests