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

Add arguments to 'ipfs pin ls' #2208

Merged
merged 8 commits into from
Jan 21, 2016
Merged

Add arguments to 'ipfs pin ls' #2208

merged 8 commits into from
Jan 21, 2016

Commits on Jan 18, 2016

  1. pin/pin: replace isPinned() with isPinnedWithType()

    It is more generic to be able to pass a pin type argument.
    
    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    b770c88 View commit details
    Browse the repository at this point in the history
  2. core/commands/pin: refactor 'pin ls'

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    c89e3c2 View commit details
    Browse the repository at this point in the history
  3. core/commands/pin: make 'ipfs pin ls' accept path args

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    4244f71 View commit details
    Browse the repository at this point in the history
  4. core/commands/pin: refactor listing all pins

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    d87ece1 View commit details
    Browse the repository at this point in the history
  5. core/commands/pin: update 'ipfs pin ls' documentation

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    f5f923a View commit details
    Browse the repository at this point in the history
  6. t0081: use 'ipfs pin ls <arg>' in test_pin_flagi()

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    893ab6d View commit details
    Browse the repository at this point in the history
  7. test/bin: remove ipfs-pin-stat

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    2dd4f40 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2016

  1. core/commands/pin: change the default for --type to 'all'

    License: MIT
    Signed-off-by: Christian Couder <[email protected]>
    chriscool committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    29830da View commit details
    Browse the repository at this point in the history