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

handle sym links in when calculating repo size #4305

Merged
merged 3 commits into from
Oct 25, 2017
Merged

handle sym links in when calculating repo size #4305

merged 3 commits into from
Oct 25, 2017

Commits on Oct 14, 2017

  1. handle sym links in when calculating repo size

    repo/fsrepo: follow symbolic links when calculating RepoSize
    
    Now if the IPFS path is a symbolic it will be followed before
    calculating the repo size.
    
    License: MIT
    Signed-off-by: John Reed <john@re2d.xyz>
    leerspace authored Oct 14, 2017
    3 Configuration menu
    Copy the full SHA
    07029ca View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. gofmt fix and sharness test

    gofmt fixes to fsrepo.go
    
    The sharness test checks that IPFS_PATHS that are symbolically linked to another directory are returning an appropriate size
    
    License: MIT
    Signed-off-by: John Reed <john@re2d.xyz>
    leerspace committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    54d7e03 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. set exec bit on sharness test

    setting the executable bit on sharness test
    
    License: MIT
    Signed-off-by: John Reed <john@re2d.xyz>
    leerspace committed Oct 23, 2017
    Configuration menu
    Copy the full SHA
    40a9036 View commit details
    Browse the repository at this point in the history